40 #ifndef vtkHyperOctreeDualGridContourFilter_h
41 #define vtkHyperOctreeDualGridContourFilter_h
43 #include "vtkFiltersHyperTreeModule.h"
83 this->ContourValues->SetValue(i,value);
91 return this->ContourValues->GetValue(i);
100 return this->ContourValues->GetValues();
110 this->ContourValues->GetValues(contourValues);
120 this->ContourValues->SetNumberOfContours(number);
128 return this->ContourValues->GetNumberOfContours();
137 this->ContourValues->GenerateValues(numContours, range);
145 rangeStart,
double rangeEnd)
147 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);
168 void CreateDefaultLocator();
187 void TraverseNeighborhoodRecursively(
189 unsigned short* xyzIds);
191 unsigned short* xyzIds);
193 void ContourNode1D();
215 unsigned char NeighborhoodTraversalTable[64];
216 void GenerateTraversalTable();
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
helper object to manage setting and generating contour values
vtkContourValues * ContourValues
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
double * GetValues()
Get a pointer to an array of contour values.
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.
vtkTypeUInt64 vtkMTimeType
void SetValue(int i, double value)
Methods to set / get contour values.
static vtkPolyDataAlgorithm * New()
vtkDataSetAttributes * OutPD
a 3D cell that represents a tetrahedron
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
abstract superclass for arrays of numeric data
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkDataSetAttributes * InPD
void SetNumberOfContours(int number)
Set the number of contours to place into the list.
double GetValue(int i)
Get the ith contour value.
represent and manipulate attribute data in a dataset
dynamic, self-adjusting array of unsigned char
int GetNumberOfContours()
Get the number of contours in the list of contour values.
Objects that can traverse hyperoctree nodes.
object to represent cell connectivity
void GetValues(double *contourValues)
Fill a supplied list with contour values.
dynamic, self-adjusting array of bits
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
Generate numContours equally spaced contour values between specified range.
generate isosurfaces/isolines from scalar values
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.