34 #ifndef vtkGenericContourFilter_h
35 #define vtkGenericContourFilter_h
37 #include "vtkFiltersGenericModule.h"
40 VTK_ABI_NAMESPACE_BEGIN
59 typedef double PointType[3];
65 void SetValue(
int i,
float value);
66 double GetValue(
int i);
68 void GetValues(
double* contourValues);
69 void SetNumberOfContours(
int number);
71 void GenerateValues(
int numContours,
double range[2]);
72 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
128 void CreateDefaultLocator();
136 vtkGetStringMacro(InputScalarsSelection);
137 virtual void SelectInputScalars(
const char* fieldName);
155 vtkSetStringMacro(InputScalarsSelection);
166 VTK_ABI_NAMESPACE_END
vtkTypeBool ComputeNormals
helper object to manage setting and generating contour values
represent and manipulate point attribute data
vtkTypeBool ComputeGradients
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkContourValues * ContourValues
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
static vtkPolyDataAlgorithm * New()
vtkIncrementalPointLocator * Locator
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkCellData * SecondaryCD
vtkPointData * InternalPD
generate isocontours from input dataset
virtual vtkMTimeType GetMTime()
Return this object's modified time.
char * InputScalarsSelection
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkTypeBool ComputeScalars
vtkPointData * SecondaryPD
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.