Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

Output.h File Reference

#include "common.h"

Go to the source code of this file.

Classes

class  Output

Defines

#define FILE_OUTPUT   -1
#define END_OF_RUN   -2
#define EVAL_MEASURE   -3
#define FORCE_OUTPUT   -4
#define OUTPUT_SINGLE_FILE   1
#define OUTPUT_MAGIC_NUMBER   123456
#define OUTPUT_FILE_VERSION   1.00

Enumerations

enum  OUTPUTFILETYPE {
  dcdType, forcedcdType, veldcdType, coorType,
  forceType, velType
}


Define Documentation

#define END_OF_RUN   -2
 

Definition at line 22 of file Output.h.

Referenced by Sequencer::algorithm(), Controller::algorithm(), Output::coordinate(), Output::coordinateNeeded(), and Output::velocity().

#define EVAL_MEASURE   -3
 

Definition at line 23 of file Output.h.

Referenced by Sequencer::algorithm(), and Controller::algorithm().

#define FILE_OUTPUT   -1
 

Definition at line 21 of file Output.h.

Referenced by Sequencer::algorithm(), Controller::algorithm(), Output::coordinate(), Output::coordinateNeeded(), Controller::outputExtendedSystem(), Output::velocity(), and Output::velocityNeeded().

#define FORCE_OUTPUT   -4
 

Definition at line 24 of file Output.h.

Referenced by Sequencer::algorithm(), and Controller::algorithm().

#define OUTPUT_FILE_VERSION   1.00
 

Definition at line 28 of file Output.h.

#define OUTPUT_MAGIC_NUMBER   123456
 

Definition at line 27 of file Output.h.

#define OUTPUT_SINGLE_FILE   1
 

Definition at line 26 of file Output.h.


Enumeration Type Documentation

enum OUTPUTFILETYPE
 

Enumeration values:
dcdType 
forcedcdType 
veldcdType 
coorType 
forceType 
velType 

Definition at line 30 of file Output.h.

00030                     {
00031         dcdType,
00032         forcedcdType,
00033         veldcdType,
00034         coorType,
00035         forceType,
00036         velType
00037 };


Generated on Sun Feb 12 04:07:59 2012 for NAMD by  doxygen 1.3.9.1