ASL  0.1.7
Advanced Simulation Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
asl::GlobalSpace Class Reference

#include <aslGlobalSpace.h>

Public Types

typedef long int Type
 
typedef AVec< long int > VType
 

Public Member Functions

 GlobalSpace ()
 
double discreteToGlobal (Type t)
 
Type globalToDiscrete (double t)
 
Avec< double > discreteToGlobal (VType r)
 
VType globalToDiscrete (AVec< double > t)
 

Detailed Description

It is used for correct positioning of the objects and synchronization of processes in time

Definition at line 35 of file aslGlobalSpace.h.

Member Typedef Documentation

typedef long int asl::GlobalSpace::Type

Definition at line 37 of file aslGlobalSpace.h.

typedef AVec<long int> asl::GlobalSpace::VType

Definition at line 38 of file aslGlobalSpace.h.

Constructor & Destructor Documentation

asl::GlobalSpace::GlobalSpace ( )
inline

Definition at line 43 of file aslGlobalSpace.h.

Member Function Documentation

double asl::GlobalSpace::discreteToGlobal ( Type  t)
inline

Definition at line 44 of file aslGlobalSpace.h.

Avec<double> asl::GlobalSpace::discreteToGlobal ( VType  r)
inline

Definition at line 46 of file aslGlobalSpace.h.

Type asl::GlobalSpace::globalToDiscrete ( double  t)
inline

Definition at line 45 of file aslGlobalSpace.h.

VType asl::GlobalSpace::globalToDiscrete ( AVec< double >  t)
inline

Definition at line 47 of file aslGlobalSpace.h.


The documentation for this class was generated from the following file: