Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::FiniteLineT2< T > |
This class implements an finite line in 2D space. More... | |
Namespaces | |
Ocean | |
The namespace covering the entire Ocean framework. | |
Typedefs | |
typedef FiniteLineT2< Scalar > | Ocean::FiniteLine2 |
Definition of the FiniteLine2 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. More... | |
typedef FiniteLineT2< double > | Ocean::FiniteLineD2 |
Instantiation of the LineT2 template class using a double precision float data type. More... | |
typedef FiniteLineT2< float > | Ocean::FiniteLineF2 |
Instantiation of the LineT2 template class using a single precision float data type. More... | |
template<typename T > | |
using | Ocean::FiniteLinesT2 = std::vector< FiniteLineT2< T > > |
Definition of a typename alias for vectors with FiniteLineT2 objects. More... | |
typedef std::vector< FiniteLine2 > | Ocean::FiniteLines2 |
Definition of a vector holding FiniteLine2 objects. More... | |
typedef std::vector< FiniteLineD2 > | Ocean::FiniteLinesD2 |
Definition of a vector holding FiniteLineD2 objects. More... | |
typedef std::vector< FiniteLineF2 > | Ocean::FiniteLinesF2 |
Definition of a vector holding FiniteLineF2 objects. More... | |