#include <PDB_index.h>
This class is here to keep such indices straight from norm 1 based C++ indices. PDB indices start at 1 and can contain gaps.
Definition at line 12 of file PDB_index.h.
Public Member Functions | |
| PDB_index (unsigned int v) | |
| PDB_index () | |
| operator unsigned int () const | |
| dsrpdb::PDB_index< Type >::PDB_index | ( | unsigned int | v | ) | [inline, explicit] |
| dsrpdb::PDB_index< Type >::PDB_index | ( | ) | [inline] |
| dsrpdb::PDB_index< Type >::operator unsigned int | ( | ) | const [inline] |