|
GDCM
2.2.4
|
#include <gdcmAttribute.h>
Public Member Functions | |
| VM | GetVM () const |
Public Member Functions inherited from gdcm::Attribute< Group, Element, TVR, VM::VM1_n > | |
| 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) |
Additional Inherited Members | |
Public Types inherited from gdcm::Attribute< Group, Element, TVR, VM::VM1_n > | |
| typedef VRToType< TVR >::Type | ArrayType |
Static Public Member Functions inherited from gdcm::Attribute< Group, Element, TVR, VM::VM1_n > | |
| static VM | GetDictVM () |
| static VR | GetDictVR () |
| static Tag | GetTag () |
| static VM | GetVM () |
| static VR | GetVR () |
Protected Member Functions inherited from gdcm::Attribute< Group, Element, TVR, VM::VM1_n > | |
| void | SetByteValue (const ByteValue *bv) |
|
inline |
References gdcm::VM::VM1_8.
1.8.6