|
| int | write_img (char path[], int w, int h, uint8_t *px) |
| | Write for png textures. More...
|
| |
| int | csvread_A (const char path[], v2d &result, int d) |
| | Reader for CSV orientation informations. More...
|
| |
| int | csvread_XR (const char path[], v2d &result, v1d &R, int d) |
| | Reader for CSV location informations. More...
|
| |
| int | write_colormap_vtk (int d, vector< vector< float >> &colors) |
| | Writer for VTK colormaps. More...
|
| |
| int | write_NrrdIO (string path, int d, vector< vector< float >> &colors) |
| | Writer for NRRD colormaps. More...
|
| |