HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HDK_Sample::IMG_Sample Class Reference

#include <IMG_Sample.h>

+ Inheritance diagram for HDK_Sample::IMG_Sample:

Public Member Functions

 IMG_Sample ()
 
 ~IMG_Sample () override
 
int open () override
 
int readScanline (int y, void *buf) override
 
int create (const IMG_Stat &stat) override
 
int writeScanline (int scan, const void *buf) override
 
int closeFile () override
 

Detailed Description

Custom image file format. This class handles reading/writing the image.

See Also
IMG_SampleFormat
Examples:
IMG/IMG_Sample.C.

Definition at line 37 of file IMG_Sample.h.

Constructor & Destructor Documentation

IMG_Sample::IMG_Sample ( )
Examples:
IMG/IMG_Sample.C, and IMG/IMG_Sample.h.

Definition at line 152 of file IMG_Sample.C.

IMG_Sample::~IMG_Sample ( )
override
Examples:
IMG/IMG_Sample.C, and IMG/IMG_Sample.h.

Definition at line 157 of file IMG_Sample.C.

Member Function Documentation

int IMG_Sample::closeFile ( )
override
Examples:
IMG/IMG_Sample.C, and IMG/IMG_Sample.h.

Definition at line 210 of file IMG_Sample.C.

int IMG_Sample::create ( const IMG_Stat stat)
override
Examples:
IMG/IMG_Sample.C, and IMG/IMG_Sample.h.

Definition at line 189 of file IMG_Sample.C.

int IMG_Sample::open ( )
override
Examples:
IMG/IMG_Sample.C, and IMG/IMG_Sample.h.

Definition at line 163 of file IMG_Sample.C.

int IMG_Sample::readScanline ( int  y,
void buf 
)
override
Examples:
IMG/IMG_Sample.C, and IMG/IMG_Sample.h.

Definition at line 269 of file IMG_Sample.C.

int IMG_Sample::writeScanline ( int  scan,
const void buf 
)
override
Examples:
IMG/IMG_Sample.C, and IMG/IMG_Sample.h.

Definition at line 305 of file IMG_Sample.C.


The documentation for this class was generated from the following files: