OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
op::Array< T > Member List

This is the complete list of members for op::Array< T >, including all inherited members.

Array(const int size)op::Array< T >explicit
Array(const std::vector< int > &sizes={})op::Array< T >explicit
Array(const int size, const T value)op::Array< T >
Array(const std::vector< int > &sizes, const T value)op::Array< T >
Array(const int size, T *const dataPtr)op::Array< T >
Array(const std::vector< int > &sizes, T *const dataPtr)op::Array< T >
Array(const Array< T > &array, const int index, const bool noCopy=false)op::Array< T >
Array(const Array< T2 > &array)op::Array< T >inline
Array(const Array< T > &array)op::Array< T >
Array(Array< T > &&array)op::Array< T >
at(const int index)op::Array< T >inline
at(const int index) constop::Array< T >inline
at(const std::vector< int > &indexes)op::Array< T >inline
at(const std::vector< int > &indexes) constop::Array< T >inline
clone() constop::Array< T >
empty() constop::Array< T >inline
getConstCvMat() constop::Array< T >
getConstPtr() constop::Array< T >inline
getCvMat()op::Array< T >
getNumberDimensions() constop::Array< T >inline
getPseudoConstPtr() constop::Array< T >inline
getPtr()op::Array< T >inline
getSize() constop::Array< T >inline
getSize(const int index) constop::Array< T >
getStride() constop::Array< T >
getStride(const int index) constop::Array< T >
getVolume() constop::Array< T >inline
getVolume(const int indexA, const int indexB=-1) constop::Array< T >
operator=(const Array< T > &array)op::Array< T >
operator=(Array< T > &&array)op::Array< T >
operator[](const int index)op::Array< T >inline
operator[](const int index) constop::Array< T >inline
operator[](const std::vector< int > &indexes)op::Array< T >inline
operator[](const std::vector< int > &indexes) constop::Array< T >inline
printSize() constop::Array< T >
reset(const int size)op::Array< T >
reset(const std::vector< int > &sizes={})op::Array< T >
reset(const int size, const T value)op::Array< T >
reset(const std::vector< int > &sizes, const T value)op::Array< T >
reset(const int size, T *const dataPtr)op::Array< T >
reset(const std::vector< int > &sizes, T *const dataPtr)op::Array< T >
setFrom(const Matrix &cvMat)op::Array< T >
setTo(const T value)op::Array< T >
toString() constop::Array< T >