|
PLearn 0.1
|
#include <plearn/base/Object.h>

Go to the source code of this file.
Classes | |
| class | PLearn::Molecule |
| A molecular surface, represented by a list of points and features on them. More... | |
| class | PLearn::DiffTemplate< ObjectType, Molecule > |
| class | PLearn::TypeTraits< Molecule > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Typedefs | |
| typedef PP< Molecule > | PLearn::Mol |
Functions | |
| Object * | PLearn::toObjectPtr (const Molecule &o) |
| PStream & | PLearn::operator>> (PStream &in, Molecule &o) |
| PStream & | PLearn::operator>> (PStream &in, Molecule *&o) |
| PStream & | PLearn::operator<< (PStream &out, const Molecule &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< Molecule > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, Molecule > *opt, PLearnDiff *diffs) |
Definition in file SurfaceTemplate/Molecule.h.
1.7.4