Go to the documentation of this file.
33 #ifndef vtkPropCollection_h
34 #define vtkPropCollection_h
36 #include "vtkRenderingCoreModule.h"
68 int GetNumberOfPaths();
103 if ( this->
Bottom ==
nullptr )
109 return static_cast<vtkProp *>(this->
Bottom->
Item);
static vtkCollection * New()
Construct with empty list.
void * vtkCollectionSimpleIterator
vtkProp * GetNextProp(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
abstract base class for most VTK objects
~vtkPropCollection() override
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
vtkProp * GetLastProp()
Get the last Prop in the list.
create and manipulate ordered lists of objects
vtkCollectionElement * Bottom
void AddItem(vtkProp *a)
Add a Prop to the bottom of the list.
abstract superclass for all actors, volumes and annotations
void AddItem(vtkObject *)
Add an object to the bottom of the list.
vtkProp * GetNextProp()
Get the next Prop in the list.