VTK
|
Cut composite data sets with user-specified implicit function. More...
#include <vtkCompositeCutter.h>
Public Types | |
typedef vtkCutter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkCompositeCutter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkCompositeCutter * | SafeDownCast (vtkObjectBase *o) |
static vtkCompositeCutter * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkCompositeCutter (vtkImplicitFunction *cf=NULL) | |
virtual | ~vtkCompositeCutter () |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Cut composite data sets with user-specified implicit function.
Loop over each data set in the composite input and apply vtkCutter
Definition at line 32 of file vtkCompositeCutter.h.
Reimplemented from vtkCutter.
Definition at line 35 of file vtkCompositeCutter.h.
vtkCompositeCutter::vtkCompositeCutter | ( | vtkImplicitFunction * | cf = NULL | ) | [protected] |
virtual vtkCompositeCutter::~vtkCompositeCutter | ( | ) | [protected, virtual] |
static int vtkCompositeCutter::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 vtkCutter.
virtual int vtkCompositeCutter::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 vtkCutter.
static vtkCompositeCutter* vtkCompositeCutter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkCutter.
virtual vtkObjectBase* vtkCompositeCutter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkCutter.
Reimplemented from vtkCutter.
static vtkCompositeCutter* vtkCompositeCutter::New | ( | ) | [static] |
Construct with user-specified implicit function; initial value of 0.0; and generating cut scalars turned off.
Reimplemented from vtkCutter.
void vtkCompositeCutter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
virtual int vtkCompositeCutter::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkCutter.
virtual int vtkCompositeCutter::RequestUpdateExtent | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkCutter.
virtual int vtkCompositeCutter::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkCutter.