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

#include <InputPosVelType.h>

List of all members.

Public Types

enum  Enum {
  FIRST = 0,
  UNDEFINED = 0,
  PDB,
  XYZ,
  XYZBIN,
  LAST
}

Public Member Functions

virtual ~InputPosVelEnum ()

Static Protected Attributes

const std::string str []


Member Enumeration Documentation

enum ProtoMol::InputPosVelEnum::Enum
 

Enumeration values:
FIRST 
UNDEFINED 
PDB 
XYZ 
XYZBIN 
LAST 

Reimplemented in ProtoMol::AbstractEnumType< InputPosVelEnum >.


Constructor & Destructor Documentation

virtual ProtoMol::InputPosVelEnum::~InputPosVelEnum  )  [inline, virtual]
 


Member Data Documentation

const string ProtoMol::InputPosVelEnum::str [static, protected]
 

Initial value:

 {
    
    string("undefined"), 
    string("PDB"),
    string("XYZ"),
    string("XYZBin")
  }


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.