39 #ifndef __vtkHyperOctreeDualGridContourFilter_h
40 #define __vtkHyperOctreeDualGridContourFilter_h
76 this->ContourValues->SetValue(i,value);
84 return this->ContourValues->GetValue(i);
93 return this->ContourValues->GetValues();
103 this->ContourValues->GetValues(contourValues);
113 this->ContourValues->SetNumberOfContours(number);
121 return this->ContourValues->GetNumberOfContours();
130 this->ContourValues->GenerateValues(numContours, range);
138 rangeStart,
double rangeEnd)
140 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);
156 void CreateDefaultLocator();
173 void TraverseNeighborhoodRecursively(
175 unsigned short* xyzIds);
177 unsigned short* xyzIds);
179 void ContourNode1D();
201 unsigned char NeighborhoodTraversalTable[64];
202 void GenerateTraversalTable();
void GenerateValues(int numContours, double range[2])
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkContourValues * ContourValues
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Abstract class in support of both point location and point insertion.
vtkIncrementalPointLocator * Locator
dynamic, self-adjusting array of vtkIdType
concrete dataset represents vertices, lines, polygons, and triangle strips
A dataset structured as a tree where each node has exactly 2^n children.
void SetValue(int i, double value)
static vtkPolyDataAlgorithm * New()
vtkDataSetAttributes * OutPD
void PrintSelf(ostream &os, vtkIndent indent)
a 3D cell that represents a tetrahedron
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
abstract superclass for arrays of numeric data
vtkDataSetAttributes * InPD
void SetNumberOfContours(int number)
represent and manipulate attribute data in a dataset
dynamic, self-adjusting array of unsigned char
int GetNumberOfContours()
Objects that can traverse hyperoctree nodes.
object to represent cell connectivity
void GetValues(double *contourValues)
dynamic, self-adjusting array of bits
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
generate isosurfaces/isolines from scalar values