61 #ifndef vtkFlyingEdges2D_h
62 #define vtkFlyingEdges2D_h
84 {this->ContourValues->SetValue(i,value);}
90 {
return this->ContourValues->GetValue(i);}
97 {
return this->ContourValues->GetValues();}
105 {this->ContourValues->GetValues(contourValues);}
113 {this->ContourValues->SetNumberOfContours(number);}
119 {
return this->ContourValues->GetNumberOfContours();}
126 {this->ContourValues->GenerateValues(numContours, range);}
133 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);}
139 vtkSetMacro(ComputeScalars,
int);
140 vtkGetMacro(ComputeScalars,
int);
141 vtkBooleanMacro(ComputeScalars,
int);
147 vtkSetMacro(ArrayComponent,
int);
148 vtkGetMacro(ArrayComponent,
int);
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetNumberOfContours(int number)
#define VTKFILTERSCORE_EXPORT
void GenerateValues(int numContours, double range[2])
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
void SetValue(int i, double value)
vtkContourValues * ContourValues
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
a simple class to control print indentation
topologically and geometrically regular array of data
generate isoline(s) from a structured points set
void GetValues(double *contourValues)
int GetNumberOfContours()