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();
170 this->ContourValues->SetValue(i,value);
178 return this->ContourValues->GetValue(i);
187 return this->ContourValues->GetValues();
197 this->ContourValues->GetValues(contourValues);
207 this->ContourValues->SetNumberOfContours(number);
215 return this->ContourValues->GetNumberOfContours();
225 this->ContourValues->GenerateValues(numContours, range);
236 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkIncrementalPointLocator * Locator
abstract class to specify dataset behavior
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkGetMacro(name, type)
Abstract class in support of both point location and point insertion.
vtkScalarTree * ScalarTree
void SetNumberOfContours(int number)
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)
#define vtkSetMacro(name, type)