OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros
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 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) const op::Array< T >inline
at(const std::vector< int > &indexes)op::Array< T >inline
at(const std::vector< int > &indexes) const op::Array< T >inline
clone() const op::Array< T >
empty() const op::Array< T >inline
getConstCvMat() const op::Array< T >
getConstPtr() const op::Array< T >inline
getCvMat()op::Array< T >
getNumberDimensions() const op::Array< T >inline
getPtr()op::Array< T >inline
getSize() const op::Array< T >inline
getSize(const int index) const op::Array< T >
getVolume() const op::Array< T >inline
getVolume(const int indexA, const int indexB) const op::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) const op::Array< T >inline
operator[](const std::vector< int > &indexes)op::Array< T >inline
operator[](const std::vector< int > &indexes) const op::Array< T >inline
printSize() const op::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 >
setFrom(const cv::Mat &cvMat)op::Array< T >
setTo(const T value)op::Array< T >
toString() const op::Array< T >