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