GDCM
2.2.6
|
#include <gdcmAttribute.h>
Static Public Member Functions | |
static VM | GetVM () |
![]() | |
static VM | GetDictVM () |
static VR | GetDictVR () |
static Tag | GetTag () |
static VM | GetVM () |
static VR | GetVR () |
Additional Inherited Members | |
![]() | |
typedef VRToType< TVR >::Type | ArrayType |
![]() | |
VM | GetVM () const |
![]() | |
Attribute () | |
~Attribute () | |
GDCM_STATIC_ASSERT (((VR::VRType) TVR &(VR::VRType)(TagToType< Group, Element >::VRType))) | |
GDCM_STATIC_ASSERT ((VM::VM1_n &(VM::VMType)(TagToType< Group, Element >::VMType))) | |
GDCM_STATIC_ASSERT (((((VR::VRType) TVR &VR::VR_VM1)&&((VM::VMType) TagToType< Group, Element >::VMType==VM::VM1))||!((VR::VRType) TVR &VR::VR_VM1))) | |
DataElement | GetAsDataElement () const |
unsigned int | GetNumberOfValues () const |
ArrayType & | GetValue (unsigned int idx=0) |
ArrayType const & | GetValue (unsigned int idx=0) const |
const ArrayType * | GetValues () const |
ArrayType & | operator[] (unsigned int idx) |
ArrayType const & | operator[] (unsigned int idx) const |
void | Print (std::ostream &os) const |
void | Set (DataSet const &ds) |
void | SetFromDataElement (DataElement const &de) |
void | SetFromDataSet (DataSet const &ds) |
void | SetNumberOfValues (unsigned int numel) |
void | SetValue (unsigned int idx, ArrayType v) |
void | SetValue (ArrayType v) |
void | SetValues (const ArrayType *array, unsigned int numel, bool own=false) |
![]() | |
void | SetByteValue (const ByteValue *bv) |
|
inlinestatic |
References gdcm::VM::VM2_2n.