![]() |
Visual Servoing Platform version 3.7.0
|
#include <vpIoTools.h>
Public Member Functions | |
| NpyArray (const std::vector< size_t > &_shape, size_t _word_size, bool _fortran_order, char _data_type) | |
| NpyArray () | |
| template<typename T> | |
| T * | data () |
| template<typename T> | |
| const T * | data () const |
| template<typename T> | |
| std::vector< T > | as_vec () const |
| std::vector< std::string > | as_utf8_string_vec () const |
| size_t | num_bytes () const |
Public Attributes | |
| std::shared_ptr< std::vector< char > > | data_holder |
| std::vector< size_t > | shape |
| size_t | word_size |
| bool | fortran_order |
| size_t | num_vals |
| char | data_type |
Definition at line 98 of file vpIoTools.h.
|
inline |
Definition at line 100 of file vpIoTools.h.
References data_holder, data_type, fortran_order, num_vals, shape, and word_size.
|
inline |
Definition at line 109 of file vpIoTools.h.
References data_type, fortran_order, num_vals, shape, and word_size.
|
inline |
Definition at line 138 of file vpIoTools.h.
References data_holder, data_type, num_vals, and word_size.
|
inline |
Definition at line 124 of file vpIoTools.h.
|
inline |
Definition at line 112 of file vpIoTools.h.
Referenced by vpDiskGrabber::acquire(), and as_vec().
|
inline |
Definition at line 118 of file vpIoTools.h.
|
inline |
Definition at line 164 of file vpIoTools.h.
References data_holder.
| std::shared_ptr<std::vector<char> > visp::cnpy::NpyArray::data_holder |
Definition at line 169 of file vpIoTools.h.
Referenced by as_utf8_string_vec(), NpyArray(), and num_bytes().
| char visp::cnpy::NpyArray::data_type |
Definition at line 174 of file vpIoTools.h.
Referenced by as_utf8_string_vec(), as_vec(), NpyArray(), and NpyArray().
| bool visp::cnpy::NpyArray::fortran_order |
Definition at line 172 of file vpIoTools.h.
Referenced by NpyArray(), and NpyArray().
| size_t visp::cnpy::NpyArray::num_vals |
Definition at line 173 of file vpIoTools.h.
Referenced by as_utf8_string_vec(), as_vec(), NpyArray(), and NpyArray().
| std::vector<size_t> visp::cnpy::NpyArray::shape |
Definition at line 170 of file vpIoTools.h.
Referenced by vpDiskGrabber::acquire(), NpyArray(), and NpyArray().
| size_t visp::cnpy::NpyArray::word_size |
Definition at line 171 of file vpIoTools.h.
Referenced by as_utf8_string_vec(), as_vec(), NpyArray(), and NpyArray().