MeVisLab Toolbox Reference
mlDicomSingleFrameSelectionTools.h File Reference

Header file of tool functions for the extraction and handling of information of single specific DICOM frames. More...

#include "MLDicomToMLToolsSystem.h"
#include <mlModuleIncludes.h>
#include <DCMTree_Lib.h>
#include <DCMTree_Exception.h>
#include <DCMTree_Tag.h>
#include <DCMTree_Tree.h>
#include <DCMTree_StructuredMF.h>

Go to the source code of this file.

Classes

struct  ml::DicomToMLTools::FrameSpecificTag
 A struct containing a information about a specific frame (position, tagId, tagPtr, and whether it's from tree root). More...
struct  ml::DicomToMLTools::FrameSpecificValueTag< VALUE_TYPE >

Namespaces

namespace  ml
 Defines the class GetTileJob.
namespace  ml::DicomToMLTools
 A collection of DICOM tool functions.

Functions

void ml::DicomToMLTools::getFrameSpecificDoubleTag (const DCMTree::StructuredMF &smfTree, const unsigned int z, const unsigned int t, const unsigned int u, const DCMTree::RawTagId rawTagId, FrameSpecificValueTag< double > &valTagInfos)
void ml::DicomToMLTools::getFrameSpecificStringTag (const DCMTree::StructuredMF &smfTree, const unsigned int z, const unsigned int t, const unsigned int u, const DCMTree::RawTagId rawTagId, FrameSpecificValueTag< std::string > &valTagInfos)
 Same as getFrameSpecificDoubleTag() but for std::string values.

Detailed Description

Header file of tool functions for the extraction and handling of information of single specific DICOM frames.

Author
Wolf Spindler
Date
2013-11-29

Definition in file mlDicomSingleFrameSelectionTools.h.