1 #ifndef __vtkTagTableCollection_h 2 #define __vtkTagTableCollection_h 9 #include <vtkCollection.h> 16 void PrintSelf(ostream& os, vtkIndent indent)
override;
18 vtkTagTable * FindTagTableByName (
const char *name );
19 void AddTableByName (
vtkTagTable *t,
const char *name );
20 void DeleteTableByName (
const char *name );
21 void ClearAllTagTables ( );
22 void SetRestoreSelectionStateForAllTables (
int val);
27 this->vtkCollection::AddItem ( (vtkObject *)t); };
43 vtkTagTable *GetNextTable(vtkCollectionSimpleIterator &cookie);
50 void AddItem (vtkObject *o ) { this->vtkCollection::AddItem(o); } ;
vtkTagTable * GetNextItem()
void AddItem(vtkTagTable *t)
Add a Tag Table to the list.
void AddItem(vtkObject *o)
hide the standard AddItem from the user and compiler.