57 #define VTK_SORT_BY_VALUE 0
58 #define VTK_SORT_BY_CELL 1
80 void SetValue(
int i,
double value)
81 {this->ContourValues->SetValue(i,value);}
86 double GetValue(
int i)
87 {
return this->ContourValues->GetValue(i);}
94 {
return this->ContourValues->GetValues();}
101 void GetValues(
double *contourValues)
102 {this->ContourValues->GetValues(contourValues);}
109 void SetNumberOfContours(
int number)
110 {this->ContourValues->SetNumberOfContours(number);}
115 int GetNumberOfContours()
116 {
return this->ContourValues->GetNumberOfContours();}
122 void GenerateValues(
int numContours,
double range[2])
123 {this->ContourValues->GenerateValues(numContours, range);}
129 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd)
130 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
147 vtkSetMacro(GenerateCutScalars,
int);
148 vtkGetMacro(GenerateCutScalars,
int);
149 vtkBooleanMacro(GenerateCutScalars,
int);
171 vtkGetMacro(SortBy,
int);
172 void SetSortByToSortByValue()
174 void SetSortByToSortByCell()
176 const char *GetSortByAsString();
181 void CreateDefaultLocator();
187 static void GetCellTypeDimensions(
unsigned char* cellTypeDimensions);
232 return "SortByValue";