|
GDCM 3.0.24
|
Class to do JPEG 16bits (lossless) More...
#include <gdcmJPEG16Codec.h>
Public Member Functions | |
| JPEG16Codec () | |
| ~JPEG16Codec () override | |
| bool | DecodeByStreams (std::istream &is, std::ostream &os) override |
| bool | GetHeaderInfo (std::istream &is, TransferSyntax &ts) override |
| bool | InternalCode (const char *input, unsigned long len, std::ostream &os) override |
Public Member Functions inherited from gdcm::JPEGCodec | |
| JPEGCodec () | |
| ~JPEGCodec () override | |
| bool | CanCode (TransferSyntax const &ts) const override |
| Return whether this coder support this transfer syntax (can code it) | |
| bool | CanDecode (TransferSyntax const &ts) const override |
| Return whether this decoder support this transfer syntax (can decode it) | |
| ImageCodec * | Clone () const override |
| bool | Code (DataElement const &in, DataElement &out) override |
| Compress into JPEG. | |
| void | ComputeOffsetTable (bool b) |
| Compute the offset table: | |
| bool | Decode (DataElement const &is, DataElement &os) override |
| Decode. | |
| bool | GetHeaderInfo (std::istream &is, TransferSyntax &ts) override |
| bool | GetLossless () const |
| double | GetQuality () const |
| void | SetLossless (bool l) |
| void | SetPixelFormat (PixelFormat const &pf) override |
| void | SetQuality (double q) |
Public Member Functions inherited from gdcm::ImageCodec | |
| ImageCodec () | |
| ~ImageCodec () override | |
| bool | CleanupUnusedBits (char *data, size_t datalen) |
| const unsigned int * | GetDimensions () const |
| bool | GetLossyFlag () const |
| const LookupTable & | GetLUT () const |
| bool | GetNeedByteSwap () const |
| unsigned int | GetNumberOfDimensions () const |
| const PhotometricInterpretation & | GetPhotometricInterpretation () const |
| PixelFormat & | GetPixelFormat () |
| const PixelFormat & | GetPixelFormat () const |
| unsigned int | GetPlanarConfiguration () const |
| bool | IsLossy () const |
| void | SetDimensions (const std::vector< unsigned int > &d) |
| void | SetDimensions (const unsigned int d[3]) |
| void | SetLossyFlag (bool l) |
| void | SetLUT (LookupTable const &lut) |
| void | SetNeedByteSwap (bool b) |
| void | SetNeedOverlayCleanup (bool b) |
| void | SetNumberOfDimensions (unsigned int dim) |
| void | SetPhotometricInterpretation (PhotometricInterpretation const &pi) |
| void | SetPlanarConfiguration (unsigned int pc) |
Public Member Functions inherited from gdcm::Coder | |
| virtual | ~Coder ()=default |
Public Member Functions inherited from gdcm::Decoder | |
| virtual | ~Decoder ()=default |
Protected Member Functions | |
| bool | EncodeBuffer (std::ostream &os, const char *data, size_t datalen) override |
| bool | IsStateSuspension () const override |
Protected Member Functions inherited from gdcm::JPEGCodec | |
| bool | AppendFrameEncode (std::ostream &out, const char *data, size_t datalen) override |
| bool | AppendRowEncode (std::ostream &out, const char *data, size_t datalen) override |
| bool | DecodeByStreams (std::istream &is, std::ostream &os) override |
| bool | DecodeExtent (char *buffer, unsigned int xmin, unsigned int xmax, unsigned int ymin, unsigned int ymax, unsigned int zmin, unsigned int zmax, std::istream &is) |
| bool | IsFrameEncoder () override |
| bool | IsRowEncoder () override |
| bool | IsValid (PhotometricInterpretation const &pi) override |
| void | SetBitSample (int bit) |
| bool | StartEncode (std::ostream &) override |
| bool | StopEncode (std::ostream &) override |
Protected Member Functions inherited from gdcm::ImageCodec | |
| bool | DoByteSwap (std::istream &is_, std::ostream &os) |
| bool | DoInvertMonochrome (std::istream &is_, std::ostream &os) |
| bool | DoOverlayCleanup (std::istream &is_, std::ostream &os) |
| bool | DoPaddedCompositePixelCode (std::istream &is_, std::ostream &os) |
| bool | DoPlanarConfiguration (std::istream &is_, std::ostream &os) |
| bool | DoSimpleCopy (std::istream &is_, std::ostream &os) |
| bool | DoYBR (std::istream &is_, std::ostream &os) |
| bool | DoYBRFull422 (std::istream &is_, std::ostream &os) |
Additional Inherited Members | |
Protected Types inherited from gdcm::ImageCodec | |
| typedef SmartPointer< LookupTable > | LUTPtr |
Protected Attributes inherited from gdcm::JPEGCodec | |
| int | BitSample |
| int | Quality |
Protected Attributes inherited from gdcm::ImageCodec | |
| unsigned int | Dimensions [3] |
| bool | LossyFlag |
| LUTPtr | LUT |
| bool | NeedByteSwap |
| bool | NeedOverlayCleanup |
| unsigned int | NumberOfDimensions |
| PixelFormat | PF |
| PhotometricInterpretation | PI |
| unsigned int | PlanarConfiguration |
| bool | RequestPaddedCompositePixelCode |
| bool | RequestPlanarConfiguration |
Class to do JPEG 16bits (lossless)
| gdcm::JPEG16Codec::JPEG16Codec | ( | ) |
|
override |
|
overridevirtual |
Reimplemented from gdcm::ImageCodec.
|
overrideprotectedvirtual |
Reimplemented from gdcm::JPEGCodec.
|
overridevirtual |
Reimplemented from gdcm::ImageCodec.
|
overridevirtual |
Reimplemented from gdcm::Coder.
|
overrideprotectedvirtual |
Reimplemented from gdcm::JPEGCodec.