MCPcopy Create free account
hub / github.com/Kitware/VTK / GetColumn

Method GetColumn

Common/DataModel/vtkTable.cxx:543–547  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

541
542//------------------------------------------------------------------------------
543vtkAbstractArray* vtkTable::GetColumn(vtkIdType col)
544{
545 int column = static_cast<int>(col);
546 return this->RowData->GetAbstractArray(column);
547}
548
549//
550// Table single entry functions

Callers 15

GetNumberOfRowsMethod · 0.95
SetNumberOfRowsMethod · 0.95
MoveRowDataMethod · 0.95
InsertNextBlankRowMethod · 0.95
RemoveAllRowsMethod · 0.95
InsertColumnMethod · 0.95
SetValueMethod · 0.95
GetValueMethod · 0.95
TestODBCDatabaseFunction · 0.45
WriteDataMethod · 0.45
RequestDataMethod · 0.45
TestMySQLDatabaseFunction · 0.45

Calls 1

GetAbstractArrayMethod · 0.80

Tested by 13

TestODBCDatabaseFunction · 0.36
TestMySQLDatabaseFunction · 0.36
TestTableFunction · 0.36
TestFixedWidthTextReaderFunction · 0.36
TestCommentsFunction · 0.36
TestSQLiteDatabaseFunction · 0.36
TestPostgreSQLDatabaseFunction · 0.36
TestFunctionalBagPlotFunction · 0.36
TestQtSQLDatabaseFunction · 0.36
testChangeHeaderMethod · 0.36
CheckEqualFunction · 0.36