Mantid
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
MultiFileNameParser.cpp File Reference
#include "MantidKernel/MultiFileNameParser.h"
#include "MantidKernel/ConfigService.h"
#include "MantidKernel/FacilityInfo.h"
#include "MantidKernel/Strings.h"
#include <numeric>
#include <sstream>
#include <boost/algorithm/string.hpp>
#include <boost/regex.hpp>
#include <utility>

Go to the source code of this file.

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::Kernel
 
namespace  Mantid::Kernel::MultiFileNameParsing
 
namespace  Mantid::Kernel::MultiFileNameParsing::Regexs
 Regexs used to match / parse various strings.
 

Functions

MANTID_KERNEL_DLL std::string Mantid::Kernel::MultiFileNameParsing::suggestWorkspaceName (const std::vector< std::string > &fileNames)
 Suggests a workspace name, given a vector of file names. More...
 

Variables

const std::string Mantid::Kernel::MultiFileNameParsing::Regexs::SINGLE_OR_STEP_OR_ADD_RANGE = "(" + ADD_STEP_RANGE + "|" + ADD_RANGE + "|" + SINGLE + ")"