Go to the documentation of this file.
52 #ifndef vtkContourFilter_h
53 #define vtkContourFilter_h
80 void SetValue(
int i,
double value);
81 double GetValue(
int i);
83 void GetValues(
double *contourValues);
84 void SetNumberOfContours(
int number);
85 int GetNumberOfContours();
86 void GenerateValues(
int numContours,
double range[2]);
87 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
271 rangeStart,
double rangeEnd)
void CreateDefaultLocator()
#define vtkGetObjectMacro(name, type)
int GetNumberOfContours()
int GetNumberOfContours()
static void InternalProgressCallbackFunction(vtkObject *caller, unsigned long eid, void *clientData, void *callData)
int OutputPointsPrecision
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkTypeMacro(thisClass, superclass)
void SetLocator(vtkIncrementalPointLocator *locator)
abstract base class for most VTK objects
vtkGridSynchronizedTemplates3D * GridSynchronizedTemplates
virtual void ReportReferences(vtkGarbageCollector *)
generate isoline(s) from a structured points set
generate isosurface from structured grids
void GenerateValues(int numContours, double range[2])
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetArrayComponent(int)
GLenum GLint GLint * precision
vtkContourValues * ContourValues
vtkScalarTree * ScalarTree
vtkIncrementalPointLocator * Locator
generate isosurface from rectilinear grid
GLsizei const GLfloat * value
vtkRectilinearSynchronizedTemplates * RectilinearSynchronizedTemplates
vtkSynchronizedTemplates3D * SynchronizedTemplates3D
vtkSynchronizedTemplates2D * SynchronizedTemplates2D
helper object to manage setting and generating contour values
#define VTKFILTERSCORE_EXPORT
int GetOutputPointsPrecision() const
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.
void SetValue(int i, double value)
#define vtkGetMacro(name, type)
Detect and break reference loops.
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void SetNumberOfContours(int number)
supports function callbacks
generate isosurface from structured points
void SetValue(int i, double value)
vtkCallbackCommand * InternalProgressCallbackCommand
organize data according to scalar values (used to accelerate contouring operations)
static vtkContourFilter * New()
void PrintSelf(ostream &os, vtkIndent indent)
void SetNumberOfContours(const int number)
void SetOutputPointsPrecision(int precision)
generate isosurfaces/isolines from scalar values
virtual int FillInputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only polydata as output.
virtual void SetScalarTree(vtkScalarTree *)