BRL-CAD
Collaboration diagram for Framebuffer:

Files

file  framebuffer.h
 

Functions

int ged_fb2pix (struct ged *gedp, int argc, const char *argv[])
 
int ged_fbclear (struct ged *gedp, int argc, const char *argv[])
 
int ged_pix2fb (struct ged *gedp, int argc, const char *argv[])
 
int ged_png2fb (struct ged *gedp, int argc, const char *argv[])
 

Detailed Description

Geometry EDiting Library Database Framebuffer Related Functions.

Function Documentation

◆ ged_fb2pix()

int ged_fb2pix ( struct ged gedp,
int  argc,
const char *  argv[] 
)

Fb2pix writes a framebuffer image to a .pix file.

◆ ged_fbclear()

int ged_fbclear ( struct ged gedp,
int  argc,
const char *  argv[] 
)

Fclear clears a framebuffer.

◆ ged_pix2fb()

int ged_pix2fb ( struct ged gedp,
int  argc,
const char *  argv[] 
)

Pix2fb reads a pix file into a framebuffer.

◆ ged_png2fb()

int ged_png2fb ( struct ged gedp,
int  argc,
const char *  argv[] 
)

Png2fb reads a png file into a framebuffer.