51 #ifndef vtkHyperOctreeContourFilter_h
52 #define vtkHyperOctreeContourFilter_h
54 #include "vtkFiltersHyperTreeModule.h"
69 class vtkHyperOctreeContourPointsGrabber;
94 this->ContourValues->SetValue(i,value);
102 return this->ContourValues->GetValue(i);
111 return this->ContourValues->GetValues();
121 this->ContourValues->GetValues(contourValues);
131 this->ContourValues->SetNumberOfContours(number);
139 return this->ContourValues->GetNumberOfContours();
148 this->ContourValues->GenerateValues(numContours, range);
156 rangeStart,
double rangeEnd)
158 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);
179 void CreateDefaultLocator();
201 double ComputePointValue(
int ptIndices[3]);
203 void ContourNode1D();
251 friend class vtkHyperOctreeContourPointsGrabber;
helper object to manage setting and generating contour values
vtkDoubleArray * PointScalars
represent and manipulate point attribute data
vtkHyperOctreeContourPointsGrabber * Grabber
double * GetValues()
Get a pointer to an array of contour values.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkIdType TemplateCounter
vtkIncrementalPointLocator * Locator
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
void SetValue(int i, double value)
Methods to set / get contour values.
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
helper class to generate triangulations
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
Generate numContours equally spaced contour values between specified range.
dynamic, self-adjusting array of vtkIdType
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkHyperOctreeCursor * Sibling
A dataset structured as a tree where each node has exactly 2^n children.
vtkTypeUInt64 vtkMTimeType
vtkDoubleArray * TetScalars
int GetNumberOfContours()
Get the number of contours in the list of contour values.
dynamic, self-adjusting array of double
static vtkPolyDataAlgorithm * New()
a 3D cell that represents a tetrahedron
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
cell represents a 1D line
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
list of point or cell ids
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.
void GetValues(double *contourValues)
Fill a supplied list with contour values.
vtkHyperOctreeCursor * Cursor
vtkContourValues * ContourValues
a cell that represents an n-sided polygon
vtkHyperOctreeCursor * NeighborCursor
dynamic, self-adjusting array of unsigned char
Objects that can traverse hyperoctree nodes.
object to represent cell connectivity
dynamic, self-adjusting array of bits
double GetValue(int i)
Get the ith contour value.
generate isosurfaces/isolines from scalar values
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkOrderedTriangulator * Triangulator
vtkDoubleArray * CellScalars
void SetNumberOfContours(int number)
Set the number of contours to place into the list.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.