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

gdcm::PresentationContext::PresentationContext ( )
gdcm::PresentationContext::PresentationContext ( UIDs::TSName  asname,
UIDs::TSName  tsname = UIDs::ImplicitVRLittleEndianDefaultTransferSyntaxforDICOM 
)

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
SizeType gdcm::PresentationContext::GetNumberOfTransferSyntaxes ( ) const
inline
uint8_t gdcm::PresentationContext::GetPresentationContextID ( ) const
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
void gdcm::PresentationContext::SetPresentationContextID ( uint8_t  id)

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

Generated on Wed Jun 13 2012 20:40:39 for GDCM by doxygen 1.8.1
SourceForge.net Logo