OpenStructure
Loading...
Searching...
No Matches
block_modifiers.hh
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// This file is part of the OpenStructure project <www.openstructure.org>
3//
4// Copyright (C) 2008-2020 by the OpenStructure authors
5//
6// This library is free software; you can redistribute it and/or modify it under
7// the terms of the GNU Lesser General Public License as published by the Free
8// Software Foundation; either version 3.0 of the License, or (at your option)
9// any later version.
10// This library is distributed in the hope that it will be useful, but WITHOUT
11// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13// details.
14//
15// You should have received a copy of the GNU Lesser General Public License
16// along with this library; if not, write to the Free Software Foundation, Inc.,
17// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18//------------------------------------------------------------------------------
19
20#ifndef OST_MM_BLOCK_MODIFIERS
21#define OST_MM_BLOCK_MODIFIERS
22
25#include <boost/shared_ptr.hpp>
26#include <ost/mol/xcs_editor.hh>
29
30namespace ost{ namespace mol{ namespace mm{
31
34class BlockModifier;
35
36typedef boost::shared_ptr<HydrogenConstructor> HydrogenConstructorPtr;
37typedef boost::shared_ptr<TerminiConstructor> TerminiConstructorPtr;
38typedef boost::shared_ptr<BlockModifier> BlockModifierPtr;
39
44
54
64
74
75
76}}} //ns
77
78#endif
external coordinate system editor
Definition xcs_editor.hh:36
virtual void OnSave(ost::io::BinaryDataSink &ds)=0
virtual BlockModifierType GetBlockModifierType()=0
virtual void ApplyOnResidue(ost::mol::ResidueHandle &res, ost::mol::XCSEditor &ed)=0
virtual void ApplyOnBuildingBlock(BuildingBlockPtr p)=0
virtual void OnSave(ost::io::BinaryDataSink &ds)=0
virtual BlockModifierType GetBlockModifierType()=0
virtual void ApplyOnResidue(ost::mol::ResidueHandle &res, ost::mol::XCSEditor &ed)=0
virtual void ApplyOnBuildingBlock(BuildingBlockPtr p)=0
virtual void OnSave(ost::io::BinaryDataSink &ds)=0
virtual BlockModifierType GetBlockModifierType()=0
virtual void ApplyOnResidue(ost::mol::ResidueHandle &res, ost::mol::XCSEditor &ed)=0
virtual void ApplyOnBuildingBlock(BuildingBlockPtr p)=0
boost::shared_ptr< BuildingBlock > BuildingBlockPtr
boost::shared_ptr< BlockModifier > BlockModifierPtr
boost::shared_ptr< HydrogenConstructor > HydrogenConstructorPtr
boost::shared_ptr< TerminiConstructor > TerminiConstructorPtr
Definition base.dox:1