ITK
5.2.0
Insight Toolkit
|
#include <itkDCMTKFileReader.h>
Public Types | |
using | Self = DCMTKFileReader |
Public Member Functions | |
DCMTKFileReader ()=default | |
int | GetElementLO (const unsigned short group, const unsigned short element, std::string &target, const bool throwException=true) const |
int | GetElementLO (const unsigned short group, const unsigned short element, std::vector< std::string > &target, const bool throwException=true) const |
const std::string & | GetFileName () const |
void | LoadFile () |
void | SetFileName (const std::string &fileName) |
~DCMTKFileReader () | |
std::string | m_FileName |
DcmFileFormat * | m_DFile { nullptr } |
DcmDataset * | m_Dataset { nullptr } |
E_TransferSyntax | m_Xfer { EXS_Unknown } |
Sint32 | m_FrameCount { 0 } |
long | m_FileNumber { -1L } |
template<typename TType > | |
int | GetElementDS (const unsigned short group, const unsigned short element, unsigned short count, TType *target, const bool throwException=true) const |
template<typename TType > | |
int | GetElementDSorOB (const unsigned short group, const unsigned short element, TType &target, const bool throwException=true) const |
int | GetElementDS (const unsigned short group, const unsigned short element, std::string &target, const bool throwException=true) const |
int | GetElementFD (const unsigned short group, const unsigned short element, double &target, const bool throwException=true) const |
int | GetElementFD (const unsigned short group, const unsigned short element, int count, double *target, const bool throwException=true) const |
int | GetElementFL (const unsigned short group, const unsigned short element, float &target, const bool throwException=true) const |
int | GetElementFLorOB (const unsigned short group, const unsigned short element, float &target, const bool throwException=true) const |
int | GetElementUS (const unsigned short group, const unsigned short element, unsigned short &target, const bool throwException=true) const |
int | GetElementUS (const unsigned short group, const unsigned short element, unsigned short *&target, const bool throwException=true) const |
int | GetElementCS (const unsigned short group, const unsigned short element, std::string &target, const bool throwException=true) const |
int | GetElementPN (const unsigned short group, const unsigned short element, std::string &target, const bool throwException=true) const |
int | GetElementIS (const unsigned short group, const unsigned short element, ::itk::int32_t &target, const bool throwException=true) const |
int | GetElementSL (const unsigned short group, const unsigned short element, ::itk::int32_t &target, const bool throwException=true) const |
int | GetElementISorOB (const unsigned short group, const unsigned short element, ::itk::int32_t &target, const bool throwException=true) const |
int | GetElementCSorOB (const unsigned short group, const unsigned short element, std::string &target, const bool throwException=true) const |
int | GetElementOB (const unsigned short group, const unsigned short element, std::string &target, const bool throwException=true) const |
int | GetElementSQ (const unsigned short group, unsigned short entry, DCMTKSequence &sequence, const bool throwException=true) const |
int | GetElementUI (const unsigned short group, unsigned short entry, std::string &target, const bool throwException=true) const |
int | GetElementDA (const unsigned short group, const unsigned short element, std::string &target, const bool throwException=true) const |
int | GetElementTM (const unsigned short group, const unsigned short element, std::string &target, const bool throwException=true) const |
int | GetDirCosines (vnl_vector< double > &dir1, vnl_vector< double > &dir2, vnl_vector< double > &dir3) const |
int | GetDirCosArray (double *const dircos) const |
int | GetFrameCount () const |
int | GetSlopeIntercept (double &slope, double &intercept) const |
int | GetDimensions (unsigned short &rows, unsigned short &columns) const |
IOComponentEnum | GetImageDataType () const |
IOPixelEnum | GetImagePixelType () const |
int | GetSpacing (double *const spacing) const |
int | GetOrigin (double *const origin) const |
bool | HasPixelData () const |
E_TransferSyntax | GetTransferSyntax () const |
long | GetFileNumber () const |
static void | AddDictEntry (DcmDictEntry *entry) |
static bool | CanReadFile (const std::string &filename) |
static bool | IsImageFile (const std::string &filename) |
Definition at line 244 of file itkDCMTKFileReader.h.
Definition at line 247 of file itkDCMTKFileReader.h.
|
default |
itk::DCMTKFileReader::~DCMTKFileReader | ( | ) |
|
static |
Get an array of data values, as contained in a DICOM DecimalString Item
|
static |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetDimensions | ( | unsigned short & | rows, |
unsigned short & | columns | ||
) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetDirCosArray | ( | double *const | dircos | ) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetDirCosines | ( | vnl_vector< double > & | dir1, |
vnl_vector< double > & | dir2, | ||
vnl_vector< double > & | dir3 | ||
) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetElementCS | ( | const unsigned short | group, |
const unsigned short | element, | ||
std::string & | target, | ||
const bool | throwException = true |
||
) | const |
Get a DecimalString Item as a single string
int itk::DCMTKFileReader::GetElementCSorOB | ( | const unsigned short | group, |
const unsigned short | element, | ||
std::string & | target, | ||
const bool | throwException = true |
||
) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetElementDA | ( | const unsigned short | group, |
const unsigned short | element, | ||
std::string & | target, | ||
const bool | throwException = true |
||
) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetElementDS | ( | const unsigned short | group, |
const unsigned short | element, | ||
std::string & | target, | ||
const bool | throwException = true |
||
) | const |
Get a DecimalString Item as a single string
|
inline |
Get an array of data values, as contained in a DICOM DecimalString Item
Definition at line 277 of file itkDCMTKFileReader.h.
References DCMTKExceptionOrErrorReturn.
|
inline |
Get an array of data values, as contained in a DICOM DecimalString Item
Definition at line 316 of file itkDCMTKFileReader.h.
References DCMTKExceptionOrErrorReturn, itk::ByteSwapper< T >::SwapFromSystemToBigEndian(), and itk::ByteSwapper< T >::SwapFromSystemToLittleEndian().
int itk::DCMTKFileReader::GetElementFD | ( | const unsigned short | group, |
const unsigned short | element, | ||
double & | target, | ||
const bool | throwException = true |
||
) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetElementFD | ( | const unsigned short | group, |
const unsigned short | element, | ||
int | count, | ||
double * | target, | ||
const bool | throwException = true |
||
) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetElementFL | ( | const unsigned short | group, |
const unsigned short | element, | ||
float & | target, | ||
const bool | throwException = true |
||
) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetElementFLorOB | ( | const unsigned short | group, |
const unsigned short | element, | ||
float & | target, | ||
const bool | throwException = true |
||
) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetElementIS | ( | const unsigned short | group, |
const unsigned short | element, | ||
::itk::int32_t & | target, | ||
const bool | throwException = true |
||
) | const |
get an IS (Integer String Item
int itk::DCMTKFileReader::GetElementISorOB | ( | const unsigned short | group, |
const unsigned short | element, | ||
::itk::int32_t & | target, | ||
const bool | throwException = true |
||
) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetElementLO | ( | const unsigned short | group, |
const unsigned short | element, | ||
std::string & | target, | ||
const bool | throwException = true |
||
) | const |
int itk::DCMTKFileReader::GetElementLO | ( | const unsigned short | group, |
const unsigned short | element, | ||
std::vector< std::string > & | target, | ||
const bool | throwException = true |
||
) | const |
int itk::DCMTKFileReader::GetElementOB | ( | const unsigned short | group, |
const unsigned short | element, | ||
std::string & | target, | ||
const bool | throwException = true |
||
) | const |
get an OB OtherByte Item
int itk::DCMTKFileReader::GetElementPN | ( | const unsigned short | group, |
const unsigned short | element, | ||
std::string & | target, | ||
const bool | throwException = true |
||
) | const |
Get a PersonName Item as a single string
int itk::DCMTKFileReader::GetElementSL | ( | const unsigned short | group, |
const unsigned short | element, | ||
::itk::int32_t & | target, | ||
const bool | throwException = true |
||
) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetElementSQ | ( | const unsigned short | group, |
unsigned short | entry, | ||
DCMTKSequence & | sequence, | ||
const bool | throwException = true |
||
) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetElementTM | ( | const unsigned short | group, |
const unsigned short | element, | ||
std::string & | target, | ||
const bool | throwException = true |
||
) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetElementUI | ( | const unsigned short | group, |
unsigned short | entry, | ||
std::string & | target, | ||
const bool | throwException = true |
||
) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetElementUS | ( | const unsigned short | group, |
const unsigned short | element, | ||
unsigned short & | target, | ||
const bool | throwException = true |
||
) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetElementUS | ( | const unsigned short | group, |
const unsigned short | element, | ||
unsigned short *& | target, | ||
const bool | throwException = true |
||
) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
const std::string& itk::DCMTKFileReader::GetFileName | ( | ) | const |
long itk::DCMTKFileReader::GetFileNumber | ( | ) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetFrameCount | ( | ) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
IOComponentEnum itk::DCMTKFileReader::GetImageDataType | ( | ) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
IOPixelEnum itk::DCMTKFileReader::GetImagePixelType | ( | ) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetOrigin | ( | double *const | origin | ) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetSlopeIntercept | ( | double & | slope, |
double & | intercept | ||
) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
int itk::DCMTKFileReader::GetSpacing | ( | double *const | spacing | ) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
E_TransferSyntax itk::DCMTKFileReader::GetTransferSyntax | ( | ) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
bool itk::DCMTKFileReader::HasPixelData | ( | ) | const |
Get an array of data values, as contained in a DICOM DecimalString Item
|
static |
Get an array of data values, as contained in a DICOM DecimalString Item
void itk::DCMTKFileReader::LoadFile | ( | ) |
void itk::DCMTKFileReader::SetFileName | ( | const std::string & | fileName | ) |
|
private |
Get an array of data values, as contained in a DICOM DecimalString Item
Definition at line 507 of file itkDCMTKFileReader.h.
|
private |
Get an array of data values, as contained in a DICOM DecimalString Item
Definition at line 506 of file itkDCMTKFileReader.h.
|
private |
Get an array of data values, as contained in a DICOM DecimalString Item
Definition at line 505 of file itkDCMTKFileReader.h.
|
private |
Get an array of data values, as contained in a DICOM DecimalString Item
Definition at line 510 of file itkDCMTKFileReader.h.
|
private |
Get an array of data values, as contained in a DICOM DecimalString Item
Definition at line 509 of file itkDCMTKFileReader.h.
|
private |
Get an array of data values, as contained in a DICOM DecimalString Item
Definition at line 508 of file itkDCMTKFileReader.h.