80 rc_ptr<DataSourceInfo> dsi,
89 std::cout <<
"WARNING: reopening freesurfer curv file at beginning\n";
93 throw file_not_found_error( ds->url() );
99 hdr->getProperty(
"ascii", asciii );
100 bool ascii = bool( asciii );
101 hdr->getProperty(
"byte_swapping", bswapi );
102 bool bswap = bool( bswapi );
103 int nv = 0, np = 0, ps;
104 hdr->getProperty(
"vertex_number", nv );
111 rc_ptr<DataSource> mds( 0 );
114 mds = dsi->list().dataSource(
"minf" );
123 if( dsi->header().get() )
const aims::PythonHeader & header() const
Get the header.