48 #ifndef vtkHyperOctreeContourFilter_h
49 #define vtkHyperOctreeContourFilter_h
51 #include "vtkFiltersHyperTreeModule.h"
66 class vtkHyperOctreeContourPointsGrabber;
91 this->ContourValues->SetValue(i,value);
99 return this->ContourValues->GetValue(i);
108 return this->ContourValues->GetValues();
118 this->ContourValues->GetValues(contourValues);
128 this->ContourValues->SetNumberOfContours(number);
136 return this->ContourValues->GetNumberOfContours();
145 this->ContourValues->GenerateValues(numContours, range);
153 rangeStart,
double rangeEnd)
155 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);
176 void CreateDefaultLocator();
180 ~vtkHyperOctreeContourFilter() VTK_OVERRIDE;
187 vtkInformationVector*) VTK_OVERRIDE;
188 int FillInputPortInformation(
int port, vtkInformation *
info) VTK_OVERRIDE;
198 double ComputePointValue(
int ptIndices[3]);
200 void ContourNode1D();
203 vtkIncrementalPointLocator *Locator;
238 vtkHyperOctreeContourPointsGrabber *Grabber;
248 friend class vtkHyperOctreeContourPointsGrabber;
251 vtkHyperOctreeContourFilter(const vtkHyperOctreeContourFilter&) VTK_DELETE_FUNCTION;
252 void operator=(const vtkHyperOctreeContourFilter&) VTK_DELETE_FUNCTION;
helper object to manage setting and generating contour values
represent and manipulate point attribute data
double * GetValues()
Get a pointer to an array of contour values.
vtkTypeUInt32 vtkMTimeType
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
A dataset structured as a tree where each node has exactly 2^n children.
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
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.
a cell that represents an n-sided polygon
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
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.