1#ifndef __vtkUserTagTable_h
2#define __vtkUserTagTable_h
15 void PrintSelf(ostream& os, vtkIndent indent)
override;
19 vtkGetObjectMacro ( TagTable, vtkTable );
virtual const char * GetUserTagValue(const char *keyword)
Get the value for a keyword in the TagTable.
virtual int GetNumberOfColumns()
Convenience method that returns the number of columns in TagTable.
virtual int CheckTableForKeyword(const char *keyword)
void operator=(const vtkUserTagTable &)
void PrintSelf(ostream &os, vtkIndent indent) override
virtual int DeleteKeywordValuePair(const char *keyword)
Deletes a column with the name matching "keyword" in the TagTable.
virtual const char * GetUserTagKeyword(int index)
Get the keyword at a particular column in the TagTable.
static vtkUserTagTable * New()
The Usual vtk class functions.
vtkUserTagTable(const vtkUserTagTable &)
virtual int GetKeywordColumn(const char *keyword)
Returns the index of the TagTable column whose name matches "keyword".
virtual int AddKeywordValuePair(const char *keyword, void *value)
virtual int AddKeywordValuePair(const char *keyword, const char *value)
virtual const char * GetUserTagValue(int index)
Get the value at a particular column in the TagTable.
virtual ~vtkUserTagTable()
virtual int DeleteKeywordValuePair(int index)
Deletes a column corresponding to "index" in the TagTable.