29 #ifndef __vtkSynchronizedTemplates2D_h
30 #define __vtkSynchronizedTemplates2D_h
32 #include "vtkFiltersCoreModule.h"
33 #include "vtkPolyDataAlgorithm.h"
35 #include "vtkContourValues.h"
44 void PrintSelf(ostream& os, vtkIndent indent);
47 unsigned long int GetMTime();
51 void SetValue(
int i,
double value) {this->ContourValues->SetValue(i,value);}
54 double GetValue(
int i) {
return this->ContourValues->GetValue(i);}
58 double *
GetValues() {
return this->ContourValues->GetValues();}
65 this->ContourValues->GetValues(contourValues);}
73 this->ContourValues->SetNumberOfContours(number);}
79 return this->ContourValues->GetNumberOfContours();}
86 this->ContourValues->GenerateValues(numContours, range);}
93 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
99 vtkSetMacro(ComputeScalars,
int);
100 vtkGetMacro(ComputeScalars,
int);
101 vtkBooleanMacro(ComputeScalars,
int);
107 vtkSetMacro(ArrayComponent,
int);
108 vtkGetMacro(ArrayComponent,
int);
115 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
116 virtual int FillInputPortInformation(
int port, vtkInformation *info);
vtkContourValues * ContourValues
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
void GenerateValues(int numContours, double range[2])
void GetValues(double *contourValues)
void SetNumberOfContours(int number)
int GetNumberOfContours()
void SetValue(int i, double value)
generate isoline(s) from a structured points set