37DM_EXPORT
unsigned long long dm_hash(
struct dm *dmp);
49DM_EXPORT
int fb_sim_view(
struct fb *ifp,
int xcenter,
int ycenter,
int xzoom,
int yzoom);
51DM_EXPORT
int fb_sim_getview(
struct fb *ifp,
int *xcenter,
int *ycenter,
int *xzoom,
int *yzoom);
57DM_EXPORT
int fb_sim_readrect(
struct fb *ifp,
int xmin,
int ymin,
int width,
int height,
unsigned char *pp);
59DM_EXPORT
int fb_sim_bwreadrect(
struct fb *ifp,
int xmin,
int ymin,
int width,
int height,
unsigned char *pp);
Header file for the BRL-CAD common definitions.
int fb_sim_getcursor(struct fb *ifp, int *mode, int *x, int *y)
int fb_sim_view(struct fb *ifp, int xcenter, int ycenter, int xzoom, int yzoom)
void flip_display_image_vertically(unsigned char *image, size_t width, size_t height, int alpha)
int fb_sim_bwreadrect(struct fb *ifp, int xmin, int ymin, int width, int height, unsigned char *pp)
int dm_validXType(const char *dpy_string, const char *name)
int draw_Line3D(struct dm *dmp, point_t pt1, point_t pt2)
int fb_sim_cursor(struct fb *ifp, int mode, int x, int y)
unsigned long long dm_hash(struct dm *dmp)
int fb_sim_readrect(struct fb *ifp, int xmin, int ymin, int width, int height, unsigned char *pp)
void dm_generic_hook(const struct bu_structparse *sdp, const char *name, void *base, const char *value, void *data)
int fb_sim_getview(struct fb *ifp, int *xcenter, int *ycenter, int *xzoom, int *yzoom)
fastf_t point_t[ELEMENTS_PER_POINT]
3-tuple point
fundamental vector, matrix, quaternion math macros