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: InsertRow Up: Row methods Previous: Row methods

AddRow

NAME AddRow

PROTOTYPE

#include "ISTable.h"

int ISTable::AddRow();

EXAMPLE

#include "ISTable.h"
#include "FileNavigator.h"

FileNavigator * pFileNavigator = NULL;
int objectIndex;

... // FileNavigator initialization

ISTable * pTable = new ISTable();
pTable->GetObject(objectIndex, pFileNavigator);
pTable->AddRow();
...
PURPOSE

AddRow appends a row to the table, but does not add data to the row yet. Use FillRow or a similar method to add data to the row.

RECEIVES

No Arguments  

RETURN VALUE

A negative value indicates an error or warning.

REMARKS

See also: InsertRow



Olivera Tosic
6/12/2002

 

© RCSB PDB