48 #ifndef __vtkHyperOctreeCutter_h
49 #define __vtkHyperOctreeCutter_h
85 void SetValue(
int i,
double value)
86 {this->ContourValues->SetValue(i,value);}
91 double GetValue(
int i)
92 {
return this->ContourValues->GetValue(i);}
99 {
return this->ContourValues->GetValues();}
106 void GetValues(
double *contourValues)
107 {this->ContourValues->GetValues(contourValues);}
114 void SetNumberOfContours(
int number)
115 {this->ContourValues->SetNumberOfContours(number);}
120 int GetNumberOfContours()
121 {
return this->ContourValues->GetNumberOfContours();}
127 void GenerateValues(
int numContours,
double range[2])
128 {this->ContourValues->GenerateValues(numContours, range);}
134 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd)
135 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
152 vtkSetMacro(GenerateCutScalars,
int);
153 vtkGetMacro(GenerateCutScalars,
int);
154 vtkBooleanMacro(GenerateCutScalars,
int);
176 vtkGetMacro(SortBy,
int);
177 void SetSortByToSortByValue()
179 void SetSortByToSortByCell()
185 const char *GetSortByAsString()
189 return "SortByValue";
200 void CreateDefaultLocator();