Chemical Data Processing Library C++ API - Version 1.4.0
Classes | Namespaces | Typedefs
VectorArray.hpp File Reference

Definition of class CDPL::Math::VectorArray. More...

#include <memory>
#include "CDPL/Math/Vector.hpp"
#include "CDPL/Util/Array.hpp"

Go to the source code of this file.

Classes

class  CDPL::Math::VectorArray< V >
 Array data type for the ordered storage of vector objects. More...
 

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Math
 Contains classes and functions related to mathematics.
 

Typedefs

typedef VectorArray< Vector2F > CDPL::Math::Vector2FArray
 Array storing vectors of type Math::Vector2F. More...
 
typedef VectorArray< Vector3F > CDPL::Math::Vector3FArray
 Array storing vectors of type Math::Vector3F. More...
 
typedef VectorArray< Vector2D > CDPL::Math::Vector2DArray
 Array storing vectors of type Math::Vector2D. More...
 
typedef VectorArray< Vector3D > CDPL::Math::Vector3DArray
 Array storing vectors of type Math::Vector3D. More...
 
typedef VectorArray< Vector2L > CDPL::Math::Vector2LArray
 Array storing vectors of type Math::Vector2L. More...
 
typedef VectorArray< Vector3L > CDPL::Math::Vector3LArray
 Array storing vectors of type Math::Vector3L. More...
 
typedef VectorArray< Vector2UL > CDPL::Math::Vector2ULArray
 Array storing vectors of type Math::Vector2UL. More...
 
typedef VectorArray< Vector3UL > CDPL::Math::Vector3ULArray
 Array storing vectors of type Math::Vector3UL. More...
 

Detailed Description

Definition of class CDPL::Math::VectorArray.