|
GDCM
2.2.3
|
Class to represent a Fragment. More...
#include <gdcmFragment.h>


Public Member Functions | |
| Fragment () | |
| VL | GetLength () const |
| template<typename TSwap > | |
| std::istream & | Read (std::istream &is) |
| template<typename TSwap > | |
| std::istream & | ReadBacktrack (std::istream &is) |
| template<typename TSwap > | |
| std::istream & | ReadPreValue (std::istream &is) |
| template<typename TSwap > | |
| std::istream & | ReadValue (std::istream &is) |
| template<typename TSwap > | |
| std::ostream & | Write (std::ostream &os) const |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Fragment &val) |
Class to represent a Fragment.
| gdcm::Fragment::Fragment | ( | ) | [inline] |
| VL gdcm::Fragment::GetLength | ( | ) | const [inline] |
Reimplemented from gdcm::DataElement.
References gdcm::VL::GetLength().
| std::istream& gdcm::Fragment::Read | ( | std::istream & | is | ) | [inline] |
Reimplemented from gdcm::DataElement.
Reimplemented in gdcm::BasicOffsetTable.
Referenced by gdcm::SequenceOfFragments::ReadValue().
| std::istream& gdcm::Fragment::ReadBacktrack | ( | std::istream & | is | ) | [inline] |
References gdcmErrorMacro, gdcmWarningMacro, and gdcm::ParseException::SetLastElement().
Referenced by gdcm::SequenceOfFragments::ReadValue().
| std::istream& gdcm::Fragment::ReadPreValue | ( | std::istream & | is | ) | [inline] |
| std::istream& gdcm::Fragment::ReadValue | ( | std::istream & | is | ) | [inline] |
References gdcmWarningMacro, and gdcm::ParseException::SetLastElement().
| std::ostream& gdcm::Fragment::Write | ( | std::ostream & | os | ) | const [inline] |
Reimplemented from gdcm::DataElement.
References gdcm::ByteValue::GetLength(), gdcm::VL::Write(), and gdcm::ByteValue::Write().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const Fragment & | val | ||
| ) | [friend] |
1.7.6.1