50 #ifndef vtkHyperOctreeContourFilter_h
51 #define vtkHyperOctreeContourFilter_h
68 class vtkHyperOctreeContourPointsGrabber;
88 this->ContourValues->SetValue(i,value);
96 return this->ContourValues->GetValue(i);
105 return this->ContourValues->GetValues();
115 this->ContourValues->GetValues(contourValues);
125 this->ContourValues->SetNumberOfContours(number);
133 return this->ContourValues->GetNumberOfContours();
142 this->ContourValues->GenerateValues(numContours, range);
150 rangeStart,
double rangeEnd)
152 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);
168 void CreateDefaultLocator();
186 double ComputePointValue(
int ptIndices[3]);
188 void ContourNode1D();
237 friend class vtkHyperOctreeContourPointsGrabber;
helper object to manage setting and generating contour values
vtkDoubleArray * PointScalars
virtual int FillInputPortInformation(int port, vtkInformation *info)
represent and manipulate point attribute data
vtkHyperOctreeContourPointsGrabber * Grabber
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkIdType TemplateCounter
vtkIncrementalPointLocator * Locator
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
void SetValue(int i, double value)
void GenerateValues(int numContours, double range[2])
helper class to generate triangulations
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
dynamic, self-adjusting array of vtkIdType
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkHyperOctreeCursor * Sibling
A dataset structured as a tree where each node has exactly 2^n children.
#define VTKFILTERSHYPERTREE_EXPORT
vtkDoubleArray * TetScalars
int GetNumberOfContours()
dynamic, self-adjusting array of double
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
a 3D cell that represents a tetrahedron
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
cell represents a 1D line
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
a simple class to control print indentation
list of point or cell ids
dataset represents arbitrary combinations of all possible cell types
abstract superclass for arrays of numeric data
void GetValues(double *contourValues)
vtkHyperOctreeCursor * Cursor
vtkContourValues * ContourValues
a cell that represents an n-sided polygon
vtkHyperOctreeCursor * NeighborCursor
dynamic, self-adjusting array of unsigned char
Objects that can traverse hyperoctree nodes.
object to represent cell connectivity
dynamic, self-adjusting array of bits
generate isosurfaces/isolines from scalar values
vtkOrderedTriangulator * Triangulator
vtkDoubleArray * CellScalars
void SetNumberOfContours(int number)