39 #ifndef vtkHyperOctreeDualGridContourFilter_h
40 #define vtkHyperOctreeDualGridContourFilter_h
77 this->ContourValues->SetValue(i,value);
85 return this->ContourValues->GetValue(i);
94 return this->ContourValues->GetValues();
104 this->ContourValues->GetValues(contourValues);
114 this->ContourValues->SetNumberOfContours(number);
122 return this->ContourValues->GetNumberOfContours();
131 this->ContourValues->GenerateValues(numContours, range);
139 rangeStart,
double rangeEnd)
141 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);
157 void CreateDefaultLocator();
174 void TraverseNeighborhoodRecursively(
176 unsigned short* xyzIds);
178 unsigned short* xyzIds);
180 void ContourNode1D();
202 unsigned char NeighborhoodTraversalTable[64];
203 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.
#define VTKFILTERSHYPERTREE_EXPORT
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