57 #define VTK_SORT_BY_VALUE 0
58 #define VTK_SORT_BY_CELL 1
81 {this->ContourValues->SetValue(i,value);}
87 {
return this->ContourValues->GetValue(i);}
94 {
return this->ContourValues->GetValues();}
102 {this->ContourValues->GetValues(contourValues);}
110 {this->ContourValues->SetNumberOfContours(number);}
116 {
return this->ContourValues->GetNumberOfContours();}
123 {this->ContourValues->GenerateValues(numContours, range);}
130 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
147 vtkSetMacro(GenerateCutScalars,
int);
148 vtkGetMacro(GenerateCutScalars,
int);
149 vtkBooleanMacro(GenerateCutScalars,
int);
171 vtkGetMacro(SortBy,
int);
176 const char *GetSortByAsString();
181 void CreateDefaultLocator();
187 static void GetCellTypeDimensions(
unsigned char* cellTypeDimensions);
232 return "SortByValue";
abstract interface for implicit functions
Cut vtkDataSet with user-specified implicit function.
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
abstract class to specify dataset behavior
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
generate isosurface from structured grids
vtkRectilinearSynchronizedTemplates * RectilinearSynchronizedTemplates
Abstract class in support of both point location and point insertion.
vtkIncrementalPointLocator * Locator
vtkGridSynchronizedTemplates3D * GridSynchronizedTemplates
void GenerateValues(int numContours, double range[2])
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkImplicitFunction * CutFunction
generate cut surface from structured points
generate isosurface from structured points
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
vtkSynchronizedTemplatesCutter3D * SynchronizedTemplatesCutter3D
a simple class to control print indentation
void SetSortByToSortByCell()
#define VTK_SORT_BY_VALUE
void SetNumberOfContours(int number)
int GetNumberOfContours()
generate isosurface from rectilinear grid
vtkContourValues * ContourValues
void SetSortByToSortByValue()
void SetValue(int i, double value)
const char * GetSortByAsString()
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
void GetValues(double *contourValues)
vtkSynchronizedTemplates3D * SynchronizedTemplates3D