Newer
Older
new MDBoxImplicitFunction(function_min, function_max);
return function;
} else {
// General implicit function
return getGeneralImplicitFunction(chunkMin, chunkMax);
Janik Zikovsky
committed
}
Janik Zikovsky
committed
#if 0
/**
* Create an MDFrame for the Non-Axis-Aligned case
* 1. Check that Q-based frames are not mixed with non-Q-based frames
* 2. Select Q-based frame if available
* @param units: the units
* @returns the unique pointer
*/
Mantid::Geometry::MDFrame_uptr SlicingAlgorithm::createMDFrameForNonAxisAligned(std::string units) const {
}
#endif
Janik Zikovsky
committed
} // namespace Mantid
} // namespace DataObjects