Mantid
Loading...
Searching...
No Matches
Typedefs
Mantid::Crystal::ConnectedComponentMappingTypes Namespace Reference

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 >
 

Detailed Description

Namespace containing useful typedefs.

Typedef Documentation

◆ ClusterMap

Definition at line 37 of file ConnectedComponentLabeling.h.

◆ ClusterTuple

Definition at line 38 of file ConnectedComponentLabeling.h.

◆ LabelIdIntensityMap

Definition at line 32 of file ConnectedComponentLabeling.h.

◆ PositionToLabelIdMap

Definition at line 33 of file ConnectedComponentLabeling.h.

◆ SetIds

using Mantid::Crystal::ConnectedComponentMappingTypes::SetIds = typedef std::unordered_set<size_t>

Definition at line 36 of file ConnectedComponentLabeling.h.

◆ SignalErrorSQPair

using Mantid::Crystal::ConnectedComponentMappingTypes::SignalErrorSQPair = typedef boost::tuple<double, double>

Definition at line 31 of file ConnectedComponentLabeling.h.

◆ VecElements

Definition at line 35 of file ConnectedComponentLabeling.h.

◆ VecIndexes

Definition at line 34 of file ConnectedComponentLabeling.h.