|
Ocean
|
Go to the source code of this file.
Data Structures | |
| class | Ocean::VectorT2< T > |
| This class implements a vector with two elements. More... | |
Namespaces | |
| namespace | Ocean |
| The namespace covering the entire Ocean framework. | |
Typedefs | |
| typedef VectorT2< Scalar > | Ocean::Vector2 |
| Definition of a 2D vector. | |
| typedef VectorT2< double > | Ocean::VectorD2 |
| Definition of a 2D vector with double values. | |
| typedef VectorT2< float > | Ocean::VectorF2 |
| Definition of a 2D vector with float values. | |
| typedef VectorT2< int > | Ocean::VectorI2 |
| Definition of a 2D vector with integer values. | |
| template<typename T > | |
| using | Ocean::VectorsT2 = std::vector< VectorT2< T > > |
| Definition of a typename alias for vectors with VectorT2 objects. | |
| typedef std::vector< Vector2 > | Ocean::Vectors2 |
| Definition of a vector holding Vector2 objects. | |
| typedef std::vector< VectorD2 > | Ocean::VectorsD2 |
| Definition of a vector holding VectorD2 objects. | |
| typedef std::vector< VectorF2 > | Ocean::VectorsF2 |
| Definition of a vector holding VectorF2 objects. | |
| typedef std::vector< VectorI2 > | Ocean::VectorsI2 |
| Definition of a vector holding VectorI2 objects. | |
Functions | |
| template<typename T > | |
| std::ostream & | Ocean::operator<< (std::ostream &stream, const VectorT2< T > &vector) |
| template<bool tActive, typename T > | |
| MessageObject< tActive > & | Ocean::operator<< (MessageObject< tActive > &messageObject, const VectorT2< T > &vector) |
| template<bool tActive, typename T > | |
| MessageObject< tActive > & | Ocean::operator<< (MessageObject< tActive > &&messageObject, const VectorT2< T > &vector) |