Go to the source code of this file.
|
| namespace | Ocean |
| | The namespace covering the entire Ocean framework.
|
| |
|
| typedef BoxT3< Scalar > | Ocean::Box3 |
| | Definition of the Box3 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type.
|
| |
| typedef BoxT3< double > | Ocean::BoxD3 |
| | Instantiation of the BoxT3 template class using a double precision float data type.
|
| |
| typedef BoxT3< float > | Ocean::BoxF3 |
| | Instantiation of the BoxT3 template class using a single precision float data type.
|
| |
| template<typename T > |
| using | Ocean::BoxesT3 = std::vector< BoxT3< T > > |
| | Definition of a typename alias for vectors with BoxT3 objects.
|
| |
| typedef std::vector< Box3 > | Ocean::Boxes3 |
| | Definition of a vector holding Box3 objects.
|
| |