biu Namespace Reference
Typedef Documentation
typedef biu::SquareMatrix<int,3> biu::Automorphism |
a matrix to calculate lattice specific automorphisms like rotation
Definition at line 12 of file NeighborVector.hh.
typedef std::vector<Automorphism> biu::AutomorphismVec |
typedef Point3D<double> biu::DblPoint |
typedef std::set<DblPoint> biu::DPointSet |
typedef std::vector<DblPoint> biu::DPointVec |
typedef biu::Matrix<double> biu::EnergyMatrix |
The contact energy matrix for a ContactEnergyFunction object.
Definition at line 12 of file ContactEnergyFunction.hh.
typedef std::set<biu::LatticeFrame::index_type> biu::IndexSet |
Definition at line 87 of file LatticeFrame.hh.
typedef std::vector<biu::LatticeFrame::index_type> biu::IndexVec |
Definition at line 88 of file LatticeFrame.hh.
typedef Point3D<int> biu::IntPoint |
typedef std::set<IntPoint> biu::IPointSet |
typedef std::vector<IntPoint> biu::IPointVec |
typedef MoveAlphabet::AlphElem biu::Move |
typedef Alphabet biu::MoveAlphabet |
typedef std::set<NeighborVector> biu::NeighSet |
typedef std::vector<COption> biu::OptionMap |
The list of the possible options for the parameter list.
Definition at line 81 of file OptionParser.hh.
typedef OptionMap::const_iterator biu::OptionMapIt |
typedef RandomNumberFactory biu::RNF |
typedef Alphabet::Sequence biu::Sequence |
A type for sequence representation
Definition at line 9 of file BioMolecule.hh.
typedef Alphabet::Sequence biu::Structure |
A type for structure representation
Definition at line 12 of file BioMolecule.hh.
Function Documentation
bool biu::isSubset | ( | const std::set< Point3D< T > > & | s, | |
const std::set< Point3D< T > > & | sub | |||
) |
Checks whether or not the P set sub is a subset of s.
std::ostream & biu::operator<< | ( | std::ostream & | os, | |
IndexVec & | x | |||
) |
Definition at line 97 of file LatticeFrame.cc.
std::ostream & biu::operator<< | ( | std::ostream & | os, | |
IndexSet & | x | |||
) |
Definition at line 89 of file LatticeFrame.cc.