Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::HomogenousMatrixT4< T > |
This class implements a 4x4 homogeneous transformation matrix using floating point values with the precision specified by type T. More... | |
Namespaces | |
Ocean | |
The namespace covering the entire Ocean framework. | |
Typedefs | |
typedef HomogenousMatrixT4< Scalar > | Ocean::HomogenousMatrix4 |
Definition of the HomogenousMatrix4 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION flag either with single or double precision float data type. More... | |
typedef HomogenousMatrixT4< double > | Ocean::HomogenousMatrixD4 |
Instantiation of the HomogenousMatrixT4 template class using a double precision float data type. More... | |
typedef HomogenousMatrixT4< float > | Ocean::HomogenousMatrixF4 |
Instantiation of the HomogenousMatrixT4 template class using a float precision float data type. More... | |
template<typename T > | |
using | Ocean::HomogenousMatricesT4 = std::vector< HomogenousMatrixT4< T > > |
Definition of a typename alias for vectors with HomogenousMatrixT4 objects. More... | |
typedef std::vector< HomogenousMatrix4 > | Ocean::HomogenousMatrices4 |
Definition of a vector holding HomogenousMatrix4 objects. More... | |
typedef std::vector< HomogenousMatrixD4 > | Ocean::HomogenousMatricesD4 |
Definition of a vector holding HomogenousMatrixD4 objects. More... | |
typedef std::vector< HomogenousMatrixF4 > | Ocean::HomogenousMatricesF4 |
Definition of a vector holding HomogenousMatrixF4 objects. More... | |
Functions | |
template<typename T > | |
std::ostream & | Ocean::operator<< (std::ostream &stream, const HomogenousMatrixT4< T > &matrix) |
template<bool tActive, typename T > | |
MessageObject< tActive > & | Ocean::operator<< (MessageObject< tActive > &messageObject, const HomogenousMatrixT4< T > &matrix) |
template<bool tActive, typename T > | |
MessageObject< tActive > & | Ocean::operator<< (MessageObject< tActive > &&messageObject, const HomogenousMatrixT4< T > &matrix) |