Chemical Data Processing Library C++ API - Version 1.1.1
|
Definition of the class CDPL::Math::VectorArray. More...
Go to the source code of this file.
Classes | |
class | CDPL::Math::VectorArray< V > |
An array for storing generic 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 |
An array of Math::Vector2F objects. More... | |
typedef VectorArray< Vector3F > | CDPL::Math::Vector3FArray |
An array of Math::Vector3F objects. More... | |
typedef VectorArray< Vector2D > | CDPL::Math::Vector2DArray |
An array of Math::Vector2D objects. More... | |
typedef VectorArray< Vector3D > | CDPL::Math::Vector3DArray |
An array of Math::Vector3D objects. More... | |
typedef VectorArray< Vector2L > | CDPL::Math::Vector2LArray |
An array of Math::Vector2L objects. More... | |
typedef VectorArray< Vector3L > | CDPL::Math::Vector3LArray |
An array of Math::Vector3L objects. More... | |
typedef VectorArray< Vector2UL > | CDPL::Math::Vector2ULArray |
An array of Math::Vector2UL objects. More... | |
typedef VectorArray< Vector3UL > | CDPL::Math::Vector3ULArray |
An array of Math::Vector3UL objects. More... | |
Definition of the class CDPL::Math::VectorArray.