#include <vtkSynchronizedTemplatesCutter3D.h>
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.
vtkSynchronizedTemplatesCutter3D::vtkSynchronizedTemplatesCutter3D | ( | ) | [protected] |
vtkSynchronizedTemplatesCutter3D::~vtkSynchronizedTemplatesCutter3D | ( | ) | [protected] |
static vtkSynchronizedTemplatesCutter3D* vtkSynchronizedTemplatesCutter3D::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkSynchronizedTemplates3D.
virtual const char* vtkSynchronizedTemplatesCutter3D::GetClassName | ( | ) | [virtual] |
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 | ( | vtkObject * | o | ) | [static] |
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 * | exExt, | |||
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 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 58 of file vtkSynchronizedTemplatesCutter3D.h.