Murl::Core Namespace Reference
Namespace containing core related interfaces. More...
Namespaces | |
Version | |
The core version namspace. | |
Classes | |
interface | IClock |
The clock interface. More... | |
class | StatisticsItem |
The StatisticsItem object stores a specific time value in two variants: as recent exact value as well as averaged value. More... | |
interface | IStatistics |
The statistics interface. More... | |
Typedefs | |
typedef CoreReal | Real |
Generic floating point data type for the Murl::Core namespace. | |
typedef Math::Vector< Real > | Vector |
Math::Vector data type for the Murl::Core namespace. | |
typedef Math::StaticVector< Real > | StaticVector |
Math::StaticVector data type for the Murl::Core namespace. | |
typedef Math::Matrix< Real > | Matrix |
Math::Matrix data type for the Murl::Core namespace. | |
typedef Math::Limits< Real > | Limits |
Math::Limits data type for the Murl::Core namespace. | |
Detailed Description
Namespace containing core related interfaces.