GDCM 2.0.17

gdcm::SequenceOfItems Class Reference

Class to represent a Sequence Of Items (value representation : SQ)

More...

#include <gdcmSequenceOfItems.h>

Inheritance diagram for gdcm::SequenceOfItems:
Collaboration diagram for gdcm::SequenceOfItems:

List of all members.

Public Types

typedef ItemVector::const_iterator ConstIterator
typedef std::vector< ItemItemVector
typedef ItemVector::iterator Iterator
typedef ItemVector::size_type SizeType

Public Member Functions

 SequenceOfItems ()
 constructor (UndefinedLength by default)
void AddItem (Item const &item)
 Appends an Item to the already added ones.
Iterator Begin ()
ConstIterator Begin () const
void Clear ()
template<typename TDE >
VL ComputeLength () const
ConstIterator End () const
Iterator End ()
bool FindDataElement (const Tag &t) const
ItemGetItem (SizeType position)
const ItemGetItem (SizeType position) const
VL GetLength () const
 Returns the SQ length, as read from disk.
SizeType GetNumberOfItems () const
bool IsUndefinedLength () const
 return if Value Length if of undefined length
SequenceOfItemsoperator= (const SequenceOfItems &val)
bool operator== (const Value &val) const
void Print (std::ostream &os) const
template<typename TDE , typename TSwap >
std::istream & Read (std::istream &is)
void SetLength (VL length)
 Sets the actual SQ length.
void SetLengthToUndefined ()
void SetNumberOfItems (SizeType n)
template<typename TDE , typename TSwap >
std::ostream const & Write (std::ostream &os) const

Static Public Member Functions

static SmartPointer
< SequenceOfItems
New ()

Public Attributes

ItemVector Items
 Vector of Sequence Items.
VL SequenceLengthField
 Total length of the Sequence (or 0xffffffff) if undefined.

Detailed Description

Class to represent a Sequence Of Items (value representation : SQ)

  • a Value Representation for Data Elements that contains a sequence of Data Sets.
  • Sequence of Item allows for Nested Data Sets.

See PS 3.5, 7.4.6 Data Element Type Within a Sequence

Note:
SEQUENCE OF ITEMS (VALUE REPRESENTATION SQ) A Value Representation for Data Elements that contain a sequence of Data Sets. Sequence of Items allows for Nested Data Sets.
Examples:

ExtractEncryptedContent.cxx, GenAllVR.cxx, GenFakeIdentifyFile.cxx, GenLongSeqs.cxx, GenSeqs.cxx, GetSequenceUltrasound.cxx, and ReadExplicitLengthSQIVR.cxx.


Member Typedef Documentation

typedef ItemVector::const_iterator gdcm::SequenceOfItems::ConstIterator
typedef std::vector< Item > gdcm::SequenceOfItems::ItemVector
typedef ItemVector::iterator gdcm::SequenceOfItems::Iterator
typedef ItemVector::size_type gdcm::SequenceOfItems::SizeType

Constructor & Destructor Documentation

gdcm::SequenceOfItems::SequenceOfItems ( ) [inline]

constructor (UndefinedLength by default)


Member Function Documentation

void gdcm::SequenceOfItems::AddItem ( Item const &  item)

Appends an Item to the already added ones.

Iterator gdcm::SequenceOfItems::Begin ( ) [inline]
ConstIterator gdcm::SequenceOfItems::Begin ( ) const [inline]
void gdcm::SequenceOfItems::Clear ( ) [inline, virtual]

Implements gdcm::Value.

template<typename TDE >
VL gdcm::SequenceOfItems::ComputeLength ( ) const
Iterator gdcm::SequenceOfItems::End ( ) [inline]
ConstIterator gdcm::SequenceOfItems::End ( ) const [inline]
bool gdcm::SequenceOfItems::FindDataElement ( const Tag t) const
const Item& gdcm::SequenceOfItems::GetItem ( SizeType  position) const
Item& gdcm::SequenceOfItems::GetItem ( SizeType  position)
VL gdcm::SequenceOfItems::GetLength ( ) const [inline, virtual]

Returns the SQ length, as read from disk.

Implements gdcm::Value.

SizeType gdcm::SequenceOfItems::GetNumberOfItems ( ) const [inline]
bool gdcm::SequenceOfItems::IsUndefinedLength ( ) const [inline]

return if Value Length if of undefined length

static SmartPointer<SequenceOfItems> gdcm::SequenceOfItems::New ( ) [inline, static]
SequenceOfItems& gdcm::SequenceOfItems::operator= ( const SequenceOfItems val) [inline]

References Items, and SequenceLengthField.

bool gdcm::SequenceOfItems::operator== ( const Value val) const [inline, virtual]

Implements gdcm::Value.

References Items, and SequenceLengthField.

void gdcm::SequenceOfItems::Print ( std::ostream &  os) const [inline, virtual]

Reimplemented from gdcm::Object.

template<typename TDE , typename TSwap >
std::istream& gdcm::SequenceOfItems::Read ( std::istream &  is) [inline]
void gdcm::SequenceOfItems::SetLength ( VL  length) [inline, virtual]

Sets the actual SQ length.

Implements gdcm::Value.

void gdcm::SequenceOfItems::SetLengthToUndefined ( ) [inline]
void gdcm::SequenceOfItems::SetNumberOfItems ( SizeType  n) [inline]
template<typename TDE , typename TSwap >
std::ostream const& gdcm::SequenceOfItems::Write ( std::ostream &  os) const [inline]

Member Data Documentation

Vector of Sequence Items.

Referenced by operator=(), and operator==().

Total length of the Sequence (or 0xffffffff) if undefined.

Referenced by operator=(), and operator==().


The documentation for this class was generated from the following file:

Generated on Tue Feb 1 2011 23:59:19 for GDCM by doxygen 1.7.3
SourceForge.net Logo