51 #ifndef vtkHyperOctreeContourFilter_h 52 #define vtkHyperOctreeContourFilter_h 54 #include "vtkFiltersHyperTreeModule.h" 60 #if !defined(VTK_LEGACY_REMOVE) 70 class vtkHyperOctreeContourPointsGrabber;
96 this->ContourValues->SetValue(i,
value);
104 return this->ContourValues->GetValue(i);
113 return this->ContourValues->GetValues();
123 this->ContourValues->GetValues(contourValues);
133 this->ContourValues->SetNumberOfContours(number);
141 return this->ContourValues->GetNumberOfContours();
150 this->ContourValues->GenerateValues(numContours,
range);
158 rangeStart,
double rangeEnd)
160 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);
181 void CreateDefaultLocator();
203 double ComputePointValue(
int ptIndices[3]);
205 void ContourNode1D();
253 friend class vtkHyperOctreeContourPointsGrabber;
259 #endif // LEGACY remove
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.
vtkTypeUInt32 vtkMTimeType
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)
Set a particular contour value at contour number i.
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.
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.