Class to represent a Sequence Of Fragments.
More...
#include <gdcmSequenceOfFragments.h>
List of all members.
Detailed Description
Class to represent a Sequence Of Fragments.
- Todo:
- I do not enforce that Sequence of Fragments ends with a SQ end del
- Examples:
- FixBrokenJ2K.cxx, FixJAIBugJPEGLS.cxx, and GetJPEGSamplePrecision.cxx.
Member Typedef Documentation
Constructor & Destructor Documentation
gdcm::SequenceOfFragments::SequenceOfFragments |
( |
| ) |
|
|
inline |
constructor (UndefinedLength by default)
Member Function Documentation
void gdcm::SequenceOfFragments::AddFragment |
( |
Fragment const & |
item | ) |
|
Iterator gdcm::SequenceOfFragments::Begin |
( |
| ) |
|
|
inline |
void gdcm::SequenceOfFragments::Clear |
( |
| ) |
|
|
virtual |
unsigned long gdcm::SequenceOfFragments::ComputeByteLength |
( |
| ) |
const |
VL gdcm::SequenceOfFragments::ComputeLength |
( |
| ) |
const |
Iterator gdcm::SequenceOfFragments::End |
( |
| ) |
|
|
inline |
bool gdcm::SequenceOfFragments::GetBuffer |
( |
char * |
buffer, |
|
|
unsigned long |
length |
|
) |
| const |
bool gdcm::SequenceOfFragments::GetFragBuffer |
( |
unsigned int |
fragNb, |
|
|
char * |
buffer, |
|
|
unsigned long & |
length |
|
) |
| const |
VL gdcm::SequenceOfFragments::GetLength |
( |
| ) |
const |
|
inlinevirtual |
Returns the SQ length, as read from disk.
Implements gdcm::Value.
SizeType gdcm::SequenceOfFragments::GetNumberOfFragments |
( |
| ) |
const |
bool gdcm::SequenceOfFragments::operator== |
( |
const Value & |
val | ) |
const |
|
inlinevirtual |
void gdcm::SequenceOfFragments::Print |
( |
std::ostream & |
os | ) |
const |
|
inlinevirtual |
template<typename TSwap >
std::istream& gdcm::SequenceOfFragments::Read |
( |
std::istream & |
is | ) |
|
|
inline |
void gdcm::SequenceOfFragments::SetLength |
( |
VL |
length | ) |
|
|
inlinevirtual |
template<typename TSwap >
std::ostream const& gdcm::SequenceOfFragments::Write |
( |
std::ostream & |
os | ) |
const |
|
inline |
bool gdcm::SequenceOfFragments::WriteBuffer |
( |
std::ostream & |
os | ) |
const |
The documentation for this class was generated from the following file: