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