Ocean
Box2.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::BoxT2< T >
 This class implements an axis aligned 2D box object. More...
 

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

typedef BoxT2< Scalar > Ocean::Box2
 Definition of the Box2 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. More...
 
typedef BoxT2< double > Ocean::BoxD2
 Instantiation of the BoxT2 template class using a double precision float data type. More...
 
typedef BoxT2< float > Ocean::BoxF2
 Instantiation of the BoxT2 template class using a single precision float data type. More...
 
template<typename T >
using Ocean::BoxesT2 = std::vector< BoxT2< T > >
 Definition of a typename alias for vectors with BoxT2 objects. More...
 
typedef std::vector< Box2 > Ocean::Boxes2
 Definition of a vector holding Box2 objects. More...