#include <fileio.h>
Public Member Functions | |
| void | register_format () |
Static Public Member Functions | |
| static STD_string | createUniqueName (const Protocol &prot, STD_map< STD_string, unsigned short > &useMap) |
Protected Member Functions | |
| virtual | ~FileFormat () |
Static Protected Member Functions | |
| static float | voxel_extent (const Geometry &geometry, channelNo direction, int size) |
Friends | |
| class | FileIO |
Definition at line 115 of file fileio.h.
| void FileFormat::register_format | ( | ) |
Use this function on a static instance to register the corresponding file format
| static STD_string FileFormat::createUniqueName | ( | const Protocol & | prot, | |
| STD_map< STD_string, unsigned short > & | useMap | |||
| ) | [static] |
| static float FileFormat::voxel_extent | ( | const Geometry & | geometry, | |
| channelNo | direction, | |||
| int | size | |||
| ) | [static, protected] |
Returns the spatial voxel extent in the given direction assuming the given size
1.5.1