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);
179 void CreateDefaultLocator();
201 double ComputePointValue(
int ptIndices[3]);
203 void ContourNode1D();
251 friend class vtkHyperOctreeContourPointsGrabber;
double * GetValues()
Get a pointer to an array of contour values.
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
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
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 PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
helper object to manage setting and generating contour values
represent and manipulate cell attribute data
a simple class to control print indentation
object to represent cell connectivity
vtkDoubleArray * PointScalars
vtkDoubleArray * CellScalars
Abstract class in support of both point location and point insertion.
list of point or cell ids
generate isosurfaces/isolines from scalar values
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkHyperOctreeCursor * NeighborCursor
vtkIdType TemplateCounter
vtkIncrementalPointLocator * Locator
dynamic, self-adjusting array of vtkIdType
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkHyperOctreeContourPointsGrabber * Grabber
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
A dataset structured as a tree where each node has exactly 2^n children.
a 3D cell that represents a tetrahedron
vtkHyperOctreeCursor * Cursor
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.