28#ifndef vtkSynchronizedTemplatesCutter3D_h
29#define vtkSynchronizedTemplatesCutter3D_h
31#include "vtkFiltersCoreModule.h"
63 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
64 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.
int OutputPointsPrecision
~vtkSynchronizedTemplatesCutter3D() override
static vtkSynchronizedTemplatesCutter3D * New()
virtual void SetCutFunction(vtkImplicitFunction *)
Specify the implicit function to perform the cutting.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkImplicitFunction * CutFunction
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkSynchronizedTemplatesCutter3D()