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, 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 ) |
|
Appends a Fragment to the already added ones.
void gdcm::SequenceOfFragments::Clear |
( |
) |
[virtual] |
unsigned long gdcm::SequenceOfFragments::ComputeByteLength |
( |
) |
const |
VL gdcm::SequenceOfFragments::ComputeLength |
( |
) |
const |
bool gdcm::SequenceOfFragments::GetBuffer |
( |
char * |
buffer, |
|
|
unsigned long |
length |
|
) |
| const |
bool gdcm::SequenceOfFragments::GetFragBuffer |
( |
unsigned int |
fragNb, |
|
|
char * |
buffer, |
|
|
unsigned long & |
length |
|
) |
| const |
const Fragment& gdcm::SequenceOfFragments::GetFragment |
( |
unsigned int |
num ) |
const |
VL gdcm::SequenceOfFragments::GetLength |
( |
) |
const [inline, virtual] |
Returns the SQ length, as read from disk.
Implements gdcm::Value.
unsigned int gdcm::SequenceOfFragments::GetNumberOfFragments |
( |
) |
const |
bool gdcm::SequenceOfFragments::operator== |
( |
const Value & |
val ) |
const [inline, virtual] |
void gdcm::SequenceOfFragments::Print |
( |
std::ostream & |
os ) |
const [inline, virtual] |
template<typename TSwap >
std::istream& gdcm::SequenceOfFragments::Read |
( |
std::istream & |
is ) |
[inline] |
void gdcm::SequenceOfFragments::SetLength |
( |
VL |
length ) |
[inline, virtual] |
template<typename TSwap >
std::ostream const& gdcm::SequenceOfFragments::Write |
( |
std::ostream & |
os ) |
const [inline] |
bool gdcm::SequenceOfFragments::WriteBuffer |
( |
std::ostream & |
os ) |
const |
Member Data Documentation
The documentation for this class was generated from the following file: