#include <PExtension.h>
Public Member Functions | |
| PConformationSpace (pair< PLightChain *, PLightChain * > staticPortions) | |
| ~PConformationSpace () | |
| pair< PLightChain *, PLightChain * > | getStaticPortions () |
| PConformationSpace::PConformationSpace | ( | pair< PLightChain *, PLightChain * > | staticPortions | ) |
Constructs a new PConformationSpace with no conformations. The required parameter indicates the static portions of the protein, i.e. subchains before and after the loop; the first PLightChain in the pair comes before the loop, the second comes after it.
| PConformationSpace::~PConformationSpace | ( | ) |
| pair<PLightChain *, PLightChain *> PConformationSpace::getStaticPortions | ( | ) | [inline] |
Gets the two static portions of the loop in the form of PLightChain's. The first PLightChain in the pair comes before the loop; the second comes afterwards.
1.5.1