Go to the documentation of this file.
49 #ifndef vtkHyperOctreeCutter_h
50 #define vtkHyperOctreeCutter_h
52 #include "vtkFiltersHyperTreeModule.h"
91 {this->ContourValues->SetValue(i,
value);}
97 {
return this->ContourValues->GetValue(i);}
104 {
return this->ContourValues->GetValues();}
112 {this->ContourValues->GetValues(contourValues);}
120 {this->ContourValues->SetNumberOfContours(number);}
126 {
return this->ContourValues->GetNumberOfContours();}
133 {this->ContourValues->GenerateValues(numContours,
range);}
140 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
163 vtkGetMacro(GenerateCutScalars,
int);
193 vtkGetMacro(SortBy,
int);
208 return "SortByValue";
221 void CreateDefaultLocator();
represent and manipulate 3D points
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
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Objects that can traverse hyperoctree nodes.
vtkImplicitFunction * CutFunction
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A concrete implementation of vtkHyperOctreePointsGrabber used by vtkClipHyperOctree and vtkHyperOctre...
helper class to generate triangulations
void SetSortByToSortByValue()
vtkTypeUInt64 vtkMTimeType
vtkIncrementalPointLocator * Locator
abstract interface for implicit functions
void SetNumberOfContours(int number)
Set the number of contours to place into the list.
double GetValue(int i)
Get the ith contour value.
const char * GetSortByAsString()
Return the sorting procedure as a descriptive character string.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkDataSetAttributes * InCD
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkHyperOctreeCursor * Sibling
helper object to manage setting and generating contour values
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.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkDoubleArray * CellScalars
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
Generate numContours equally spaced contour values between specified range.
vtkOrderedTriangulator * Triangulator
Cut vtkHyperOctree with user-specified implicit function.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
concrete dataset represents vertices, lines, polygons, and triangle strips
dynamic, self-adjusting array of double
int GetNumberOfContours()
Get the number of contours in the list of contour values.
void GetValues(double *contourValues)
Fill a supplied list with contour values.
A dataset structured as a tree where each node has exactly 2^n children.
double * GetValues()
Get a pointer to an array of contour values.
a 3D cell that represents a tetrahedron
void SetSortByToSortByCell()
static vtkPolyDataAlgorithm * New()
void SetValue(int i, double value)
Set a particular contour value at contour number i.
vtkIdType TemplateCounter
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
Superclass for algorithms that produce only polydata as output.