54 #include "vtkCommonDataModelModule.h"
75 void Dump(
unsigned int colWidth = 16,
int rowLimit = -1 );
96 virtual
void SetRowData(vtkDataSetAttributes*
data);
133 vtkIdType InsertNextBlankRow(
double default_num_val=0.0);
144 void RemoveRow(vtkIdType row);
153 vtkIdType GetNumberOfColumns();
156 const
char* GetColumnName(vtkIdType col);
176 void RemoveColumnByName(const
char* name);
181 void RemoveColumn(vtkIdType col);
193 vtkVariant GetValue(vtkIdType row, vtkIdType col);
198 vtkVariant GetValueByName(vtkIdType row, const
char* col);
208 void SetValueByName(vtkIdType row, const
char* col,
vtkVariant value);
213 void Initialize() VTK_OVERRIDE;
242 vtkIdType GetNumberOfElements(
int type) VTK_OVERRIDE;
246 ~vtkTable() VTK_OVERRIDE;
251 vtkDataSetAttributes* RowData;
259 vtkTable(const vtkTable&) VTK_DELETE_FUNCTION;
260 void operator=(const vtkTable&) VTK_DELETE_FUNCTION;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkDataObject * New()
An array holding vtkVariants.
Abstract superclass for all arrays.
A atomic type representing the union of many types.
int GetDataObjectType() override
Return what type of dataset this is.
a simple class to control print indentation
represent and manipulate attribute data in a dataset
virtual unsigned long GetActualMemorySize()
Return the actual size of the data in kibibytes (1024 bytes).
A table, which contains similar-typed columns of data.
general representation of visualization data
represent and manipulate fields of data