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