41 #ifndef __vtkMarchingSquares_h
42 #define __vtkMarchingSquares_h
63 vtkSetVectorMacro(ImageRange,
int,6);
64 vtkGetVectorMacro(ImageRange,
int,6);
65 void SetImageRange(
int imin,
int imax,
int jmin,
int jmax,
71 void SetValue(
int i,
double value);
72 double GetValue(
int i);
74 void GetValues(
double *contourValues);
75 void SetNumberOfContours(
int number);
76 int GetNumberOfContours();
77 void GenerateValues(
int numContours,
double range[2]);
78 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
89 void CreateDefaultLocator();
160 rangeStart,
double rangeEnd)
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkIncrementalPointLocator * Locator
int GetNumberOfContours()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetNumberOfContours(const int number)
Abstract class in support of both point location and point insertion.
generate isoline(s) from structured points set
void GenerateValues(int numContours, double range[2])
void GenerateValues(int numContours, double range[2])
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
void SetValue(int i, double value)
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
void SetNumberOfContours(int number)
vtkContourValues * ContourValues
int GetNumberOfContours()
void SetValue(int i, double value)