41 #ifndef __vtkMarchingSquares_h
42 #define __vtkMarchingSquares_h
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])
GLsizei const GLfloat * value
void GenerateValues(int numContours, double range[2])
#define vtkTypeMacro(thisClass, superclass)
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)
#define vtkSetVectorMacro(name, type, count)
vtkContourValues * ContourValues
#define vtkGetObjectMacro(name, type)
int GetNumberOfContours()
#define vtkGetVectorMacro(name, type, count)
void SetValue(int i, double value)