37 #ifndef vtkHyperOctreeDualGridContourFilter_h 38 #define vtkHyperOctreeDualGridContourFilter_h 40 #include "vtkFiltersHyperTreeModule.h" 80 this->ContourValues->SetValue(i,value);
88 return this->ContourValues->GetValue(i);
97 return this->ContourValues->GetValues();
107 this->ContourValues->GetValues(contourValues);
117 this->ContourValues->SetNumberOfContours(number);
125 return this->ContourValues->GetNumberOfContours();
134 this->ContourValues->GenerateValues(numContours, range);
142 rangeStart,
double rangeEnd)
144 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);
165 void CreateDefaultLocator();
184 void TraverseNeighborhoodRecursively(
186 unsigned short* xyzIds);
188 unsigned short* xyzIds);
190 void ContourNode1D();
212 unsigned char NeighborhoodTraversalTable[64];
213 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
vtkTypeUInt32 vtkMTimeType
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.
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.