#include "gdcmDebug.h"
#include "gdcmPixelWriteConvert.h"
#include "gdcmFile.h"
#include "gdcmUtil.h"
#include <vector>
Include dependency graph for gdcmPixelWriteConvert.cxx:
Go to the source code of this file.
Namespaces | |
namespace | GDCM_NAME_SPACE |
Defines | |
#define | WITHOFFSETTABLE 1 |
Typedefs | |
typedef std::pair< size_t, uint32_t > | GDCM_NAME_SPACE::JpegPair |
typedef std::vector< JpegPair > | GDCM_NAME_SPACE::JpegVector |
Functions | |
bool | GDCM_NAME_SPACE::gdcm_write_JPEG2000_file (std::ostream *fp, char *inputdata, size_t inputlength, int image_width, int image_height, int numZ, int sample_pixel, int bitsallocated, int sign, int quality) |
void | GDCM_NAME_SPACE::WriteDICOMItems (std::ostream *fp, JpegVector &v) |
void | GDCM_NAME_SPACE::EncodeWithoutBasicOffsetTable (std::ostream *fp, int numFrag) |
void | GDCM_NAME_SPACE::EncodeWithBasicOffsetTable (std::ostream *fp, int numFrag, size_t &start) |
void | GDCM_NAME_SPACE::UpdateBasicOffsetTable (std::ostream *fp, JpegVector const &v, size_t pos) |
void | GDCM_NAME_SPACE::UpdateJpegFragmentSize (std::ostream *fp, JpegVector const &v) |
void | GDCM_NAME_SPACE::CloseJpeg (std::ostream *fp, JpegVector &v) |
bool | GDCM_NAME_SPACE::gdcm_write_JPEG_file8 (std::ostream *fp, char *inputdata, size_t inputlength, int image_width, int image_height, int numZ, int sample_pixel, int bitsallocated, int quality) |
bool | GDCM_NAME_SPACE::gdcm_write_JPEG_file12 (std::ostream *fp, char *inputdata, size_t inputlength, int image_width, int image_height, int numZ, int sample_pixel, int bitsallocated, int quality) |
bool | GDCM_NAME_SPACE::gdcm_write_JPEG_file16 (std::ostream *fp, char *inputdata, size_t inputlength, int image_width, int image_height, int numZ, int sample_pixel, int bitsallocated, int quality) |
|
Definition at line 26 of file gdcmPixelWriteConvert.cxx. |