#include <Modules/CLI/PETStandardUptakeValueComputation/itkDCMTKFileReader.h>
|
int | card () |
|
| DCMTKSequence ()=default |
|
int | GetElementCS (unsigned short group, unsigned short element, std::string &target, bool throwException=true) |
|
int | GetElementDS (unsigned short group, unsigned short element, std::string &target, bool throwException=true) |
|
template<typename TType > |
int | GetElementDS (unsigned short group, unsigned short element, unsigned short count, TType *target, bool throwException) |
|
int | GetElementFD (unsigned short group, unsigned short element, double *&target, bool throwException=true) |
|
int | GetElementFD (unsigned short group, unsigned short element, double &target, bool throwException=true) |
|
int | GetElementSQ (unsigned short group, unsigned short element, DCMTKSequence &target, bool throwException=true) |
|
int | GetElementTM (unsigned short group, unsigned short element, std::string &target, bool throwException=true) |
|
int | GetSequence (unsigned long index, DCMTKSequence &target, bool throwException=true) |
|
int | GetStack (unsigned short group, unsigned short element, DcmStack *resultStack, bool throwException=true) |
|
void | SetDcmSequenceOfItems (DcmSequenceOfItems *seq) |
|
Definition at line 60 of file itkDCMTKFileReader.h.
◆ DCMTKSequence()
itk::DCMTKSequence::DCMTKSequence |
( |
| ) |
|
|
default |
◆ card()
int itk::DCMTKSequence::card |
( |
| ) |
|
◆ GetElementCS()
int itk::DCMTKSequence::GetElementCS |
( |
unsigned short |
group, |
|
|
unsigned short |
element, |
|
|
std::string & |
target, |
|
|
bool |
throwException = true |
|
) |
| |
◆ GetElementDS() [1/2]
int itk::DCMTKSequence::GetElementDS |
( |
unsigned short |
group, |
|
|
unsigned short |
element, |
|
|
std::string & |
target, |
|
|
bool |
throwException = true |
|
) |
| |
◆ GetElementDS() [2/2]
template<typename TType >
int itk::DCMTKSequence::GetElementDS |
( |
unsigned short |
group, |
|
|
unsigned short |
element, |
|
|
unsigned short |
count, |
|
|
TType * |
target, |
|
|
bool |
throwException |
|
) |
| |
|
inline |
Get an array of data values, as contained in a DICOM DecimalString Item
Definition at line 95 of file itkDCMTKFileReader.h.
◆ GetElementFD() [1/2]
int itk::DCMTKSequence::GetElementFD |
( |
unsigned short |
group, |
|
|
unsigned short |
element, |
|
|
double *& |
target, |
|
|
bool |
throwException = true |
|
) |
| |
◆ GetElementFD() [2/2]
int itk::DCMTKSequence::GetElementFD |
( |
unsigned short |
group, |
|
|
unsigned short |
element, |
|
|
double & |
target, |
|
|
bool |
throwException = true |
|
) |
| |
◆ GetElementSQ()
int itk::DCMTKSequence::GetElementSQ |
( |
unsigned short |
group, |
|
|
unsigned short |
element, |
|
|
DCMTKSequence & |
target, |
|
|
bool |
throwException = true |
|
) |
| |
◆ GetElementTM()
int itk::DCMTKSequence::GetElementTM |
( |
unsigned short |
group, |
|
|
unsigned short |
element, |
|
|
std::string & |
target, |
|
|
bool |
throwException = true |
|
) |
| |
◆ GetSequence()
int itk::DCMTKSequence::GetSequence |
( |
unsigned long |
index, |
|
|
DCMTKSequence & |
target, |
|
|
bool |
throwException = true |
|
) |
| |
◆ GetStack()
int itk::DCMTKSequence::GetStack |
( |
unsigned short |
group, |
|
|
unsigned short |
element, |
|
|
DcmStack * |
resultStack, |
|
|
bool |
throwException = true |
|
) |
| |
◆ SetDcmSequenceOfItems()
void itk::DCMTKSequence::SetDcmSequenceOfItems |
( |
DcmSequenceOfItems * |
seq | ) |
|
The documentation for this class was generated from the following file: