Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Typedefs | Functions
blast.h File Reference

Go to the source code of this file.

Typedefs

typedef unsigned(* blast_in) (void *how, unsigned char **buf)
 
typedef int(* blast_out) (void *how, unsigned char *buf, unsigned len)
 

Functions

int blast (blast_in infun, void *inhow, blast_out outfun, void *outhow)
 

Typedef Documentation

◆ blast_in

typedef unsigned(* blast_in) (void *how, unsigned char **buf)

Definition at line 38 of file blast.h.

◆ blast_out

typedef int(* blast_out) (void *how, unsigned char *buf, unsigned len)

Definition at line 39 of file blast.h.

Function Documentation

◆ blast()

int blast ( blast_in  infun,
void inhow,
blast_out  outfun,
void outhow 
)

Definition at line 379 of file blast.c.

References blast(), CHUNK, decomp(), EOF, inf(), local, and main().

Referenced by blast().