34 #ifndef AIMS_IO_MESHHEADER_H 35 #define AIMS_IO_MESHHEADER_H 52 virtual bool read( uint32_t *offset = 0 );
53 virtual std::string openMode()
const;
54 virtual bool byteSwapping()
const;
55 std::string filename()
const;
56 virtual std::string
extension()
const {
return(
".mesh" ); }
57 virtual std::set<std::string> extensions()
const;
60 std::string _filename;
The class for EcatSino data write operation.