MagickCore  7.0.0
_StreamInfo Struct Reference
Collaboration diagram for _StreamInfo:

Data Fields

const ImageInfoimage_info
 
const Imageimage
 
Imagestream
 
QuantumInfoquantum_info
 
char * map
 
StorageType storage_type
 
unsigned char * pixels
 
RectangleInfo extract_info
 
ssize_t y
 
ExceptionInfoexception
 
const void * client_data
 
size_t signature
 

Detailed Description

Definition at line 68 of file stream.c.

Field Documentation

const void* _StreamInfo::client_data

Definition at line 101 of file stream.c.

Referenced by GetStreamInfoClientData(), and SetStreamInfoClientData().

ExceptionInfo* _StreamInfo::exception

Definition at line 98 of file stream.c.

Referenced by StreamImage(), and WriteStreamImage().

RectangleInfo _StreamInfo::extract_info

Definition at line 92 of file stream.c.

Referenced by WriteStreamImage().

const Image* _StreamInfo::image

Definition at line 74 of file stream.c.

Referenced by WriteStreamImage().

const ImageInfo* _StreamInfo::image_info

Definition at line 71 of file stream.c.

Referenced by StreamImage(), and WriteStreamImage().

unsigned char* _StreamInfo::pixels

Definition at line 89 of file stream.c.

Referenced by AcquireStreamInfo(), DestroyStreamInfo(), StreamImagePixels(), and WriteStreamImage().

QuantumInfo* _StreamInfo::quantum_info

Definition at line 80 of file stream.c.

Referenced by DestroyStreamInfo(), StreamImage(), and StreamImagePixels().

StorageType _StreamInfo::storage_type
Image* _StreamInfo::stream

Definition at line 77 of file stream.c.

Referenced by AcquireStreamInfo(), DestroyStreamInfo(), OpenStream(), and WriteStreamImage().

ssize_t _StreamInfo::y

Definition at line 95 of file stream.c.

Referenced by WriteStreamImage().


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