39 #ifndef __vtkHyperOctreeDualGridContourFilter_h
40 #define __vtkHyperOctreeDualGridContourFilter_h
42 #include "vtkFiltersHyperTreeModule.h"
51 class vtkHyperOctreeLightWeightCursor;
53 class vtkDataSetAttributes;
54 class vtkUnstructuredGrid;
55 class vtkUnsignedCharArray;
64 void PrintSelf(ostream& os, vtkIndent indent);
77 this->ContourValues->SetValue(i,value);
85 return this->ContourValues->GetValue(i);
94 return this->ContourValues->GetValues();
104 this->ContourValues->GetValues(contourValues);
114 this->ContourValues->SetNumberOfContours(number);
122 return this->ContourValues->GetNumberOfContours();
131 this->ContourValues->GenerateValues(numContours, range);
139 rangeStart,
double rangeEnd)
141 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);
146 unsigned long GetMTime();
157 void CreateDefaultLocator();
164 vtkInformationVector** inputVector,
165 vtkInformationVector* outputVector);
167 vtkInformationVector**,
168 vtkInformationVector*);
174 void TraverseNeighborhoodRecursively(
175 vtkHyperOctreeLightWeightCursor* neighborhood,
176 unsigned short* xyzIds);
177 void EvaluatePoint(vtkHyperOctreeLightWeightCursor* neighborhood,
178 unsigned short* xyzIds);
180 void ContourNode1D();
202 unsigned char NeighborhoodTraversalTable[64];
203 void GenerateTraversalTable();
void GenerateValues(int numContours, double range[2])
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkContourValues * ContourValues
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Abstract class in support of both point location and point insertion.
vtkIncrementalPointLocator * Locator
concrete dataset represents vertices, lines, polygons, and triangle strips
void SetValue(int i, double value)
static vtkPolyDataAlgorithm * New()
vtkDataSetAttributes * OutPD
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.
vtkDataSetAttributes * InPD
void SetNumberOfContours(int number)
int GetNumberOfContours()
Objects that can traverse hyperoctree nodes.
object to represent cell connectivity
void GetValues(double *contourValues)
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
generate isosurfaces/isolines from scalar values