Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
DICOM DATA BLOCK. More...
#include <DicomHeader.hpp>
Public Types | |
typedef std::deque< TElementId >::iterator | iterator |
Public Member Functions | |
TGroupId () | |
constructor ( ) More... | |
TGroupId (int new_id) | |
constructor ( int ID ) More... | |
void | setId (int id) |
muda o valor de ID do Group More... | |
bool | push (int id, TElementId element) |
adiciona um Element a list More... | |
iterator | begin () |
posiciona no primeiro Element em list More... | |
iterator | end () |
posiciona no ultimo Element em list More... | |
size_t | size () const |
retornar o tamanho de list More... | |
int | getId () const |
retorna o ID do Group More... | |
DICOM DATA BLOCK.
Definition at line 128 of file DicomHeader.hpp.
typedef std::deque< TElementId >::iterator Bial::TGroupId::iterator |
Definition at line 136 of file DicomHeader.hpp.
|
inline |
constructor ( )
Definition at line 139 of file DicomHeader.hpp.
|
inline |
constructor ( int ID )
Definition at line 143 of file DicomHeader.hpp.
|
inline |
posiciona no primeiro Element em list
Definition at line 161 of file DicomHeader.hpp.
|
inline |
posiciona no ultimo Element em list
Definition at line 166 of file DicomHeader.hpp.
|
inline |
retorna o ID do Group
Definition at line 176 of file DicomHeader.hpp.
|
inline |
adiciona um Element a list
Definition at line 152 of file DicomHeader.hpp.
|
inline |
muda o valor de ID do Group
Definition at line 147 of file DicomHeader.hpp.
|
inline |
retornar o tamanho de list
Definition at line 171 of file DicomHeader.hpp.