Header file of tool functions for the extraction and handling of information of specific DICOM frames.
More...
|
| MLDICOM_TO_ML_TOOLS_EXPORT FrameSpecificTagsVector | ml::DicomToMLTools::getFrameSpecificTagSet (const DCMTree::Const_StructuredMFPtr &smfTree, const std::vector< DCMTree::RawTagId > &tagIds) |
| MLDICOM_TO_ML_TOOLS_EXPORT FrameSpecificTagsVector | ml::DicomToMLTools::getFrameSpecificTags (const DCMTree::Const_StructuredMFPtr &smfTree, DCMTree::RawTagId tagId) |
| MLDICOM_TO_ML_TOOLS_EXPORT size_t | ml::DicomToMLTools::convertToFrameSpecificDoubles (const FrameSpecificTagsVector &frameSpecificTags, PositionSpecificDoubleVector &frameSpecificDoubles) |
| MLDICOM_TO_ML_TOOLS_EXPORT bool | ml::DicomToMLTools::applyFrameSpecificOperation (const VoxelDoubleOperations &operationMode, const SubImage &srcSubImage, SubImage &dstSubImage, const PositionSpecificDoubleVector &positionDoubles, const VoxelDoubleOperations dummyOperationMode=Copy, const MLdouble dummyOperationValue=0.0, PositionSpecificDoubleVector *valueFreePositions=nullptr, bool isOldMultiFrameDICOM=false) |
| MLDICOM_TO_ML_TOOLS_EXPORT const FrameSpecificTags * | ml::DicomToMLTools::getFrameSpecificTagsSet (const FrameSpecificTagsVector &tagSet, MLint z, MLint t, MLint u) |
| MLDICOM_TO_ML_TOOLS_EXPORT bool | ml::DicomToMLTools::isVolumeCovered (const PositionSpecificDoubleVector &positions, const SubImageBox &volume) |
| MLDICOM_TO_ML_TOOLS_EXPORT bool | ml::DicomToMLTools::getPositionSpecificDoubleProperties (const PositionSpecificDoubleVector &positions, double &rangeMin, double &rangeMax, bool &hasFractionalParts) |
Header file of tool functions for the extraction and handling of information of specific DICOM frames.
- Author
- Wolf Spindler
- Date
- 2013-11-29
Definition in file mlDicomFrameSelectionTools.h.