Mantid
|
Namespace containing useful typedefs. More...
Typedefs | |
using | ClusterMap = std::map< size_t, std::shared_ptr< Mantid::Crystal::ICluster > > |
using | ClusterTuple = boost::tuple< Mantid::API::IMDHistoWorkspace_sptr, ClusterMap > |
using | LabelIdIntensityMap = std::map< size_t, SignalErrorSQPair > |
using | PositionToLabelIdMap = std::map< Mantid::Kernel::V3D, size_t > |
using | SetIds = std::unordered_set< size_t > |
using | SignalErrorSQPair = boost::tuple< double, double > |
using | VecElements = std::vector< DisjointElement > |
using | VecIndexes = std::vector< size_t > |
Namespace containing useful typedefs.
using Mantid::Crystal::ConnectedComponentMappingTypes::ClusterMap = typedef std::map<size_t, std::shared_ptr<Mantid::Crystal::ICluster> > |
Definition at line 37 of file ConnectedComponentLabeling.h.
using Mantid::Crystal::ConnectedComponentMappingTypes::ClusterTuple = typedef boost::tuple<Mantid::API::IMDHistoWorkspace_sptr, ClusterMap> |
Definition at line 38 of file ConnectedComponentLabeling.h.
using Mantid::Crystal::ConnectedComponentMappingTypes::LabelIdIntensityMap = typedef std::map<size_t, SignalErrorSQPair> |
Definition at line 32 of file ConnectedComponentLabeling.h.
using Mantid::Crystal::ConnectedComponentMappingTypes::PositionToLabelIdMap = typedef std::map<Mantid::Kernel::V3D, size_t> |
Definition at line 33 of file ConnectedComponentLabeling.h.
using Mantid::Crystal::ConnectedComponentMappingTypes::SetIds = typedef std::unordered_set<size_t> |
Definition at line 36 of file ConnectedComponentLabeling.h.
using Mantid::Crystal::ConnectedComponentMappingTypes::SignalErrorSQPair = typedef boost::tuple<double, double> |
Definition at line 31 of file ConnectedComponentLabeling.h.
using Mantid::Crystal::ConnectedComponentMappingTypes::VecElements = typedef std::vector<DisjointElement> |
Definition at line 35 of file ConnectedComponentLabeling.h.
using Mantid::Crystal::ConnectedComponentMappingTypes::VecIndexes = typedef std::vector<size_t> |
Definition at line 34 of file ConnectedComponentLabeling.h.