Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://coin3d.github.io
https://www.kongsberg.com/en/kogt/
simage_open_funcs Struct Reference

#include <simage_private.h>

Data Fields

void *(* open_func )(const char *filename, int *w, int *h, int *nc)
 
int(* read_line_func )(void *opendata, int y, unsigned char *buf)
 
int(* next_line_func )(void *opendata, unsigned char *buf)
 
void(* close_func )(void *opendata)
 

Field Documentation

◆ open_func

void*(* simage_open_funcs::open_func) (const char *filename, int *w, int *h, int *nc)

◆ read_line_func

int(* simage_open_funcs::read_line_func) (void *opendata, int y, unsigned char *buf)

◆ next_line_func

int(* simage_open_funcs::next_line_func) (void *opendata, unsigned char *buf)

◆ close_func

void(* simage_open_funcs::close_func) (void *opendata)

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