OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
find_membrane.hh
Go to the documentation of this file.
1 #include <ost/mol/mol.hh>
2 
3 #include <ost/geom/geom.hh>
6 
7 namespace ost { namespace mol{ namespace alg{
8 
9 struct FindMemParam{
11 
21 };
22 
24  bool assign_membrane_representation,
25  bool fast);
26 
28  bool assign_membrane_representation,
29  bool fast);
30 
31 }}} // ns
float Real
Definition: base.hh:44
ost::mol::EntityHandle membrane_representation
geom::Vec3 GetMembraneAxis() const
Protein or molecule.
Three dimensional vector class, using Real precision.
Definition: vec3.hh:42
FindMemParam FindMembrane(ost::mol::EntityHandle &ent, bool assign_membrane_representation, bool fast)
definition of EntityView
Definition: entity_view.hh:86