Go to the documentation of this file.
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);
237 friend class vtkHyperOctreeContourPointsGrabber;
#define vtkGetObjectMacro(name, type)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
double ComputePointValue(int ptIndices[3])
void SetValue(int i, double value)
represent and manipulate point attribute data
vtkOrderedTriangulator * Triangulator
a cell that represents an n-sided polygon
vtkHyperOctreeContourFilter()
dynamic, self-adjusting array of unsigned char
#define vtkTypeMacro(thisClass, superclass)
Objects that can traverse hyperoctree nodes.
vtkDoubleArray * TetScalars
int GetNumberOfContours()
void SetNumberOfContours(int number)
vtkContourValues * ContourValues
abstract superclass for arrays of numeric data
void GenerateValues(int numContours, double range[2])
cell represents a 1D line
helper class to generate triangulations
vtkHyperOctreeCursor * Sibling
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
#define VTKFILTERSHYPERTREE_EXPORT
GLsizei const GLfloat * value
void GetValues(double *contourValues)
void SetLocator(vtkIncrementalPointLocator *locator)
helper object to manage setting and generating contour values
void CreateDefaultLocator()
represent and manipulate cell attribute data
a simple class to control print indentation
object to represent cell connectivity
vtkDoubleArray * PointScalars
vtkDoubleArray * CellScalars
static vtkHyperOctreeContourFilter * New()
Abstract class in support of both point location and point insertion.
list of point or cell ids
generate isosurfaces/isolines from scalar values
void PrintSelf(ostream &os, vtkIndent indent)
vtkHyperOctreeCursor * NeighborCursor
vtkIdType TemplateCounter
vtkIncrementalPointLocator * Locator
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
dynamic, self-adjusting array of vtkIdType
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkHyperOctreeContourPointsGrabber * Grabber
virtual int FillInputPortInformation(int port, vtkInformation *info)
dynamic, self-adjusting array of bits
dynamic, self-adjusting array of double
dataset represents arbitrary combinations of all possible cell types
~vtkHyperOctreeContourFilter()
A dataset structured as a tree where each node has exactly 2^n children.
a 3D cell that represents a tetrahedron
vtkHyperOctreeCursor * Cursor
Superclass for algorithms that produce only polydata as output.