#include <block_modifiers.hh>
Inherited by GromacsHydrogenConstructor, and HeuristicHydrogenConstructor.
Public Member Functions | |
| HydrogenConstructor () | |
| virtual | ~HydrogenConstructor () |
| virtual void | ApplyOnBuildingBlock (BuildingBlockPtr p)=0 |
| virtual void | ApplyOnResidue (ost::mol::ResidueHandle &res, ost::mol::XCSEditor &ed)=0 |
| virtual void | OnSave (ost::io::BinaryDataSink &ds)=0 |
| virtual BlockModifierType | GetBlockModifierType ()=0 |
Definition at line 45 of file block_modifiers.hh.
| HydrogenConstructor | ( | ) | [inline] |
Definition at line 47 of file block_modifiers.hh.
| virtual ~HydrogenConstructor | ( | ) | [inline, virtual] |
Definition at line 48 of file block_modifiers.hh.
| virtual void ApplyOnBuildingBlock | ( | BuildingBlockPtr | p | ) | [pure virtual] |
Implemented in GromacsHydrogenConstructor, and HeuristicHydrogenConstructor.
| virtual void ApplyOnResidue | ( | ost::mol::ResidueHandle & | res, | |
| ost::mol::XCSEditor & | ed | |||
| ) | [pure virtual] |
Implemented in GromacsHydrogenConstructor, and HeuristicHydrogenConstructor.
| virtual BlockModifierType GetBlockModifierType | ( | ) | [pure virtual] |
Implemented in GromacsHydrogenConstructor, and HeuristicHydrogenConstructor.
| virtual void OnSave | ( | ost::io::BinaryDataSink & | ds | ) | [pure virtual] |
Implemented in GromacsHydrogenConstructor, and HeuristicHydrogenConstructor.
1.6.1