29 #ifndef CDPL_MATH_VECTORARRAY_HPP
30 #define CDPL_MATH_VECTORARRAY_HPP
63 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 type stored by the array.
Definition: VectorArray.hpp:55
std::shared_ptr< VectorArray > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated VectorArray instances.
Definition: VectorArray.hpp:60
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:72
VectorArray< Vector3D > Vector3DArray
Array storing vectors of type Math::Vector3D.
Definition: VectorArray.hpp:87
VectorArray< Vector2L > Vector2LArray
Array storing vectors of type Math::Vector2L.
Definition: VectorArray.hpp:92
VectorArray< Vector2UL > Vector2ULArray
Array storing vectors of type Math::Vector2UL.
Definition: VectorArray.hpp:102
VectorArray< Vector3F > Vector3FArray
Array storing vectors of type Math::Vector3F.
Definition: VectorArray.hpp:77
VectorArray< Vector2D > Vector2DArray
Array storing vectors of type Math::Vector2D.
Definition: VectorArray.hpp:82
VectorArray< Vector3L > Vector3LArray
Array storing vectors of type Math::Vector3L.
Definition: VectorArray.hpp:97
VectorArray< Vector3UL > Vector3ULArray
Array storing vectors of type Math::Vector3UL.
Definition: VectorArray.hpp:107
The namespace of the Chemical Data Processing Library.