#include <mitkIOVolumeSplitReason.h>
Definition at line 25 of file mitkIOVolumeSplitReason.h.
◆ ConstPointer
◆ Pointer
◆ ReasonMapType
◆ Self
◆ ReasonType
| Enumerator |
|---|
| Unknown | |
| ValueSplitDifference | |
| ValueSortDistance | |
| ImagePostionMissing | |
| OverlappingSlices | |
| GantryTiltDifference | |
| SliceDistanceInconsistency | |
| MissingSlices | |
Definition at line 32 of file mitkIOVolumeSplitReason.h.
◆ AddReason()
| void mitk::IOVolumeSplitReason::AddReason |
( |
ReasonType |
type, |
|
|
const std::string & |
detail = "" |
|
) |
| |
◆ Clone()
| Pointer mitk::IOVolumeSplitReason::Clone |
( |
| ) |
const |
◆ ExtendReason()
This methods generates a clone of this instances and extends the clone by the reason types and details provided by another IOVolumeSplitReason instance.
- Precondition
- otherReason must point to a valid instance.
- Returns
- Pointer to the cloned and extended instance.
◆ FromJSON()
◆ GetReasonDetails()
| std::string mitk::IOVolumeSplitReason::GetReasonDetails |
( |
ReasonType |
type | ) |
const |
◆ HasReason()
| bool mitk::IOVolumeSplitReason::HasReason |
( |
ReasonType |
type | ) |
const |
◆ HasReasons()
| bool mitk::IOVolumeSplitReason::HasReasons |
( |
| ) |
const |
◆ New()
| static Pointer mitk::IOVolumeSplitReason::New |
( |
| ) |
|
|
static |
◆ RemoveReason()
| void mitk::IOVolumeSplitReason::RemoveReason |
( |
ReasonType |
type | ) |
|
◆ StringToType()
◆ ToJSON()
◆ TypeToString()
| static std::string mitk::IOVolumeSplitReason::TypeToString |
( |
ReasonType |
reasonType | ) |
|
|
static |
◆ m_ReasonMap
The documentation for this class was generated from the following file: