27 #ifndef vtkMapperCollection_h 
   28 #define vtkMapperCollection_h 
   30 #include "vtkRenderingCoreModule.h"  
   58     { 
return this->Bottom ? 
static_cast<vtkMapper*
>(this->Bottom->Item) : 0; }
 
void * vtkCollectionSimpleIterator
 
abstract base class for most VTK objects 
 
vtkMapper * GetNextMapper(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection. 
 
a simple class to control print indentation 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses. 
 
static vtkCollection * New()
Construct with empty list. 
 
void AddItem(vtkMapper *a)
Add an mapper to the list. 
 
vtkMapper * GetLastItem()
Get the last mapper in the list. 
 
abstract class specifies interface to map data to graphics primitives 
 
void AddItem(vtkObject *)
Add an object to the list. 
 
create and manipulate unsorted lists of objects 
 
vtkMapper * GetNextItem()
Get the next mapper in the list. 
 
vtkObject * GetNextItemAsObject()
Get the next item in the collection.