Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkPropertyKeyPath_h
14 #define mitkPropertyKeyPath_h
74 bool Matches(
const NodeInfo &right)
const;
86 bool IsExplicit()
const;
89 bool HasItemSelectionWildcardsOnly()
const;
123 const NodeInfo &GetFirstNode()
const;
133 const NodeInfo &GetLastNode()
const;
An object of this class represents an exception of MITK. Please don't instantiate exceptions manually...
MITKCORE_EXPORT std::string PropertyKeyPathToPersistenceKeyTemplate(const PropertyKeyPath &tagPath)
MITKCORE_EXPORT std::string PropertyKeyPathToPropertyRegEx(const PropertyKeyPath &tagPath)
std::size_t ItemSelectionIndex
std::string ElementNameType
bool operator<(const StaticParameterMap::ValueType &a, const StaticParameterMap::ValueType &b)
Compares two var lists and returns true if the first list's first item is lower than the second one's...
MITKCORE_EXPORT PropertyKeyPath PropertyNameToPropertyKeyPath(const std::string &propertyName)
MITKCORE_EXPORT std::ostream & operator<<(std::ostream &o, DataNode::Pointer &dtn)
Class that can be used to specify nested or wild carded property keys. E.g. for the use in context of...
Find image slices visible on a given plane.
std::vector< NodeInfo > NodeInfoVectorType
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
MITKCORE_EXPORT std::string PropertyKeyPathToPersistenceNameTemplate(const PropertyKeyPath &tagPath)
bool operator>=(const mitk::WeakPointer< T > &left, const mitk::WeakPointer< T > &right) noexcept
bool operator>(const mitk::WeakPointer< T > &left, const mitk::WeakPointer< T > &right) noexcept
MITKCORE_EXPORT std::string PropertyKeyPathToPropertyName(const PropertyKeyPath &tagPath)
ItemSelectionIndex selection
bool operator<=(const mitk::WeakPointer< T > &left, const mitk::WeakPointer< T > &right) noexcept
#define mitkExceptionClassMacro(ClassName, SuperClassName)
NodeInfoVectorType m_NodeInfos
NodeInfoVectorType::size_type PathIndexType
MITKCORE_EXPORT std::string PropertyKeyPathToPersistenceKeyRegEx(const PropertyKeyPath &tagPath)