GDCM  2.2.0
Public Types | Public Member Functions
gdcm::PresentationContext Class Reference

PresentationContext. More...

#include <gdcmPresentationContext.h>

List of all members.

Public Types

typedef
TransferSyntaxArrayType::size_type 
SizeType
typedef std::vector< std::string > TransferSyntaxArrayType

Public Member Functions

 PresentationContext ()
 PresentationContext (UIDs::TSName asname, UIDs::TSName tsname=UIDs::ImplicitVRLittleEndianDefaultTransferSyntaxforDICOM)
void AddTransferSyntax (const char *tsstr)
const char * GetAbstractSyntax () const
SizeType GetNumberOfTransferSyntaxes () const
uint8_t GetPresentationContextID () const
const char * GetTransferSyntax (SizeType i) const
bool operator== (const PresentationContext &pc) const
void Print (std::ostream &os) const
void SetAbstractSyntax (const char *as)
void SetPresentationContextID (uint8_t id)

Detailed Description

PresentationContext.

See also:
PresentationContextAC PresentationContextRQ

Member Typedef Documentation

typedef TransferSyntaxArrayType::size_type gdcm::PresentationContext::SizeType
typedef std::vector<std::string> gdcm::PresentationContext::TransferSyntaxArrayType

Constructor & Destructor Documentation

Initialize Presentation Context with AbstractSyntax set to asname and with a single TransferSyntax set to tsname (dfault to Implicit VR LittleEndian when not specified ).


Member Function Documentation

void gdcm::PresentationContext::AddTransferSyntax ( const char *  tsstr)
const char* gdcm::PresentationContext::GetAbstractSyntax ( ) const [inline]
const char* gdcm::PresentationContext::GetTransferSyntax ( SizeType  i) const [inline]
bool gdcm::PresentationContext::operator== ( const PresentationContext pc) const [inline]
void gdcm::PresentationContext::Print ( std::ostream &  os) const
void gdcm::PresentationContext::SetAbstractSyntax ( const char *  as) [inline]

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

Generated on Tue Mar 27 2012 18:19:37 for GDCM by doxygen 1.8.0
SourceForge.net Logo