Go to the documentation of this file.
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);}
190 return "SortByValue";
represent and manipulate 3D points
#define vtkGetObjectMacro(name, type)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
represent and manipulate point attribute data
a cell that represents an n-sided polygon
represent and manipulate attribute data in a dataset
#define VTK_SORT_BY_VALUE
vtkDoubleArray * TetScalars
vtkHyperOctreeClipCutPointsGrabber * Grabber
#define vtkTypeMacro(thisClass, superclass)
Objects that can traverse hyperoctree nodes.
vtkImplicitFunction * CutFunction
A concrete implementation of vtkHyperOctreePointsGrabber used by vtkClipHyperOctree and vtkHyperOctre...
helper class to generate triangulations
void SetSortByToSortByValue()
vtkIncrementalPointLocator * Locator
abstract interface for implicit functions
#define vtkSetClampMacro(name, type, min, max)
#define VTKFILTERSHYPERTREE_EXPORT
void SetNumberOfContours(int number)
GLsizei const GLfloat * value
const char * GetSortByAsString()
vtkDataSetAttributes * InCD
vtkHyperOctreeCursor * Sibling
helper object to manage setting and generating contour values
vtkHyperOctreeCutter(vtkImplicitFunction *cf=NULL)
represent and manipulate cell attribute data
vtkContourValues * ContourValues
a simple class to control print indentation
object to represent cell connectivity
Abstract class in support of both point location and point insertion.
#define vtkGetMacro(name, type)
static vtkHyperOctreeCutter * New()
vtkDoubleArray * CellScalars
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
vtkOrderedTriangulator * Triangulator
void PrintSelf(ostream &os, vtkIndent indent)
Cut vtkHyperOctree with user-specified implicit function.
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
virtual void SetCutFunction(vtkImplicitFunction *)
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual int FillInputPortInformation(int port, vtkInformation *info)
dynamic, self-adjusting array of double
void SetLocator(vtkIncrementalPointLocator *locator)
int GetNumberOfContours()
void GetValues(double *contourValues)
A dataset structured as a tree where each node has exactly 2^n children.
a 3D cell that represents a tetrahedron
void CreateDefaultLocator()
void SetSortByToSortByCell()
void SetValue(int i, double value)
vtkIdType TemplateCounter
void CutNode(vtkHyperOctreeCursor *cursor, int level, double bounds[6])
void GenerateValues(int numContours, double range[2])
Superclass for algorithms that produce only polydata as output.