VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkTransformCollection Class Reference

maintain a list of transforms More...

#include <vtkTransformCollection.h>

Inherits vtkCollection.

Public Types

typedef vtkCollection Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkTransformCollectionNewInstance () const
 
void AddItem (vtkTransform *)
 
vtkTransformGetNextItem ()
 
vtkTransformGetNextTransform (vtkCollectionSimpleIterator &cookie)
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkTransformCollectionSafeDownCast (vtkObjectBase *o)
 
static vtkTransformCollectionNew ()
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkTransformCollection ()
 
 ~vtkTransformCollection ()
 

Detailed Description

maintain a list of transforms

vtkTransformCollection is an object that creates and manipulates lists of objects of type vtkTransform.

See Also
vtkCollection vtkTransform

Definition at line 34 of file vtkTransformCollection.h.

Member Typedef Documentation

typedef vtkCollection vtkTransformCollection::Superclass

Definition at line 37 of file vtkTransformCollection.h.

Constructor & Destructor Documentation

vtkTransformCollection::vtkTransformCollection ( )
inlineprotected

Definition at line 57 of file vtkTransformCollection.h.

vtkTransformCollection::~vtkTransformCollection ( )
inlineprotected

Definition at line 58 of file vtkTransformCollection.h.

Member Function Documentation

static int vtkTransformCollection::IsTypeOf ( const char *  type)
static
virtual int vtkTransformCollection::IsA ( const char *  type)
virtual
static vtkTransformCollection* vtkTransformCollection::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkTransformCollection::NewInstanceInternal ( ) const
protectedvirtual
vtkTransformCollection* vtkTransformCollection::NewInstance ( ) const
static vtkTransformCollection* vtkTransformCollection::New ( )
static
void vtkTransformCollection::AddItem ( vtkTransform t)
inline

Add a Transform to the list.

Definition at line 74 of file vtkTransformCollection.h.

vtkTransform * vtkTransformCollection::GetNextItem ( )
inline

Get the next Transform in the list. Return NULL when the end of the list is reached.

Definition at line 80 of file vtkTransformCollection.h.

vtkTransform* vtkTransformCollection::GetNextTransform ( vtkCollectionSimpleIterator &  cookie)
inline

Reentrant safe way to get an object in a collection. Just pass the same cookie back and forth.

Definition at line 51 of file vtkTransformCollection.h.


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