PresentationContext.
More...
#include <gdcmPresentationContext.h>
PresentationContext.
- See also
- PresentationContextAC PresentationContextRQ
◆ SizeType
◆ TransferSyntaxArrayType
◆ PresentationContext() [1/2]
| gdcm::PresentationContext::PresentationContext |
( |
| ) |
|
◆ PresentationContext() [2/2]
Initialize Presentation Context with AbstractSyntax set to asname and with a single TransferSyntax set to tsname (default to Implicit VR LittleEndian when not specified ).
◆ AddTransferSyntax()
| void gdcm::PresentationContext::AddTransferSyntax |
( |
const char * |
tsstr | ) |
|
◆ GetAbstractSyntax()
| const char * gdcm::PresentationContext::GetAbstractSyntax |
( |
| ) |
const |
|
inline |
◆ GetNumberOfTransferSyntaxes()
| SizeType gdcm::PresentationContext::GetNumberOfTransferSyntaxes |
( |
| ) |
const |
|
inline |
◆ GetPresentationContextID()
| uint8_t gdcm::PresentationContext::GetPresentationContextID |
( |
| ) |
const |
◆ GetTransferSyntax()
| const char * gdcm::PresentationContext::GetTransferSyntax |
( |
SizeType |
i | ) |
const |
|
inline |
◆ operator==()
◆ Print()
| void gdcm::PresentationContext::Print |
( |
std::ostream & |
os | ) |
const |
◆ SetAbstractSyntax()
| void gdcm::PresentationContext::SetAbstractSyntax |
( |
const char * |
absyn | ) |
|
|
inline |
◆ SetPresentationContextID()
| void gdcm::PresentationContext::SetPresentationContextID |
( |
uint8_t |
id | ) |
|
◆ AbstractSyntax
| std::string gdcm::PresentationContext::AbstractSyntax |
|
protected |
◆ ID
| uint8_t gdcm::PresentationContext::ID |
|
protected |
◆ TransferSyntaxes
| std::vector<std::string> gdcm::PresentationContext::TransferSyntaxes |
|
protected |
The documentation for this class was generated from the following file: