ASL  0.1.7
Advanced Simulation Library
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

◆ Type

typedef long int asl::GlobalSpace::Type

Definition at line 37 of file aslGlobalSpace.h.

◆ VType

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

Definition at line 38 of file aslGlobalSpace.h.

Constructor & Destructor Documentation

◆ GlobalSpace()

asl::GlobalSpace::GlobalSpace ( )
inline

Definition at line 43 of file aslGlobalSpace.h.

Member Function Documentation

◆ discreteToGlobal() [1/2]

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

Definition at line 44 of file aslGlobalSpace.h.

◆ discreteToGlobal() [2/2]

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

Definition at line 46 of file aslGlobalSpace.h.

◆ globalToDiscrete() [1/2]

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

Definition at line 45 of file aslGlobalSpace.h.

◆ globalToDiscrete() [2/2]

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: