vtkMapperCollection - a list of mappers
Super Class: vtkCollection
Description:
vtkMapperCollection represents and provides methods to manipulate a list of mappers (i.e., vtkMapper and subclasses). The list is unsorted and duplicate entries are not prevented.
See Also:
Methods:
| static vtkMapperCollection *New () | |
| const char *GetClassName () | |
| void AddItem (vtkMapper *) | |
| void RemoveItem (vtkMapper *) | |
| int IsItemPresent (vtkMapper *) | |
| vtkMapper *GetNextItem () | |
| vtkMapper *GetLastItem () |
Detailed Method Descriptions:
![]()
| void AddItem (vtkMapper *) |
![]()
| void RemoveItem (vtkMapper *) |
![]()
| int IsItemPresent (vtkMapper *) |
![]()
| vtkMapper *GetNextItem () |
![]()
| vtkMapper *GetLastItem () |
![]()