Go to the documentation of this file.
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);
176 unsigned short* xyzIds);
178 unsigned short* xyzIds);
202 unsigned char NeighborhoodTraversalTable[64];
void PrintSelf(ostream &os, vtkIndent indent)
vtkIncrementalPointLocator * Locator
generate isosurfaces/isolines from scalar values
#define vtkGetObjectMacro(name, type)
static vtkHyperOctreeDualGridContourFilter * New()
represent and manipulate attribute data in a dataset
void GenerateTraversalTable()
dynamic, self-adjusting array of unsigned char
#define vtkTypeMacro(thisClass, superclass)
Objects that can traverse hyperoctree nodes.
vtkContourValues * ContourValues
void CreateDefaultLocator()
abstract superclass for arrays of numeric data
void EvaluatePoint(vtkHyperOctreeLightWeightCursor *neighborhood, unsigned short *xyzIds)
vtkDataSetAttributes * InPD
#define VTKFILTERSHYPERTREE_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
GLsizei const GLfloat * value
void GetValues(double *contourValues)
~vtkHyperOctreeDualGridContourFilter()
helper object to manage setting and generating contour values
a simple class to control print indentation
object to represent cell connectivity
Abstract class in support of both point location and point insertion.
vtkHyperOctreeDualGridContourFilter()
void SetValue(int i, double value)
vtkDataSetAttributes * OutPD
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
dynamic, self-adjusting array of vtkIdType
void GenerateValues(int numContours, double range[2])
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
concrete dataset represents vertices, lines, polygons, and triangle strips
int GetNumberOfContours()
void SetNumberOfContours(int number)
dynamic, self-adjusting array of bits
dataset represents arbitrary combinations of all possible cell types
void TraverseNeighborhoodRecursively(vtkHyperOctreeLightWeightCursor *neighborhood, unsigned short *xyzIds)
A dataset structured as a tree where each node has exactly 2^n children.
a 3D cell that represents a tetrahedron
void SetLocator(vtkIncrementalPointLocator *locator)
Superclass for algorithms that produce only polydata as output.