50 #ifndef __vtkHyperOctreeContourFilter_h
51 #define __vtkHyperOctreeContourFilter_h
53 #include "vtkFiltersHyperTreeModule.h"
61 class vtkOrderedTriangulator;
65 class vtkUnstructuredGrid;
66 class vtkUnsignedCharArray;
68 class vtkHyperOctreeContourPointsGrabber;
75 void PrintSelf(ostream& os, vtkIndent indent);
88 this->ContourValues->SetValue(i,value);
96 return this->ContourValues->GetValue(i);
105 return this->ContourValues->GetValues();
115 this->ContourValues->GetValues(contourValues);
125 this->ContourValues->SetNumberOfContours(number);
133 return this->ContourValues->GetNumberOfContours();
142 this->ContourValues->GenerateValues(numContours, range);
150 rangeStart,
double rangeEnd)
152 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);
157 unsigned long GetMTime();
168 void CreateDefaultLocator();
175 vtkInformationVector** inputVector,
176 vtkInformationVector* outputVector);
178 vtkInformationVector**,
179 vtkInformationVector*);
186 double ComputePointValue(
int ptIndices[3]);
188 void ContourNode1D();
220 vtkIdType CellTypeCounter[65536];
237 friend class vtkHyperOctreeContourPointsGrabber;
helper object to manage setting and generating contour values
vtkDoubleArray * PointScalars
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkHyperOctreeContourPointsGrabber * Grabber
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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)
void GenerateValues(int numContours, double range[2])
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkHyperOctreeCursor * Sibling
vtkDoubleArray * TetScalars
int GetNumberOfContours()
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
a 3D cell that represents a tetrahedron
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
void GetValues(double *contourValues)
vtkHyperOctreeCursor * Cursor
vtkContourValues * ContourValues
vtkHyperOctreeCursor * NeighborCursor
Objects that can traverse hyperoctree nodes.
object to represent cell connectivity
generate isosurfaces/isolines from scalar values
vtkOrderedTriangulator * Triangulator
vtkDoubleArray * CellScalars
void SetNumberOfContours(int number)