29 #ifndef vtkTextPropertyCollection_h
30 #define vtkTextPropertyCollection_h
32 #include "vtkRenderingCoreModule.h"
41 void PrintSelf(ostream& os,
vtkIndent indent) VTK_OVERRIDE;
71 ~vtkTextPropertyCollection();
78 vtkTextPropertyCollection(const vtkTextPropertyCollection&) VTK_DELETE_FUNCTION;
79 void operator=(const vtkTextPropertyCollection&) VTK_DELETE_FUNCTION;
99 if ( this->Bottom == NULL )
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 list.
vtkTextProperty * GetNextItem()
Get the next vtkTextProperty in the list.
a list of vtkTextProperty objects.
a simple class to control print indentation
static vtkCollection * New()
Construct with empty list.
represent text properties.
void AddItem(vtkObject *)
Add an object to the list.
create and manipulate unsorted lists of objects
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
vtkObject * GetItemAsObject(int i)
Get the i'th item in the collection.