Go to the documentation of this file.
48 #ifndef vtkGenericCutter_h
49 #define vtkGenericCutter_h
#define vtkGetObjectMacro(name, type)
void SetNumberOfContours(int number)
represent and manipulate point attribute data
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
void GetValues(double *contourValues)
#define vtkTypeMacro(thisClass, superclass)
cut a vtkGenericDataSet with an implicit function or scalar data
void SetLocator(vtkIncrementalPointLocator *locator)
void PrintSelf(ostream &os, vtkIndent indent)
int FillInputPortInformation(int, vtkInformation *)
abstract interface for implicit functions
GLsizei const GLfloat * value
vtkImplicitFunction * CutFunction
helper object to manage setting and generating contour values
void SetValue(int i, double value)
represent and manipulate cell attribute data
a simple class to control print indentation
vtkPointData * SecondaryPD
Abstract class in support of both point location and point insertion.
#define VTKFILTERSGENERIC_EXPORT
vtkIncrementalPointLocator * Locator
#define vtkGetMacro(name, type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void GenerateValues(int numContours, double range[2])
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkCellData * SecondaryCD
vtkGenericCutter(vtkImplicitFunction *cf=NULL)
vtkPointData * InternalPD
virtual void SetCutFunction(vtkImplicitFunction *)
static vtkGenericCutter * New()
void CreateDefaultLocator()
int GetNumberOfContours()
vtkContourValues * ContourValues
Superclass for algorithms that produce only polydata as output.