12#include <boost/algorithm/string.hpp>
13#include <boost/format.hpp>
29 throw std::runtime_error(
"CoordTransform: Cannot have more output "
30 "dimensions than input dimensions!");
32 throw std::runtime_error(
"CoordTransform: invalid number of output dimensions!");
34 throw std::runtime_error(
"CoordTransform: invalid number of input dimensions!");
46 throw std::runtime_error(
"CoordTransform::apply(): inputVector has the "
47 "wrong number of coordinates!");
const TYPE * getBareArray() const
size_t getNumDims() const
float coord_t
Typedef for the data type to use for coordinate axes in MD objects such as MDBox, MDEventWorkspace,...