RCSB PDB Protein Data Bank A Member of the wwPDB
An Information Portal to Biological Macromolecular Structures
PDB Home | Contact Us
next up previous contents
Next: Column methods Up: Constructors Previous: Constructors

ISTable

NAME ISTable

PROTOTYPE

#include "ISTable.h"

ISTable::ISTable();
ISTable::ISTable(const char * label);

EXAMPLE

#include "ISTable.h"


ISTable Table;
ISTable * pTable = new ISTable();

ISTable Table2("table2);
ISTable * pTable2 = new ISTable("ptable2");
PURPOSE

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.

RECEIVES

ISTable()
No Arguments  

ISTable(const char *)
label The name of the table

RETURN VALUE

None

REMARKS

None



Olivera Tosic
6/12/2002

 

© RCSB PDB