#include <vrml_out.h>
Public Member Functions | |
| vrml_out_vertex_to_texture (int xsize, int ysize) | |
| virtual | ~vrml_out_vertex_to_texture () |
| virtual void | get_texture_coords (const void *vertex, double *u, double *v) const =0 |
Public Attributes | |
| int | image_xsize |
| int | image_ysize |
Definition at line 97 of file vrml_out.h.
| vrml_out_vertex_to_texture::vrml_out_vertex_to_texture | ( | int | xsize, |
| int | ysize | ||
| ) | [inline] |
Definition at line 105 of file vrml_out.h.
| virtual vrml_out_vertex_to_texture::~vrml_out_vertex_to_texture | ( | ) | [inline, virtual] |
Definition at line 106 of file vrml_out.h.
| virtual void vrml_out_vertex_to_texture::get_texture_coords | ( | const void * | vertex, |
| double * | u, | ||
| double * | v | ||
| ) | const [pure virtual] |
Definition at line 101 of file vrml_out.h.
Definition at line 102 of file vrml_out.h.
1.7.5.1