Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
Bial::TGroupId Class Reference

DICOM DATA BLOCK. More...

#include <DicomHeader.hpp>

Collaboration diagram for Bial::TGroupId:
Collaboration graph

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...
 

Detailed Description

DICOM DATA BLOCK.

Definition at line 128 of file DicomHeader.hpp.

Member Typedef Documentation

Definition at line 136 of file DicomHeader.hpp.

Constructor & Destructor Documentation

Bial::TGroupId::TGroupId ( )
inline

constructor ( )

Definition at line 139 of file DicomHeader.hpp.

Bial::TGroupId::TGroupId ( int  new_id)
inline

constructor ( int ID )

Definition at line 143 of file DicomHeader.hpp.

Member Function Documentation

iterator Bial::TGroupId::begin ( )
inline

posiciona no primeiro Element em list

Definition at line 161 of file DicomHeader.hpp.

iterator Bial::TGroupId::end ( )
inline

posiciona no ultimo Element em list

Definition at line 166 of file DicomHeader.hpp.

int Bial::TGroupId::getId ( ) const
inline

retorna o ID do Group

Definition at line 176 of file DicomHeader.hpp.

bool Bial::TGroupId::push ( int  id,
TElementId  element 
)
inline

adiciona um Element a list

Definition at line 152 of file DicomHeader.hpp.

void Bial::TGroupId::setId ( int  id)
inline

muda o valor de ID do Group

Definition at line 147 of file DicomHeader.hpp.

size_t Bial::TGroupId::size ( ) const
inline

retornar o tamanho de list

Definition at line 171 of file DicomHeader.hpp.


The documentation for this class was generated from the following file: