Skip to content
Snippets Groups Projects
SlicingAlgorithm.cpp 38.6 KiB
Newer Older
        new MDBoxImplicitFunction(function_min, function_max);
    return function;
  } else {
    // General implicit function
    return getGeneralImplicitFunction(chunkMin, chunkMax);
#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

} // namespace DataObjects