![]() |
![]() An Information Portal to Biological Macromolecular Structures |
|
PDB Home |
Contact Us ![]() |
![]() |
Software Tools Home | Dictionary Home | PDBML Home |
![]() |
#include "ISTable.h"
ReVarPCifArray<int> * ISTable::RebuildIndex(CifString IndexName);
#include "ISTable.h"
ISTable s("MyTable");
...
ReVarPCifArray<int> list;
list.Add(0); list.Add(2);
s->CreateIndex("index0",list);
...
s->RebuildIndex("index0");
RebuildIndex rebuilds the index. This method should be used only if the index is corrupted.
IndexName | Name of an index that is rebuilt. |
A negative value in errCode indicates an error or warning.
See also: | RebuildIndices |
---|