29 #ifndef __vtkSynchronizedTemplates2D_h
30 #define __vtkSynchronizedTemplates2D_h
50 void SetValue(
int i,
double value) {this->ContourValues->SetValue(i,value);}
53 double GetValue(
int i) {
return this->ContourValues->GetValue(i);}
57 double *
GetValues() {
return this->ContourValues->GetValues();}
64 this->ContourValues->GetValues(contourValues);}
72 this->ContourValues->SetNumberOfContours(number);}
78 return this->ContourValues->GetNumberOfContours();}
85 this->ContourValues->GenerateValues(numContours, range);}
92 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
98 vtkSetMacro(ComputeScalars,
int);
99 vtkGetMacro(ComputeScalars,
int);
100 vtkBooleanMacro(ComputeScalars,
int);
106 vtkSetMacro(ArrayComponent,
int);
107 vtkGetMacro(ArrayComponent,
int);