29 #ifndef CDPL_MATH_VECTORARRAY_HPP
30 #define CDPL_MATH_VECTORARRAY_HPP
61 const char* getClassName()
const
Definition of class CDPL::Util::Array.
Definition of vector data types.
Array data type for the ordered storage of vector objects.
Definition: VectorArray.hpp:49
V ValueType
The vector element value type stored in the array.
Definition: VectorArray.hpp:53
std::shared_ptr< VectorArray > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated VectorArray instances.
Definition: VectorArray.hpp:58
Dynamic array class providing amortized constant time access to arbitrary elements.
Definition: Array.hpp:92
constexpr unsigned int V
Specifies Vanadium.
Definition: AtomType.hpp:177
VectorArray< Vector2F > Vector2FArray
Array storing vectors of type Math::Vector2F.
Definition: VectorArray.hpp:70
VectorArray< Vector3D > Vector3DArray
Array storing vectors of type Math::Vector3D.
Definition: VectorArray.hpp:85
VectorArray< Vector2L > Vector2LArray
Array storing vectors of type Math::Vector2L.
Definition: VectorArray.hpp:90
VectorArray< Vector2UL > Vector2ULArray
Array storing vectors of type Math::Vector2UL.
Definition: VectorArray.hpp:100
VectorArray< Vector3F > Vector3FArray
Array storing vectors of type Math::Vector3F.
Definition: VectorArray.hpp:75
VectorArray< Vector2D > Vector2DArray
Array storing vectors of type Math::Vector2D.
Definition: VectorArray.hpp:80
VectorArray< Vector3L > Vector3LArray
Array storing vectors of type Math::Vector3L.
Definition: VectorArray.hpp:95
VectorArray< Vector3UL > Vector3ULArray
Array storing vectors of type Math::Vector3UL.
Definition: VectorArray.hpp:105
The namespace of the Chemical Data Processing Library.