ImageCodec.
More...
#include <gdcmImageCodec.h>
List of all members.
Detailed Description
ImageCodec.
- Note:
- Main codec, this is a central place for all implementation
Member Typedef Documentation
Constructor & Destructor Documentation
gdcm::ImageCodec::ImageCodec |
( |
| ) |
|
gdcm::ImageCodec::~ImageCodec |
( |
| ) |
|
Member Function Documentation
bool gdcm::ImageCodec::Decode |
( |
std::istream & |
is_, |
|
|
std::ostream & |
os |
|
) |
| |
|
protectedvirtual |
bool gdcm::ImageCodec::DoByteSwap |
( |
std::istream & |
is_, |
|
|
std::ostream & |
os |
|
) |
| |
|
protected |
bool gdcm::ImageCodec::DoInvertMonochrome |
( |
std::istream & |
is_, |
|
|
std::ostream & |
os |
|
) |
| |
|
protected |
bool gdcm::ImageCodec::DoOverlayCleanup |
( |
std::istream & |
is_, |
|
|
std::ostream & |
os |
|
) |
| |
|
protected |
bool gdcm::ImageCodec::DoPaddedCompositePixelCode |
( |
std::istream & |
is_, |
|
|
std::ostream & |
os |
|
) |
| |
|
protected |
bool gdcm::ImageCodec::DoPlanarConfiguration |
( |
std::istream & |
is_, |
|
|
std::ostream & |
os |
|
) |
| |
|
protected |
bool gdcm::ImageCodec::DoSimpleCopy |
( |
std::istream & |
is_, |
|
|
std::ostream & |
os |
|
) |
| |
|
protected |
bool gdcm::ImageCodec::DoYBR |
( |
std::istream & |
is_, |
|
|
std::ostream & |
os |
|
) |
| |
|
protected |
const unsigned int* gdcm::ImageCodec::GetDimensions |
( |
| ) |
const |
|
inline |
virtual bool gdcm::ImageCodec::GetHeaderInfo |
( |
std::istream & |
is_, |
|
|
TransferSyntax & |
ts |
|
) |
| |
|
virtual |
bool gdcm::ImageCodec::GetLossyFlag |
( |
| ) |
const |
bool gdcm::ImageCodec::GetNeedByteSwap |
( |
| ) |
const |
|
inline |
unsigned int gdcm::ImageCodec::GetNumberOfDimensions |
( |
| ) |
const |
const PixelFormat& gdcm::ImageCodec::GetPixelFormat |
( |
| ) |
const |
|
inline |
unsigned int gdcm::ImageCodec::GetPlanarConfiguration |
( |
| ) |
const |
|
inline |
bool gdcm::ImageCodec::IsLossy |
( |
| ) |
const |
void gdcm::ImageCodec::SetDimensions |
( |
const unsigned int * |
d | ) |
|
|
inline |
void gdcm::ImageCodec::SetDimensions |
( |
const std::vector< unsigned int > & |
d | ) |
|
|
inline |
void gdcm::ImageCodec::SetLossyFlag |
( |
bool |
l | ) |
|
void gdcm::ImageCodec::SetLUT |
( |
LookupTable const & |
lut | ) |
|
|
inline |
void gdcm::ImageCodec::SetNeedByteSwap |
( |
bool |
b | ) |
|
|
inline |
void gdcm::ImageCodec::SetNeedOverlayCleanup |
( |
bool |
b | ) |
|
|
inline |
void gdcm::ImageCodec::SetNumberOfDimensions |
( |
unsigned int |
dim | ) |
|
virtual void gdcm::ImageCodec::SetPixelFormat |
( |
PixelFormat const & |
pf | ) |
|
|
inlinevirtual |
void gdcm::ImageCodec::SetPlanarConfiguration |
( |
unsigned int |
pc | ) |
|
|
inline |
Friends And Related Function Documentation
Member Data Documentation
unsigned int gdcm::ImageCodec::Dimensions[3] |
|
protected |
bool gdcm::ImageCodec::LossyFlag |
|
protected |
bool gdcm::ImageCodec::NeedByteSwap |
|
protected |
bool gdcm::ImageCodec::NeedOverlayCleanup |
|
protected |
unsigned int gdcm::ImageCodec::NumberOfDimensions |
|
protected |
unsigned int gdcm::ImageCodec::PlanarConfiguration |
|
protected |
bool gdcm::ImageCodec::RequestPaddedCompositePixelCode |
|
protected |
bool gdcm::ImageCodec::RequestPlanarConfiguration |
|
protected |
The documentation for this class was generated from the following file: