vega
|
#include <vega/manipulators/application_entity_manipulator.h>
Public Member Functions | |
virtual bool | is_valid_for (const VR &vr) const override |
![]() | |
PaddedStringManipulator () | |
PaddedStringManipulator (std::shared_ptr< dicom::RawValue > raw_value) | |
PaddedStringManipulator (const std::string &s) | |
std::shared_ptr< dicom::RawValue > | raw_value () override |
std::string | str () const override |
bool | read_from (dicom::RawReader *reader, size_t num_bytes) override |
size_t | write_to (dicom::RawWriter *writer) const override |
virtual bool | operator== (const ValueManipulator &other) const override |
virtual bool | operator!= (const ValueManipulator &other) const override |
![]() | |
virtual | ~ValueManipulator ()=0 |
Additional Inherited Members | |
![]() | |
typedef base_vector::value_type | value_type |
typedef base_vector::size_type | size_type |
typedef base_vector::iterator | iterator |
typedef base_vector::const_iterator | const_iterator |
typedef base_vector::reference | reference |
typedef base_vector::const_reference | const_reference |
|
inlineoverridevirtual |
Reimplemented from vega::manipulators::ValueManipulator.