maintain a list of transforms
More...
#include <vtkTransformCollection.h>
Inherits vtkCollection.
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.
| vtkTransformCollection::vtkTransformCollection |
( |
| ) |
|
|
inlineprotected |
| vtkTransformCollection::~vtkTransformCollection |
( |
| ) |
|
|
inlineprotected |
| static int vtkTransformCollection::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
| virtual int vtkTransformCollection::IsA |
( |
const char * |
type | ) |
|
|
virtual |
| virtual vtkObjectBase* vtkTransformCollection::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
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: