26namespace MLToDicomTools {
78 double *minVal=
nullptr,
79 double *maxVal=
nullptr,
125 unsigned int bitsAllocated,
126 unsigned int bitsStored,
127 unsigned int highBit,
128 unsigned int pixelRepresentation,
135 const std::vector<std::string> &
cDimInfos=std::vector<std::string>());
217 const std::vector<std::string> &
cDimInfos);
Class to manage a binary image.
Defines the class FieldContainer to encapsulate a vector of fields (see class Field).
This class encapsulates basic medical image properties:
The class PagedImage, representing a fragmented image that manages properties and data of an image lo...
#define ML_INVALID_DATA_TYPE
Defines an invalid MLDataType.
MLint32 MLDataType
MLDataType.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
MLint64 MLint
A signed ML integer type with at least 64 bits used for index calculations on very large images even ...
boost::shared_ptr< Tag > TagPtr
Shared pointer to tag.
boost::shared_ptr< Tree > TreePtr
Shared pointer to a DCMTree::Tree.