27 #ifndef vtkThreadedSynchronizedTemplatesCutter3D_h 28 #define vtkThreadedSynchronizedTemplatesCutter3D_h 30 #include "vtkFiltersSMPModule.h" 62 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
63 vtkGetMacro(OutputPointsPrecision,
int);
74 ~vtkThreadedSynchronizedTemplatesCutter3D() VTK_OVERRIDE;
77 int OutputPointsPrecision;
81 vtkInformationVector *) VTK_OVERRIDE;
83 int FillOutputPortInformation(
int port, vtkInformation*
info) VTK_OVERRIDE;
85 vtkThreadedSynchronizedTemplatesCutter3D(const vtkThreadedSynchronizedTemplatesCutter3D&) VTK_DELETE_FUNCTION;
86 void operator=(const vtkThreadedSynchronizedTemplatesCutter3D&) VTK_DELETE_FUNCTION;
abstract interface for implicit functions
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ThreadedExecute(vtkImageData *data, vtkInformation *inInfo, vtkInformation *outInfo, vtkDataArray *inScalars)
vtkTypeUInt32 vtkMTimeType
generate cut surface from structured points
generate isosurface from structured points
a simple class to control print indentation
topologically and geometrically regular array of data
vtkMTimeType GetMTime() override
Because we delegate to vtkContourValues.
static vtkThreadedSynchronizedTemplates3D * New()