Go to the documentation of this file.
45 #ifndef vtkGenericContourFilter_h
46 #define vtkGenericContourFilter_h
69 typedef double PointType[3];
generate isocontours from input dataset
#define vtkGetObjectMacro(name, type)
int FillInputPortInformation(int, vtkInformation *)
void SetNumberOfContours(int number)
represent and manipulate point attribute data
vtkContourValues * ContourValues
#define vtkTypeMacro(thisClass, superclass)
void CreateDefaultLocator()
vtkGenericContourFilter()
int GetNumberOfContours()
GLsizei const GLfloat * value
vtkPointData * InternalPD
vtkIncrementalPointLocator * Locator
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
helper object to manage setting and generating contour values
represent and manipulate cell attribute data
a simple class to control print indentation
vtkCellData * SecondaryCD
#define vtkSetStringMacro(name)
Abstract class in support of both point location and point insertion.
#define VTKFILTERSGENERIC_EXPORT
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkGetMacro(name, type)
void SetValue(int i, float value)
vtkGetStringMacro(ExtensionsString)
char * InputScalarsSelection
void SetLocator(vtkIncrementalPointLocator *locator)
virtual void SelectInputScalars(const char *fieldName)
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
static vtkGenericContourFilter * New()
void GetValues(double *contourValues)
vtkPointData * SecondaryPD
void GenerateValues(int numContours, double range[2])
~vtkGenericContourFilter()
Superclass for algorithms that produce only polydata as output.