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 Type m_type
The type for this column.
intp size(numeric::array arr)
#define MDL_HIPPOPLOT_API
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...
std::vector< double > m_double_data
The data.
std::vector< intptr_t > shape(numeric::array arr)