#include <message.h>
Inheritance diagram for VIEW::DockingFinishedMessage:
Public Member Functions | |
DockingFinishedMessage (bool abort) throw () | |
void | setConformationSet (const ConformationSet *conformation_set) |
const ConformationSet * | getConformationSet () const |
bool | wasAborted () |
Protected Attributes | |
const ConformationSet * | conformation_set_ |
this conformation set is deleted in DockResult | |
bool | abort_ |