#include <heuristic_block_modifiers.hh>
Inherits ost::mol::mm::BlockModifier.
Public Member Functions | |
HeuristicBlockModifier () | |
virtual void | ApplyOnBuildingBlock (BuildingBlockPtr p) |
virtual void | ApplyOnResidue (ost::mol::ResidueHandle &res, ost::mol::XCSEditor &ed) |
virtual BlockModifierType | GetBlockModifierType () |
virtual void | OnSave (ost::io::BinaryDataSink &ds) |
template<typename DS > | |
void | Serialize (DS &ds) |
Definition at line 131 of file heuristic_block_modifiers.hh.
HeuristicBlockModifier | ( | ) | [inline] |
Definition at line 135 of file heuristic_block_modifiers.hh.
virtual void ApplyOnBuildingBlock | ( | BuildingBlockPtr | p | ) | [virtual] |
Implements BlockModifier.
virtual void ApplyOnResidue | ( | ost::mol::ResidueHandle & | res, | |
ost::mol::XCSEditor & | ed | |||
) | [virtual] |
Implements BlockModifier.
virtual BlockModifierType GetBlockModifierType | ( | ) | [inline, virtual] |
Implements BlockModifier.
Definition at line 141 of file heuristic_block_modifiers.hh.
virtual void OnSave | ( | ost::io::BinaryDataSink & | ds | ) | [inline, virtual] |
Implements BlockModifier.
Definition at line 143 of file heuristic_block_modifiers.hh.
void Serialize | ( | DS & | ds | ) | [inline] |
Definition at line 147 of file heuristic_block_modifiers.hh.