MeVisLab Toolbox Reference
mlSMFTreeTools.h File Reference

Tool functions for structured multi-frame trees (SMFTrees). More...

#include "MLDICOMTagsSystem.h"
#include <mlUtilsSystem.h>
#include "mlZTUIndex.h"
#include <DCMTree_Lib.h>

Go to the source code of this file.

Namespaces

namespace  ml
 Defines the class GetTileJob.
namespace  ml::DICOMTagTools
 A namespace collecting tools related to DICOM tags and tree tools.

Functions

MLDICOMTags_EXPORT void ml::DICOMTagTools::getSMFTreeZTUExtent (const DCMTree::StructuredMFPtr smfTree, ZTUIndex &ztu)
MLDICOMTags_EXPORT void ml::DICOMTagTools::getSMFTreeZTUExtent (const DCMTree::Const_StructuredMFPtr smfTree, ZTUIndex &ztu)
MLDICOMTags_EXPORT void ml::DICOMTagTools::getSMFTreeZTUExtent (DCMTree::TreePtr dcmTree, ZTUIndex &ztu)
MLDICOMTags_EXPORT void ml::DICOMTagTools::getSMFTreeZTUExtent (DCMTree::Const_TreePtr dcmTree, ZTUIndex &ztu)
MLDICOMTags_EXPORT DCMTree::Const_StructuredMFPtr ml::DICOMTagTools::convertDCMToSMFTree (DCMTree::Const_TreePtr dcmTree)
 Convert dcmTree to the returned StructuredSMFTree if possible or throws and DCMtree::Exception.
MLDICOMTags_EXPORT void ml::DICOMTagTools::extractAllSMFFramesAsDeepCopies (DCMTree::Const_StructuredMFPtr inputSMFTree, std::vector< DCMTree::Const_TreePtr > &frameSet)
 Retrieves all frame trees of the input SMFTree as deep-copies and returns their pointers in frameSet.
MLDICOMTags_EXPORT DCMTree::TreePtr ml::DICOMTagTools::getSMFTreeFrameTreeAtZTU (DCMTree::Const_StructuredMFPtr smfTree, const ZTUIndex &ztu)
MLDICOMTags_EXPORT DCMTree::TreePtr ml::DICOMTagTools::getSMFTreeFrameTreeAtZTU (DCMTree::StructuredMFPtr smfTree, const ZTUIndex &ztu)
MLDICOMTags_EXPORT DCMTree::TreePtr ml::DICOMTagTools::getSMFTreeFrameTreeAtZTU (DCMTree::TreePtr dcmTree, const ZTUIndex &ztu)
MLDICOMTags_EXPORT std::vector< DCMTree::TreePtrml::DICOMTagTools::getIndexedNormalSequenceSubTrees (const DCMTree::TreePtr &parentTree, const std::string &tagIdString, const std::string &sequenceEntriesString, DICOMTagTools::ZTUVector *ztuIndexes=nullptr, bool alsoGetNULLTrees=false)
MLDICOMTags_EXPORT std::vector< DCMTree::TreePtrml::DICOMTagTools::getSMFSubTreeFramesAtZTUTriplePositions (const DCMTree::TreePtr &parentTree, const std::vector< MLuint32 > &ztuTriples, DICOMTagTools::ZTUVector *ztuIndexes=nullptr)
MLDICOMTags_EXPORT std::vector< DCMTree::TreePtrml::DICOMTagTools::getSMFSubTreeZTUFrameSlices (const DCMTree::TreePtr &parentTree, const std::string &zSlicesEntriesList, const std::string &tSlicesEntriesList, const std::string &uSlicesEntriesList, DICOMTagTools::ZTUVector *ztuIndexes=nullptr)

Detailed Description

Tool functions for structured multi-frame trees (SMFTrees).

Author
Wolf Spindler
Date
2014-07-08

Definition in file mlSMFTreeTools.h.