VTK
|
generate cut surface from structured points More...
#include <vtkSynchronizedTemplatesCutter3D.h>
Public Types | |
typedef vtkSynchronizedTemplates3D | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkSynchronizedTemplatesCutter3D * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | ThreadedExecute (vtkImageData *data, vtkInformation *outInfo, int) |
virtual void | SetCutFunction (vtkImplicitFunction *) |
virtual vtkImplicitFunction * | GetCutFunction () |
virtual void | SetOutputPointsPrecision (int) |
virtual int | GetOutputPointsPrecision () |
Static Public Member Functions | |
static vtkSynchronizedTemplatesCutter3D * | New () |
static int | IsTypeOf (const char *type) |
static vtkSynchronizedTemplatesCutter3D * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkSynchronizedTemplatesCutter3D () | |
~vtkSynchronizedTemplatesCutter3D () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
vtkImplicitFunction * | CutFunction |
int | OutputPointsPrecision |
generate cut surface from structured points
vtkSynchronizedTemplatesCutter3D is an implementation of the synchronized template algorithm. Note that vtkCutFilter will automatically use this class when appropriate.
Definition at line 35 of file vtkSynchronizedTemplatesCutter3D.h.
Reimplemented from vtkSynchronizedTemplates3D.
Definition at line 40 of file vtkSynchronizedTemplatesCutter3D.h.
static vtkSynchronizedTemplatesCutter3D* vtkSynchronizedTemplatesCutter3D::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkSynchronizedTemplates3D.
static int vtkSynchronizedTemplatesCutter3D::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkSynchronizedTemplates3D.
virtual int vtkSynchronizedTemplatesCutter3D::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkSynchronizedTemplates3D.
static vtkSynchronizedTemplatesCutter3D* vtkSynchronizedTemplatesCutter3D::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkSynchronizedTemplates3D.
virtual vtkObjectBase* vtkSynchronizedTemplatesCutter3D::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkSynchronizedTemplates3D.
Reimplemented from vtkSynchronizedTemplates3D.
void vtkSynchronizedTemplatesCutter3D::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkSynchronizedTemplates3D.
void vtkSynchronizedTemplatesCutter3D::ThreadedExecute | ( | vtkImageData * | data, |
vtkInformation * | outInfo, | ||
int | |||
) |
Needed by templated functions.
virtual void vtkSynchronizedTemplatesCutter3D::SetCutFunction | ( | vtkImplicitFunction * | ) | [virtual] |
Specify the implicit function to perform the cutting.
virtual vtkImplicitFunction* vtkSynchronizedTemplatesCutter3D::GetCutFunction | ( | ) | [virtual] |
Specify the implicit function to perform the cutting.
virtual void vtkSynchronizedTemplatesCutter3D::SetOutputPointsPrecision | ( | int | ) | [virtual] |
Set/get the desired precision for the output types. See the documentation for the vtkAlgorithm::DesiredOutputPrecision enum for an explanation of the available precision settings.
virtual int vtkSynchronizedTemplatesCutter3D::GetOutputPointsPrecision | ( | ) | [virtual] |
Set/get the desired precision for the output types. See the documentation for the vtkAlgorithm::DesiredOutputPrecision enum for an explanation of the available precision settings.
virtual int vtkSynchronizedTemplatesCutter3D::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkSynchronizedTemplates3D.
Definition at line 64 of file vtkSynchronizedTemplatesCutter3D.h.
Definition at line 65 of file vtkSynchronizedTemplatesCutter3D.h.