48 #ifndef vtkHyperOctreeCutter_h
49 #define vtkHyperOctreeCutter_h
87 {this->ContourValues->SetValue(i,value);}
93 {
return this->ContourValues->GetValue(i);}
100 {
return this->ContourValues->GetValues();}
108 {this->ContourValues->GetValues(contourValues);}
116 {this->ContourValues->SetNumberOfContours(number);}
122 {
return this->ContourValues->GetNumberOfContours();}
129 {this->ContourValues->GenerateValues(numContours, range);}
136 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
153 vtkSetMacro(GenerateCutScalars,
int);
154 vtkGetMacro(GenerateCutScalars,
int);
155 vtkBooleanMacro(GenerateCutScalars,
int);
177 vtkGetMacro(SortBy,
int);
190 return "SortByValue";
201 void CreateDefaultLocator();
abstract interface for implicit functions
helper object to manage setting and generating contour values
vtkImplicitFunction * CutFunction
virtual int FillInputPortInformation(int port, vtkInformation *info)
void SetValue(int i, double value)
represent and manipulate point attribute data
vtkDoubleArray * TetScalars
Cut vtkHyperOctree with user-specified implicit function.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
helper class to generate triangulations
A concrete implementation of vtkHyperOctreePointsGrabber used by vtkClipHyperOctree and vtkHyperOctre...
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkHyperOctreeClipCutPointsGrabber * Grabber
A dataset structured as a tree where each node has exactly 2^n children.
#define VTKFILTERSHYPERTREE_EXPORT
dynamic, self-adjusting array of double
static vtkPolyDataAlgorithm * New()
vtkIncrementalPointLocator * Locator
void PrintSelf(ostream &os, vtkIndent indent)
a 3D cell that represents a tetrahedron
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetNumberOfContours(int number)
void SetSortByToSortByValue()
Superclass for algorithms that produce only polydata as output.
vtkDataSetAttributes * InCD
virtual unsigned long GetMTime()
a simple class to control print indentation
vtkContourValues * ContourValues
vtkDoubleArray * CellScalars
const char * GetSortByAsString()
vtkOrderedTriangulator * Triangulator
vtkHyperOctreeCursor * Sibling
a cell that represents an n-sided polygon
represent and manipulate attribute data in a dataset
#define VTK_SORT_BY_VALUE
Objects that can traverse hyperoctree nodes.
void SetSortByToSortByCell()
object to represent cell connectivity
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
void GenerateValues(int numContours, double range[2])
void GetValues(double *contourValues)
int GetNumberOfContours()
vtkIdType TemplateCounter
represent and manipulate 3D points