41 #ifndef vtkMarchingSquares_h
42 #define vtkMarchingSquares_h
64 vtkSetVectorMacro(ImageRange,
int,6);
65 vtkGetVectorMacro(ImageRange,
int,6);
66 void SetImageRange(
int imin,
int imax,
int jmin,
int jmax,
72 void SetValue(
int i,
double value);
73 double GetValue(
int i);
75 void GetValues(
double *contourValues);
76 void SetNumberOfContours(
int number);
77 int GetNumberOfContours();
78 void GenerateValues(
int numContours,
double range[2]);
79 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
90 void CreateDefaultLocator();
161 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)
#define VTKFILTERSCORE_EXPORT
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)