29 #ifndef vtkTextPropertyCollection_h 30 #define vtkTextPropertyCollection_h 32 #include "vtkRenderingCoreModule.h" 99 if ( this->
Bottom ==
nullptr )
105 return static_cast<vtkTextProperty *>(this->
Bottom->
Item);
void * vtkCollectionSimpleIterator
vtkTextProperty * GetNextTextProperty(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
vtkTextProperty * GetItem(int idx)
Get the vtkTextProperty at the specified index.
abstract base class for most VTK objects
vtkTextProperty * GetLastItem()
Get the last TextProperty in the list.
void AddItem(vtkTextProperty *a)
Add a vtkTextProperty to the bottom of the list.
vtkTextProperty * GetNextItem()
Get the next vtkTextProperty in the list.
an ordered list of vtkTextProperty objects.
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.
represent text properties.
vtkCollectionElement * Bottom
void AddItem(vtkObject *)
Add an object to the bottom of the list.
create and manipulate ordered lists of objects
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
vtkObject * GetItemAsObject(int i)
Get the i'th item in the collection.