18#ifndef vtkProp3DCollection_h 
   19#define vtkProp3DCollection_h 
   23#include "vtkRenderingCoreModule.h"  
   25VTK_ABI_NAMESPACE_BEGIN
 
   82  if (this->
Bottom == 
nullptr)
 
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
 
an ordered list of 3D props
 
vtkProp3D * GetNextProp3D()
Get the next actor in the list.
 
~vtkProp3DCollection() override=default
 
vtkProp3DCollection()=default
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
static vtkProp3DCollection * New()
 
void AddItem(vtkProp3D *p)
Add an actor to the bottom of the list.
 
vtkProp3D * GetNextProp3D(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
 
vtkProp3D * GetLastProp3D()
Get the last actor in the list.
 
represents an 3D object for placement in a rendered scene
 
void AddItem(vtkProp *a)
Add a Prop to the bottom of the list.
 
abstract superclass for all actors, volumes and annotations
 
void * vtkCollectionSimpleIterator