39 #ifndef __vtkHyperOctreeDualGridContourFilter_h
40 #define __vtkHyperOctreeDualGridContourFilter_h
76 this->ContourValues->SetValue(i,value);
84 return this->ContourValues->GetValue(i);
93 return this->ContourValues->GetValues();
103 this->ContourValues->GetValues(contourValues);
113 this->ContourValues->SetNumberOfContours(number);
121 return this->ContourValues->GetNumberOfContours();
130 this->ContourValues->GenerateValues(numContours, range);
138 rangeStart,
double rangeEnd)
140 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);
156 void CreateDefaultLocator();
173 void TraverseNeighborhoodRecursively(
175 unsigned short* xyzIds);
177 unsigned short* xyzIds);
179 void ContourNode1D();
201 unsigned char NeighborhoodTraversalTable[64];
202 void GenerateTraversalTable();