27 #ifndef __vtkSynchronizedTemplatesCutter3D_h
28 #define __vtkSynchronizedTemplatesCutter3D_h
30 #include "vtkFiltersCoreModule.h"
33 class vtkImplicitFunction;
41 void PrintSelf(ostream& os, vtkIndent indent);
51 virtual void SetCutFunction(vtkImplicitFunction*);
52 vtkGetObjectMacro(CutFunction,vtkImplicitFunction);
59 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
60 vtkGetMacro(OutputPointsPrecision,
int);
71 vtkInformationVector **,
72 vtkInformationVector *);
vtkImplicitFunction * CutFunction
void PrintSelf(ostream &os, vtkIndent indent)
void ThreadedExecute(vtkImageData *data, vtkInformation *inInfo, vtkInformation *outInfo, int *exExt, vtkDataArray *inScalars)
generate cut surface from structured points
generate isosurface from structured points
static vtkSynchronizedTemplates3D * New()
int OutputPointsPrecision
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)