56 #ifndef __vtkMarchingContourFilter_h
57 #define __vtkMarchingContourFilter_h
79 void SetValue(
int i,
double value);
80 double GetValue(
int i);
82 void GetValues(
double *contourValues);
83 void SetNumberOfContours(
int number);
84 int GetNumberOfContours();
85 void GenerateValues(
int numContours,
double range[2]);
86 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
137 void CreateDefaultLocator();
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
GLenum GLenum GLenum input
vtkIncrementalPointLocator * Locator
abstract class to specify dataset behavior
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetNumberOfContours(const int number)
#define vtkGetMacro(name, type)
Abstract class in support of both point location and point insertion.
vtkScalarTree * ScalarTree
void SetNumberOfContours(int number)
GLsizei const GLfloat * value
void GenerateValues(int numContours, double range[2])
int GetNumberOfContours()
concrete dataset represents vertices, lines, polygons, and triangle strips
#define vtkTypeMacro(thisClass, superclass)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
void GenerateValues(int numContours, double range[2])
virtual unsigned long GetMTime()
a simple class to control print indentation
generate isosurfaces/isolines from scalar values
#define VTKFILTERSGENERAL_EXPORT
organize data according to scalar values (used to accelerate contouring operations) ...
vtkContourValues * ContourValues
void SetValue(int i, double value)
#define vtkGetObjectMacro(name, type)
#define vtkBooleanMacro(name, type)
int GetNumberOfContours()
void SetValue(int i, double value)
#define vtkSetMacro(name, type)