67#ifndef vtkPropCollection_h 
   68#define vtkPropCollection_h 
   71#include "vtkRenderingCoreModule.h"  
   76VTK_ABI_NAMESPACE_BEGIN
 
  140  if (this->
Bottom == 
nullptr)
 
create and manipulate ordered lists of objects
 
vtkCollectionElement * Bottom
 
void AddItem(vtkObject *)
Add an object to the bottom of the list.
 
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
 
a simple class to control print indentation
 
abstract base class for most VTK objects
 
vtkPropCollection()=default
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void AddItem(vtkProp *a)
Add a Prop to the bottom of the list.
 
vtkProp * GetNextProp(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
 
int GetNumberOfPaths()
Get the number of paths contained in this list.
 
~vtkPropCollection() override=default
 
static vtkPropCollection * New()
 
vtkProp * GetLastProp()
Get the last Prop in the list.
 
vtkProp * GetNextProp()
Get the next Prop in the list.
 
abstract superclass for all actors, volumes and annotations
 
void * vtkCollectionSimpleIterator