29 #ifndef vtkTextPropertyCollection_h 30 #define vtkTextPropertyCollection_h 32 #include "vtkRenderingCoreModule.h" 41 void PrintSelf(ostream& os,
vtkIndent indent) override;
71 ~vtkTextPropertyCollection() override;
78 vtkTextPropertyCollection(const vtkTextPropertyCollection&) = delete;
79 void operator=(const vtkTextPropertyCollection&) = delete;
99 if ( this->Bottom ==
nullptr )
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
static vtkCollection * New()
Construct with empty list.
represent text properties.
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.