Go to the documentation of this file.
46 #ifndef vtkGenericContourFilter_h
47 #define vtkGenericContourFilter_h
49 #include "vtkFiltersGenericModule.h"
71 typedef double PointType[3];
100 vtkGetMacro(ComputeNormals,
int);
114 vtkGetMacro(ComputeGradients,
int);
123 vtkGetMacro(ComputeScalars,
int);
167 vtkSetStringMacro(InputScalarsSelection);
generate isocontours from input dataset
int FillInputPortInformation(int, vtkInformation *)
Fill the input port information objects for this algorithm.
void SetNumberOfContours(int number)
represent and manipulate point attribute data
vtkContourValues * ContourValues
void CreateDefaultLocator()
Create default locator.
vtkGenericContourFilter()
int GetNumberOfContours()
vtkTypeUInt64 vtkMTimeType
vtkPointData * InternalPD
vtkIncrementalPointLocator * Locator
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
helper object to manage setting and generating contour values
represent and manipulate cell attribute data
a simple class to control print indentation
vtkCellData * SecondaryCD
Abstract class in support of both point location and point insertion.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void SetValue(int i, float value)
Methods to set / get contour values.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
char * InputScalarsSelection
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
virtual void SelectInputScalars(const char *fieldName)
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkGenericContourFilter * New()
Construct object with initial range (0,1) and single contour value of 0.0.
vtkMTimeType GetMTime()
Modified GetMTime Because we delegate to vtkContourValues.
void GetValues(double *contourValues)
vtkPointData * SecondaryPD
void GenerateValues(int numContours, double range[2])
~vtkGenericContourFilter()
Superclass for algorithms that produce only polydata as output.