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