| Trees | Indices | Help |
|
|---|
|
|
Module containing Trajectory and Snapshot objects
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__package__ = Nonehash(x) |
|||
|
|||
ReadAmberTrajectory( (str)fName, (Trajectory)traj) -> int :
reads coordinates from an AMBER trajectory file into the Trajectory object; returns the number of Snapshot objects read in
C++ signature :
unsigned int ReadAmberTrajectory(std::string,RDKit::Trajectory {lvalue})
|
ReadGromosTrajectory( (str)fName, (Trajectory)traj) -> int :
reads coordinates from a GROMOS trajectory file into the Trajectory object; returns the number of Snapshot objects read in
C++ signature :
unsigned int ReadGromosTrajectory(std::string,RDKit::Trajectory {lvalue})
|
Snapshot( (list)coordList [, (float)energy=0.0]) -> Snapshot :
Constructor;
coordList: list of floats containing the coordinates for this Snapshot;
energy: the energy for this Snapshot.
C++ signature :
RDKit::Snapshot* Snapshot(boost::python::list {lvalue} [,double=0.0])
Snapshot( (Snapshot)other) -> Snapshot :
Copy constructor
C++ signature :
RDKit::Snapshot* Snapshot(RDKit::Snapshot*)
|
Trajectory( (int)dimension, (int)numPoints [, (list)snapshotList=[]]) -> Trajectory :
Constructor;
dimension: dimensionality of this Trajectory's coordinate tuples;
numPoints: number of coordinate tuples associated to each Snapshot;
snapshotList: list of Snapshot objects used to initialize the Trajectory (optional; defaults to []).
C++ signature :
RDKit::Trajectory* Trajectory(unsigned int,unsigned int [,boost::python::list=[]])
Trajectory( (Trajectory)other) -> Trajectory :
Copy constructor
C++ signature :
RDKit::Trajectory* Trajectory(RDKit::Trajectory*)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 8 11:32:01 2017 | http://epydoc.sourceforge.net |