48 #ifndef __vtkContourGrid_h
49 #define __vtkContourGrid_h
71 void SetValue(
int i,
double value);
72 double GetValue(
int i);
74 void GetValues(
double *contourValues);
75 void SetNumberOfContours(
int number);
76 int GetNumberOfContours();
77 void GenerateValues(
int numContours,
double range[2]);
78 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
89 vtkSetMacro(ComputeNormals,
int);
90 vtkGetMacro(ComputeNormals,
int);
91 vtkBooleanMacro(ComputeNormals,
int);
101 vtkSetMacro(ComputeGradients,
int);
102 vtkGetMacro(ComputeGradients,
int);
103 vtkBooleanMacro(ComputeGradients,
int);
108 vtkSetMacro(ComputeScalars,
int);
109 vtkGetMacro(ComputeScalars,
int);
110 vtkBooleanMacro(ComputeScalars,
int);
115 vtkSetMacro(UseScalarTree,
int);
116 vtkGetMacro(UseScalarTree,
int);
117 vtkBooleanMacro(UseScalarTree,
int);
129 void CreateDefaultLocator();
205 rangeStart,
double rangeEnd)
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
generate isosurfaces/isolines from scalar values (specialized for unstructured grids) ...
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetNumberOfContours(const int number)
vtkContourValues * ContourValues
Abstract class in support of both point location and point insertion.
int GetNumberOfContours()
void GenerateValues(int numContours, double range[2])
keep track of edges (edge is pair of integer id's)
void SetValue(int i, double value)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
a simple class to control print indentation
organize data according to scalar values (used to accelerate contouring operations) ...
vtkIncrementalPointLocator * Locator
void SetNumberOfContours(int number)
vtkScalarTree * ScalarTree
int GetNumberOfContours()
void SetValue(int i, double value)
void GenerateValues(int numContours, double range[2])