35 #ifndef ANA_SPARSEMATRIX_SPARSEMATRIX_H    36 #define ANA_SPARSEMATRIX_SPARSEMATRIX_H    45   class SparseOrDenseMatrix;
    76     virtual bool savable()
 const { 
return true; }
    77     virtual bool reload( 
const std::string & filename );
    78     bool save( 
const std::string & filename );
    79     virtual AObject* clone( 
bool shallow = 
true );
 Base Anatomist object (abstract) 
 
virtual bool Is2DObject()
Can be display in 2D windows. 
 
Attributed objects wrapper. 
 
it's a list, in fact... 
 
virtual bool savable() const
 
virtual bool Is3DObject()
Can be display in 3D windows. 
 
virtual bool loadable() const
 
Sparse matrix in Anatomist.