![]() |
![]() An Information Portal to Biological Macromolecular Structures |
|
PDB Home |
Contact Us ![]() |
![]() |
Software Tools Home | Dictionary Home | PDBML Home |
![]() |
#include "ISTable.h"
ISTable::ISTable();
ISTable::ISTable(const char * label);
#include "ISTable.h"
ISTable Table;
ISTable * pTable = new ISTable();
ISTable Table2("table2);
ISTable * pTable2 = new ISTable("ptable2");
ISTable() is the default constructor for the ISTable class.
ISTable(const char *) is a constructor for the ISTable class that also sets the table's name.
No Arguments |
label | The name of the table |
None
None