Go to the documentation of this file.
30 #ifndef vtkThreadedSynchronizedTemplatesCutter3D_h
31 #define vtkThreadedSynchronizedTemplatesCutter3D_h
33 #include "vtkFiltersSMPModule.h"
65 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
66 vtkGetMacro(OutputPointsPrecision,
int);
vtkTypeUInt64 vtkMTimeType
abstract interface for implicit functions
void ThreadedExecute(vtkImageData *data, vtkInformation *outInfo, int)
Needed by templated functions.
virtual void SetCutFunction(vtkImplicitFunction *)
Specify the implicit function to perform the cutting.
static vtkThreadedSynchronizedTemplatesCutter3D * New()
topologically and geometrically regular array of data
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkThreadedSynchronizedTemplatesCutter3D()
generate cut surface from structured points
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
~vtkThreadedSynchronizedTemplatesCutter3D()
vtkMTimeType GetMTime()
Override GetMTime because we delegate to vtkContourValues and refer to vtkImplicitFunction.
int OutputPointsPrecision
vtkImplicitFunction * CutFunction
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
generate isosurface from structured points