ProtoMol
- an object-oriented component based framework for Molecular Dynamics simulations.
Main Page
|
Namespace List
|
Class Hierarchy
|
Alphabetical List
|
Class List
|
File List
|
Namespace Members
|
Class Members
|
File Members
ProtoMol::PDB Struct Reference
#include <PDB.h>
List of all members.
Public Member Functions
PDB
()
PDB
(size_t n)
void
clear
()
size_t
size
() const
void
resize
(size_t n)
Public Attributes
Vector3DBlock
coords
std::vector<
PDBAtom
>
atoms
Detailed Description
PDB
container holding PDBAtom's and coordinates
Constructor & Destructor Documentation
ProtoMol::PDB::PDB
(
)
[inline]
ProtoMol::PDB::PDB
(
size_t
n
)
[inline]
Member Function Documentation
void ProtoMol::PDB::clear
(
)
void ProtoMol::PDB::resize
(
size_t
n
)
[inline]
size_t ProtoMol::PDB::size
(
)
const
[inline]
Member Data Documentation
std::vector<
PDBAtom
>
ProtoMol::PDB::atoms
Vector3DBlock
ProtoMol::PDB::coords
The documentation for this struct was generated from the following files:
PDB.h
PDB.cpp
Last update: . GNU GENERAL PUBLIC LICENSE, copyrighted by the University of Notre Dame and the University of Bergen, Norway.