52 #ifndef __vtkContourFilter_h
53 #define __vtkContourFilter_h
78 void SetValue(
int i,
double value);
79 double GetValue(
int i);
81 void GetValues(
double *contourValues);
82 void SetNumberOfContours(
int number);
83 int GetNumberOfContours();
84 void GenerateValues(
int numContours,
double range[2]);
85 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
96 vtkSetMacro(ComputeNormals,
int);
97 vtkGetMacro(ComputeNormals,
int);
98 vtkBooleanMacro(ComputeNormals,
int);
108 vtkSetMacro(ComputeGradients,
int);
109 vtkGetMacro(ComputeGradients,
int);
110 vtkBooleanMacro(ComputeGradients,
int);
115 vtkSetMacro(ComputeScalars,
int);
116 vtkGetMacro(ComputeScalars,
int);
117 vtkBooleanMacro(ComputeScalars,
int);
122 vtkSetMacro(UseScalarTree,
int);
123 vtkGetMacro(UseScalarTree,
int);
124 vtkBooleanMacro(UseScalarTree,
int);
142 void CreateDefaultLocator();
148 void SetArrayComponent(
int );
149 int GetArrayComponent();
244 rangeStart,
double rangeEnd)
helper object to manage setting and generating contour values
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkContourValues * ContourValues
vtkIncrementalPointLocator * Locator
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
generate isosurface from structured grids
void SetNumberOfContours(const int number)
void SetNumberOfContours(int number)
Abstract class in support of both point location and point insertion.
void GenerateValues(int numContours, double range[2])
Detect and break reference loops.
generate isosurface from structured points
static vtkPolyDataAlgorithm * New()
virtual void ReportReferences(vtkGarbageCollector *)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetValue(int i, double value)
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
void GenerateValues(int numContours, double range[2])
generate isosurfaces/isolines from scalar values
virtual unsigned long GetMTime()
a simple class to control print indentation
int GetNumberOfContours()
vtkScalarTree * ScalarTree
organize data according to scalar values (used to accelerate contouring operations) ...
vtkSynchronizedTemplates3D * SynchronizedTemplates3D
generate isosurface from rectilinear grid
vtkSynchronizedTemplates2D * SynchronizedTemplates2D
vtkGridSynchronizedTemplates3D * GridSynchronizedTemplates
int GetNumberOfContours()
vtkRectilinearSynchronizedTemplates * RectilinearSynchronizedTemplates
generate isoline(s) from a structured points set
void SetValue(int i, double value)