Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::SceneDescription::Field0D< T > |
This class implements all 0D fields (fields holding a single value only). More... | |
Namespaces | |
Ocean | |
The namespace covering the entire Ocean framework. | |
Ocean::SceneDescription | |
Namespace of the SceneDescription library. | |
Typedefs | |
typedef Field0D< bool > | Ocean::SceneDescription::SingleBool |
Definition of a single field with boolean value. More... | |
typedef Field0D< RGBAColor > | Ocean::SceneDescription::SingleColor |
Definition of a single field with color value. More... | |
typedef Field0D< Scalar > | Ocean::SceneDescription::SingleFloat |
Definition of a single field with float value. More... | |
typedef Field0D< int > | Ocean::SceneDescription::SingleInt |
Definition of a single field with integer value. More... | |
typedef Field0D< NodeRef > | Ocean::SceneDescription::SingleNode |
Definition of a single field with node value. More... | |
typedef Field0D< SquareMatrix3 > | Ocean::SceneDescription::SingleMatrix3 |
Definition of a single field with 3x3 matrix value. More... | |
typedef Field0D< SquareMatrix4 > | Ocean::SceneDescription::SingleMatrix4 |
Definition of a single field with 4x4 matrix value. More... | |
typedef Field0D< Rotation > | Ocean::SceneDescription::SingleRotation |
Definition of a single field with rotation value. More... | |
typedef Field0D< std::string > | Ocean::SceneDescription::SingleString |
Definition of a single field with string value. More... | |
typedef Field0D< Timestamp > | Ocean::SceneDescription::SingleTime |
Definition of a single field with time value. More... | |
typedef Field0D< Vector2 > | Ocean::SceneDescription::SingleVector2 |
Definition of a single field with 2D vector value. More... | |
typedef Field0D< Vector3 > | Ocean::SceneDescription::SingleVector3 |
Definition of a single field with 3D vector value. More... | |
typedef Field0D< Vector4 > | Ocean::SceneDescription::SingleVector4 |
Definition of a single field with 4D vector value. More... | |