77 std::vector < double > & getData ();
81 const std::vector < double > & getData ()
const;
89 unsigned int getRank ()
const;
94 const std::vector < intptr_t > & getShape ();
99 void setShape (
const std::vector < intptr_t > &
shape );
107 std::size_t
size ()
const;
115 double * doubleArrayAt (
unsigned int row );
121 #endif // DataColumn_H
#define MDL_HIPPOPLOT_API
std::vector< intptr_t > shape(numeric::array arr)
std::vector< double > m_double_data
The data.
intp size(numeric::array arr)
Type m_type
The type for this column.
A class to hold data and its attributes.
std::vector< intptr_t > m_shape
In case the data quantity we are dealing with is a vector/matrix store its dimensions of each axis in...