|
Mantid
|
#include "MantidKernel/DllConfig.h"#include <Poco/File.h>#include <Poco/Path.h>#include <fstream>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | Mantid::Kernel::BinaryFile< T > |
| The BinaryFile template is a helper function for loading simple binary files. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Kernel |
Variables | |
| static const size_t | Mantid::Kernel::DEFAULT_BLOCK_SIZE = 100000 |
| Default number of items to read in from any of the files. More... | |
| static const size_t | Mantid::Kernel::MAX_BLOCK_SIZE = 100000000 |
| Max size block to read from a file (memory limitations) More... | |
| static const size_t | Mantid::Kernel::MIN_BLOCK_SIZE = 1000 |
| Min size of a block (too small is inefficient) More... | |