48 #include "vtkFiltersCoreModule.h" 53 #define VTK_SORT_BY_VALUE 0 54 #define VTK_SORT_BY_CELL 1 80 {this->ContourValues->SetValue(i,
value);}
86 {
return this->ContourValues->GetValue(i);}
93 {
return this->ContourValues->GetValues();}
101 {this->ContourValues->GetValues(contourValues);}
109 {this->ContourValues->SetNumberOfContours(number);}
115 {
return this->ContourValues->GetNumberOfContours();}
122 {this->ContourValues->GenerateValues(numContours,
range);}
129 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
152 vtkGetMacro(GenerateCutScalars,
int);
165 vtkGetMacro(GenerateTriangles,
int);
195 vtkGetMacro(SortBy,
int);
196 void SetSortByToSortByValue()
200 const char *GetSortByAsString();
207 void CreateDefaultLocator();
214 static void GetCellTypeDimensions(
unsigned char* cellTypeDimensions);
222 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
223 vtkGetMacro(OutputPointsPrecision,
int);
241 int GenerateTriangles;
251 int GenerateCutScalars;
252 int OutputPointsPrecision;
255 void operator=(const
vtkCutter&) VTK_DELETE_FUNCTION;
266 return "SortByValue";
abstract interface for implicit functions
Cut vtkDataSet with user-specified implicit function.
helper object to manage setting and generating contour values
double GetValue(int i)
Get the ith contour value.
vtkTypeUInt32 vtkMTimeType
abstract class to specify dataset behavior
generate isosurface from structured grids
Abstract class in support of both point location and point insertion.
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
concrete dataset represents vertices, lines, polygons, and triangle strips
generate cut surface from structured points
generate isosurface from structured points
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
void SetSortByToSortByCell()
Set the sorting order for the generated polydata.
#define VTK_SORT_BY_VALUE
void SetNumberOfContours(int number)
Set the number of contours to place into the list.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
int GetNumberOfContours()
Get the number of contours in the list of contour values.
generate isosurface from rectilinear grid
void SetValue(int i, double value)
Set a particular contour value at contour number i.
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
Generate numContours equally spaced contour values between specified range.
void GetValues(double *contourValues)
Fill a supplied list with contour values.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
double * GetValues()
Get a pointer to an array of contour values.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.