#include <vtkSynchronizedTemplatesCutter3D.h>
Inheritance diagram for vtkSynchronizedTemplatesCutter3D:
vtkSynchronizedTemplatesCutter3D is an implementation of the synchronized template algorithm. Note that vtkCutFilter will automatically use this class when appropriate.
Definition at line 34 of file vtkSynchronizedTemplatesCutter3D.h.
Public Types | |
typedef vtkSynchronizedTemplates3D | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | ThreadedExecute (vtkImageData *data, vtkInformation *outInfo, int *exExt, int) |
virtual void | SetCutFunction (vtkImplicitFunction *) |
virtual vtkImplicitFunction * | GetCutFunction () |
Static Public Member Functions | |
static vtkSynchronizedTemplatesCutter3D * | New () |
static int | IsTypeOf (const char *type) |
static vtkSynchronizedTemplatesCutter3D * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkSynchronizedTemplatesCutter3D () | |
~vtkSynchronizedTemplatesCutter3D () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
vtkImplicitFunction * | CutFunction |
|
Reimplemented from vtkSynchronizedTemplates3D. Definition at line 39 of file vtkSynchronizedTemplatesCutter3D.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkSynchronizedTemplates3D. |
|
Reimplemented from vtkSynchronizedTemplates3D. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkSynchronizedTemplates3D. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkSynchronizedTemplates3D. |
|
Reimplemented from vtkSynchronizedTemplates3D. |
|
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. |
|
Needed by templated functions. |
|
Specify the implicit function to perform the cutting. |
|
Specify the implicit function to perform the cutting. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkSynchronizedTemplates3D. |
|
Definition at line 58 of file vtkSynchronizedTemplatesCutter3D.h. |