#include <vtkTransformCollection.h>
Inheritance diagram for vtkTransformCollection:


Public Methods | |
| virtual const char * | GetClassName () | 
| virtual int | IsA (const char *type) | 
| void | AddItem (vtkTransform *) | 
| vtkTransform * | GetNextItem () | 
Static Public Methods | |
| int | IsTypeOf (const char *type) | 
| vtkTransformCollection * | SafeDownCast (vtkObject *o) | 
| vtkTransformCollection * | New () | 
Protected Methods | |
| vtkTransformCollection () | |
| ~vtkTransformCollection () | |
vtkTransformCollection is an object that creates and manipulates lists of objects of type vtkTransform.
Definition at line 63 of file vtkTransformCollection.h.
      
  | 
  
| 
 
 Definition at line 77 of file vtkTransformCollection.h.  | 
  
      
  | 
  
| 
 
 Definition at line 78 of file vtkTransformCollection.h.  | 
  
      
  | 
  
| 
 Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkCollection.  | 
  
      
  | 
  
| 
 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 vtkCollection.  | 
  
      
  | 
  
| 
 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 vtkCollection.  | 
  
      
  | 
  
| 
 Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkCollection.  | 
  
      
  | 
  
| 
 Construct with empty list. Reimplemented from vtkCollection.  | 
  
      
  | 
  
| 
 Add a Transform to the list. Definition at line 90 of file vtkTransformCollection.h.  | 
  
      
  | 
  
| 
 Get the next Transform in the list. Return NULL when the end of the list is reached. Definition at line 95 of file vtkTransformCollection.h.  | 
  
1.2.11.1 written by Dimitri van Heesch,
 © 1997-2001