30 #ifndef vtkThreadedSynchronizedTemplatesCutter3D_h 31 #define vtkThreadedSynchronizedTemplatesCutter3D_h 33 #include "vtkFiltersSMPModule.h" 38 #if !defined(VTK_LEGACY_REMOVE) 66 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
67 vtkGetMacro(OutputPointsPrecision,
int);
93 #endif //VTK_LEGACY_REMOVE
abstract interface for implicit functions
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.
vtkImplicitFunction * CutFunction
void ThreadedExecute(vtkImageData *data, vtkInformation *inInfo, vtkInformation *outInfo, vtkDataArray *inScalars)
vtkTypeUInt32 vtkMTimeType
generate cut surface from structured points
generate isosurface from structured points
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
int OutputPointsPrecision
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()