#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 } |
|
|
Definition at line 22 of file Output.h. Referenced by Sequencer::algorithm(), Controller::algorithm(), Output::coordinate(), Output::coordinateNeeded(), and Output::velocity(). |
|
|
Definition at line 23 of file Output.h. Referenced by Sequencer::algorithm(), and Controller::algorithm(). |
|
|
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(). |
|
|
Definition at line 24 of file Output.h. Referenced by Sequencer::algorithm(), and Controller::algorithm(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 30 of file Output.h. 00030 {
00031 dcdType,
00032 forcedcdType,
00033 veldcdType,
00034 coorType,
00035 forceType,
00036 velType
00037 };
|
1.3.9.1