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::OutputXYZTrajectoryVel Class Reference

#include <OutputXYZTrajectoryVel.h>

Inheritance diagram for ProtoMol::OutputXYZTrajectoryVel:

ProtoMol::Output ProtoMol::Makeable List of all members.

Public Member Functions

 OutputXYZTrajectoryVel ()
 OutputXYZTrajectoryVel (const std::string &filename, int freq)
virtual ~OutputXYZTrajectoryVel ()
virtual std::string getIdNoAlias () const
virtual unsigned int getParameterSize () const
virtual void getParameters (std::vector< Parameter > &parameter) const
virtual bool adjustWithDefaultParameters (std::vector< Value > &values, const Configuration *config) const

Static Public Attributes

const std::string keyword

Private Member Functions

virtual OutputdoMake (std::string &errMsg, const std::vector< Value > &values) const
virtual void doInitialize ()
virtual void doRun (int step)
virtual void doFinalize (int step)

Private Attributes

XYZTrajectoryWritermyXYZ

Constructor & Destructor Documentation

ProtoMol::OutputXYZTrajectoryVel::OutputXYZTrajectoryVel  ) 
 

ProtoMol::OutputXYZTrajectoryVel::OutputXYZTrajectoryVel const std::string &  filename,
int  freq
 

ProtoMol::OutputXYZTrajectoryVel::~OutputXYZTrajectoryVel  )  [virtual]
 


Member Function Documentation

bool ProtoMol::OutputXYZTrajectoryVel::adjustWithDefaultParameters std::vector< Value > &  values,
const Configuration config
const [virtual]
 

Reimplemented from ProtoMol::Makeable.

void ProtoMol::OutputXYZTrajectoryVel::doFinalize int  step  )  [private, virtual]
 

Hook method of finalize, implemented in the concrete class.

Implements ProtoMol::Output.

void ProtoMol::OutputXYZTrajectoryVel::doInitialize  )  [private, virtual]
 

Hook method of initialize, implemented in the concrete class.

Implements ProtoMol::Output.

virtual Output* ProtoMol::OutputXYZTrajectoryVel::doMake std::string &  errMsg,
const std::vector< Value > &  values
const [private, virtual]
 

Implements ProtoMol::Output.

void ProtoMol::OutputXYZTrajectoryVel::doRun int  step  )  [private, virtual]
 

Hook method of run, implemented in the concrete class.

Implements ProtoMol::Output.

virtual std::string ProtoMol::OutputXYZTrajectoryVel::getIdNoAlias  )  const [inline, virtual]
 

Implements ProtoMol::Makeable.

void ProtoMol::OutputXYZTrajectoryVel::getParameters std::vector< Parameter > &  parameter  )  const [virtual]
 

retrieve all parameters

Implements ProtoMol::Makeable.

virtual unsigned int ProtoMol::OutputXYZTrajectoryVel::getParameterSize  )  const [inline, virtual]
 

number of parameters

Implements ProtoMol::Makeable.


Member Data Documentation

const string ProtoMol::OutputXYZTrajectoryVel::keyword [static]
 

XYZTrajectoryWriter* ProtoMol::OutputXYZTrajectoryVel::myXYZ [private]
 


The documentation for this class was generated from the following files: Last update: . GNU GENERAL PUBLIC LICENSE, copyrighted by the University of Notre Dame and the University of Bergen, Norway.