Go to the documentation of this file.
54 #include "vtkFiltersCoreModule.h"
59 #define VTK_SORT_BY_VALUE 0
60 #define VTK_SORT_BY_CELL 1
86 {this->ContourValues->SetValue(i,
value);}
92 {
return this->ContourValues->GetValue(i);}
99 {
return this->ContourValues->GetValues();}
107 {this->ContourValues->GetValues(contourValues);}
115 {this->ContourValues->SetNumberOfContours(number);}
121 {
return this->ContourValues->GetNumberOfContours();}
128 {this->ContourValues->GenerateValues(numContours,
range);}
135 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
201 vtkGetMacro(SortBy,
int);
206 const char *GetSortByAsString();
213 void CreateDefaultLocator();
220 static void GetCellTypeDimensions(
unsigned char* cellTypeDimensions);
228 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
229 vtkGetMacro(OutputPointsPrecision,
int);
261 void operator=(
const vtkCutter&) =
delete;
272 return "SortByValue";
double GetValue(int i)
Get the ith contour value.
generate cut surface from structured points
vtkContourValues * ContourValues
int OutputPointsPrecision
vtkRectilinearSynchronizedTemplates * RectilinearSynchronizedTemplates
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
Generate numContours equally spaced contour values between specified range.
vtkIncrementalPointLocator * Locator
Cut vtkDataSet with user-specified implicit function.
vtkSynchronizedTemplates3D * SynchronizedTemplates3D
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
#define VTK_SORT_BY_VALUE
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkSynchronizedTemplatesCutter3D * SynchronizedTemplatesCutter3D
generate isosurface from structured grids
void SetSortByToSortByCell()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool GenerateCutScalars
void SetSortByToSortByValue()
abstract interface for implicit functions
generate isosurface from rectilinear grid
vtkTypeBool GenerateTriangles
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
helper object to manage setting and generating contour values
double * GetValues()
Get a pointer to an array of contour values.
a simple class to control print indentation
Abstract class in support of both point location and point insertion.
void GetValues(double *contourValues)
Fill a supplied list with contour values.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
const char * GetSortByAsString()
Return the sorting procedure as a descriptive character string.
abstract class to specify dataset behavior
vtkGridSynchronizedTemplates3D * GridSynchronizedTemplates
int GetNumberOfContours()
Get the number of contours in the list of contour values.
concrete dataset represents vertices, lines, polygons, and triangle strips
void SetNumberOfContours(int number)
Set the number of contours to place into the list.
generate isosurface from structured points
vtkImplicitFunction * CutFunction
void SetValue(int i, double value)
Set a particular contour value at contour number i.
static vtkPolyDataAlgorithm * New()
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.