Go to the documentation of this file.
41 #ifndef vtkMarchingSquares_h
42 #define vtkMarchingSquares_h
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);
161 rangeStart,
double rangeEnd)
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkGetObjectMacro(name, type)
void SetImageRange(int imin, int imax, int jmin, int jmax, int kmin, int kmax)
void SetNumberOfContours(int number)
virtual int FillInputPortInformation(int port, vtkInformation *info)
int GetNumberOfContours()
void GenerateValues(int numContours, double range[2])
#define vtkTypeMacro(thisClass, superclass)
#define vtkGetVectorMacro(name, type, count)
generate isoline(s) from structured points set
void SetLocator(vtkIncrementalPointLocator *locator)
vtkContourValues * ContourValues
static vtkMarchingSquares * New()
GLsizei const GLfloat * value
helper object to manage setting and generating contour values
#define VTKFILTERSCORE_EXPORT
vtkIncrementalPointLocator * Locator
topologically and geometrically regular array of data
a simple class to control print indentation
void GenerateValues(int numContours, double range[2])
Abstract class in support of both point location and point insertion.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetValue(int i, double value)
int GetNumberOfContours()
#define vtkSetVectorMacro(name, type, count)
void CreateDefaultLocator()
void SetNumberOfContours(const int number)
void SetValue(int i, double value)
unsigned long int GetMTime()
Superclass for algorithms that produce only polydata as output.