VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkCompositeCutter Class Reference

Cut composite data sets with user-specified implicit function. More...

#include <vtkCompositeCutter.h>

Inheritance diagram for vtkCompositeCutter:
Inheritance graph
[legend]
Collaboration diagram for vtkCompositeCutter:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkCutter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkCompositeCutterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkCompositeCutterSafeDownCast (vtkObjectBase *o)
static vtkCompositeCutterNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () 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)

Detailed Description

Cut composite data sets with user-specified implicit function.

Loop over each data set in the composite input and apply vtkCutter

See also:
vtkCutter
Tests:
vtkCompositeCutter (Tests)

Definition at line 32 of file vtkCompositeCutter.h.


Member Typedef Documentation

Reimplemented from vtkCutter.

Definition at line 35 of file vtkCompositeCutter.h.


Constructor & Destructor Documentation

virtual vtkCompositeCutter::~vtkCompositeCutter ( ) [protected, virtual]

Member Function Documentation

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.

Reimplemented from vtkCutter.

virtual vtkObjectBase* vtkCompositeCutter::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkCutter.

Reimplemented from vtkCutter.

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]

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 vtkCutter.

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.

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.


The documentation for this class was generated from the following file: