Go to the documentation of this file.
46 #ifndef vtkGenericContourFilter_h
47 #define vtkGenericContourFilter_h
49 #include "vtkFiltersGenericModule.h"
71 typedef double PointType[3];
148 vtkGetStringMacro(InputScalarsSelection);
167 vtkSetStringMacro(InputScalarsSelection);
generate isocontours from input dataset
vtkTypeBool ComputeGradients
void SetNumberOfContours(int number)
represent and manipulate point attribute data
vtkContourValues * ContourValues
~vtkGenericContourFilter() override
void CreateDefaultLocator()
Create default locator.
vtkGenericContourFilter()
int GetNumberOfContours()
vtkPointData * InternalPD
vtkIncrementalPointLocator * Locator
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 SetValue(int i, float value)
Methods to set / get contour values.
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)
vtkMTimeType GetMTime() override
Modified GetMTime Because we delegate to vtkContourValues.
static vtkGenericContourFilter * New()
Construct object with initial range (0,1) and single contour value of 0.0.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool ComputeScalars
void GetValues(double *contourValues)
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
vtkPointData * SecondaryPD
void GenerateValues(int numContours, double range[2])
vtkTypeBool ComputeNormals
vtkTypeUInt32 vtkMTimeType
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Superclass for algorithms that produce only polydata as output.