GDCM
2.4.5
|
#include <gdcmElement.h>
Public Types | |
typedef Element< TVR, VM::VM1_n > | Parent |
![]() | |
typedef VRToType< TVR >::Type | Type |
Public Member Functions | |
void | SetLength (int len) |
![]() | |
Element () | |
Element (const Element &_val) | |
~Element () | |
DataElement | GetAsDataElement () const |
unsigned long | GetLength () const |
const VRToType< TVR >::Type & | GetValue (unsigned int idx=0) const |
VRToType< TVR >::Type & | GetValue (unsigned int idx=0) |
Element & | operator= (const Element &_val) |
VRToType< TVR >::Type | operator[] (unsigned int idx) const |
void | Print (std::ostream &_os) const |
void | Read (std::istream &_is) |
void | Set (Value const &v) |
void | SetArray (const Type *array, unsigned long len, bool save=false) |
void | SetFromDataElement (DataElement const &de) |
void | SetLength (unsigned long len) |
void | SetValue (typename VRToType< TVR >::Type v, unsigned int idx=0) |
void | Write (std::ostream &_os) const |
void | WriteASCII (std::ostream &os) const |
Additional Inherited Members | |
![]() | |
static VM | GetVM () |
static VR | GetVR () |
![]() | |
void | SetNoSwap (Value const &v) |
typedef Element<TVR, VM::VM1_n> gdcm::Element< TVR, VM::VM2_n >::Parent |
|
inline |