Go to the documentation of this file.
54 #ifndef vtkContourFilter_h
55 #define vtkContourFilter_h
57 #include "vtkFiltersCoreModule.h"
86 void SetValue(
int i,
double value);
87 double GetValue(
int i);
89 void GetValues(
double *contourValues);
90 void SetNumberOfContours(
int number);
91 int GetNumberOfContours();
92 void GenerateValues(
int numContours,
double range[2]);
93 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
170 void CreateDefaultLocator();
177 void SetArrayComponent(
int );
178 int GetArrayComponent();
201 void SetOutputPointsPrecision(
int precision);
202 int GetOutputPointsPrecision()
const;
235 static void InternalProgressCallbackFunction(
vtkObject *caller,
299 rangeStart,
double rangeEnd)
int GetNumberOfContours()
Get the number of contours in the list of contour values.
double * GetValues()
Return a pointer to a list of contour values.
int GetNumberOfContours()
Return the number of contours in the.
int OutputPointsPrecision
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
double * GetValues()
Get a pointer to an array of contour values.
abstract base class for most VTK objects
vtkTypeBool ComputeGradients
vtkGridSynchronizedTemplates3D * GridSynchronizedTemplates
generate isoline(s) from a structured points set
generate isosurface from structured grids
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkContourValues * ContourValues
vtkScalarTree * ScalarTree
vtkIncrementalPointLocator * Locator
generate isosurface from rectilinear grid
vtkTypeBool GenerateTriangles
double GetValue(int i)
Get the ith contour value.
vtkRectilinearSynchronizedTemplates * RectilinearSynchronizedTemplates
vtkSynchronizedTemplates3D * SynchronizedTemplates3D
vtkTypeBool UseScalarTree
vtkSynchronizedTemplates2D * SynchronizedTemplates2D
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
helper object to manage setting and generating contour values
a simple class to control print indentation
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
double GetValue(int i)
Get the ith contour value.
Abstract class in support of both point location and point insertion.
void SetValue(int i, double value)
Set the ith contour value.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Detect and break reference loops.
void ReportReferences(vtkGarbageCollector *) override
void SetNumberOfContours(int number)
Set the number of contours to place into the list.
supports function callbacks
generate isosurface from structured points
vtkTypeBool ComputeScalars
void SetValue(int i, double value)
Methods to set / get contour values.
vtkCallbackCommand * InternalProgressCallbackCommand
organize data according to scalar values (used to accelerate contouring operations)
void SetNumberOfContours(const int number)
Set the number of contours to place into the list.
vtkTypeBool ComputeNormals
generate isosurfaces/isolines from scalar values
static vtkPolyDataAlgorithm * New()
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.