![]() |
Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
#include <DicomHeader.hpp>

Public Types | |
| typedef std::deque< TGroupId >::iterator | iterator |
Public Member Functions | |
| iterator | begin () |
| posiciona no primeiro Element em list More... | |
| iterator | end () |
| posiciona no ultimo Element em list More... | |
| DicomHeader () | |
| template<class D > | |
| Image< D > | readFile (std::string filename) |
| void | readZeroPadding () |
| void | readDICM () |
| template<class D > | |
| Image< D > | readData () |
| template<class D > | |
| Image< D > | readImageData () |
| void | push (TGroupId group) |
| TElementId | getElement (int grupo, int elemento) |
Public Attributes | |
| IFile | file_pointer |
Definition at line 182 of file DicomHeader.hpp.
| typedef std::deque< TGroupId >::iterator Bial::DicomHeader::iterator |
Definition at line 200 of file DicomHeader.hpp.
| Bial::DicomHeader::DicomHeader | ( | ) |
|
inline |
posiciona no primeiro Element em list
Definition at line 203 of file DicomHeader.hpp.
|
inline |
posiciona no ultimo Element em list
Definition at line 208 of file DicomHeader.hpp.
| TElementId Bial::DicomHeader::getElement | ( | int | grupo, |
| int | elemento | ||
| ) |
| void Bial::DicomHeader::push | ( | TGroupId | group | ) |
| Image< D > Bial::DicomHeader::readData | ( | ) |
| void Bial::DicomHeader::readDICM | ( | ) |
| Image< D > Bial::DicomHeader::readFile | ( | std::string | filename | ) |
| Image< D > Bial::DicomHeader::readImageData | ( | ) |
| void Bial::DicomHeader::readZeroPadding | ( | ) |
| IFile Bial::DicomHeader::file_pointer |
Definition at line 212 of file DicomHeader.hpp.