50 #ifndef __vtkHyperOctreeContourFilter_h
51 #define __vtkHyperOctreeContourFilter_h
67 class vtkHyperOctreeContourPointsGrabber;
87 this->ContourValues->SetValue(i,value);
95 return this->ContourValues->GetValue(i);
104 return this->ContourValues->GetValues();
114 this->ContourValues->GetValues(contourValues);
124 this->ContourValues->SetNumberOfContours(number);
132 return this->ContourValues->GetNumberOfContours();
141 this->ContourValues->GenerateValues(numContours, range);
149 rangeStart,
double rangeEnd)
151 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);
167 void CreateDefaultLocator();
185 double ComputePointValue(
int ptIndices[3]);
187 void ContourNode1D();
236 friend class vtkHyperOctreeContourPointsGrabber;