58 #define VTK_SORT_BY_VALUE 0 59 #define VTK_SORT_BY_CELL 1 82 {this->ContourValues->SetValue(i,value);}
88 {
return this->ContourValues->GetValue(i);}
95 {
return this->ContourValues->GetValues();}
103 {this->ContourValues->GetValues(contourValues);}
111 {this->ContourValues->SetNumberOfContours(number);}
117 {
return this->ContourValues->GetNumberOfContours();}
124 {this->ContourValues->GenerateValues(numContours, range);}
131 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
187 const char *GetSortByAsString();
192 void CreateDefaultLocator();
198 static void GetCellTypeDimensions(
unsigned char* cellTypeDimensions);
204 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
246 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
#define VTKFILTERSCORE_EXPORT
#define vtkGetMacro(name, type)
vtkRectilinearSynchronizedTemplates * RectilinearSynchronizedTemplates
Abstract class in support of both point location and point insertion.
vtkIncrementalPointLocator * Locator
vtkGridSynchronizedTemplates3D * GridSynchronizedTemplates
void GenerateValues(int numContours, double range[2])
#define vtkSetClampMacro(name, type, min, max)
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkImplicitFunction * CutFunction
#define vtkTypeMacro(thisClass, superclass)
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 *)
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)
#define vtkGetObjectMacro(name, type)
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)
#define vtkBooleanMacro(name, type)
void GetValues(double *contourValues)
int OutputPointsPrecision
vtkSynchronizedTemplates3D * SynchronizedTemplates3D
#define vtkSetMacro(name, type)