26 #ifndef __vtkTransformCollection_h
27 #define __vtkTransformCollection_h
29 #include "vtkCommonTransformsModule.h"
30 #include "vtkCollection.h"
52 return static_cast<vtkTransform *
>(this->GetNextItemAsObject(cookie));};
63 void AddItem(vtkObject *o)
65 this->vtkCollection::AddItem(o);
76 this->vtkCollection::AddItem(t);
82 return static_cast<vtkTransform *
>(this->GetNextItemAsObject());