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);
251 friend class vtkHyperOctreeContourPointsGrabber;
dynamic, self-adjusting array of bits
object to represent cell connectivity
represent and manipulate cell attribute data
helper object to manage setting and generating contour values
abstract superclass for arrays of numeric data
dynamic, self-adjusting array of double
generate isosurfaces/isolines from scalar values
vtkIncrementalPointLocator * Locator
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
vtkHyperOctreeCursor * Cursor
void GetValues(double *contourValues)
Fill a supplied list with contour values.
vtkDoubleArray * PointScalars
double ComputePointValue(int ptIndices[3])
(i,j,k) are point coordinates at last level
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
double GetValue(int i)
Get the ith contour value.
vtkDoubleArray * TetScalars
double * GetValues()
Get a pointer to an array of contour values.
vtkHyperOctreeCursor * Sibling
void SetNumberOfContours(int number)
Set the number of contours to place into the list.
~vtkHyperOctreeContourFilter()
vtkDoubleArray * CellScalars
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void CreateDefaultLocator()
Create default locator.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkHyperOctreeContourFilter * New()
Construct object with initial range (0,1) and single contour value of 0.0.
void ContourNode()
Do the recursive contour of the node pointed by Cursor.
vtkHyperOctreeCursor * NeighborCursor
vtkHyperOctreeContourPointsGrabber * Grabber
int GetNumberOfContours()
Get the number of contours in the list of contour values.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void SetValue(int i, double value)
Methods to set / get contour values.
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
Generate numContours equally spaced contour values between specified range.
vtkMTimeType GetMTime()
Modified GetMTime Because we delegate to vtkContourValues.
vtkContourValues * ContourValues
vtkIdType TemplateCounter
vtkHyperOctreeContourFilter()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkOrderedTriangulator * Triangulator
Objects that can traverse hyperoctree nodes.
A dataset structured as a tree where each node has exactly 2^n children.
list of point or cell ids
dynamic, self-adjusting array of vtkIdType
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
cell represents a 1D line
helper class to generate triangulations
represent and manipulate point attribute data
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips
a cell that represents an n-sided polygon
a 3D cell that represents a tetrahedron
dynamic, self-adjusting array of unsigned char
dataset represents arbitrary combinations of all possible cell types
vtkTypeUInt64 vtkMTimeType