47 std::vector < boost::python::list >
m_data;
53 mutable std::vector < double >
m_row;
88 virtual unsigned int rows ()
const;
92 virtual bool empty ()
const;
94 virtual double valueAt (
unsigned int row,
unsigned int column )
const;
104 int addColumn (
const std::string & label,
125 virtual const std::vector < double > &
getRow (
unsigned int index )
const;
133 virtual void setShape ( std::vector < unsigned int > &
shape );
137 const std::vector < unsigned int > &
getShape ()
const;
142 virtual void clear ();
147 virtual void reserve (
unsigned int count );
152 operator [] ( std::vector < unsigned int > & indices )
const;
165 #endif // ListTuple_H