48 #ifndef __vtkHyperOctreeCutter_h
49 #define __vtkHyperOctreeCutter_h
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);}
152 vtkSetMacro(GenerateCutScalars,
int);
153 vtkGetMacro(GenerateCutScalars,
int);
154 vtkBooleanMacro(GenerateCutScalars,
int);
176 vtkGetMacro(SortBy,
int);
189 return "SortByValue";
200 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.
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