#include <sdet_vrml_display.h>
Static Public Member Functions | |
| static void | write_vrml_header (vcl_ofstream &str) |
| static void | write_intensity_regions_3d (vcl_ofstream &str, vcl_vector< vtol_intensity_face_sptr > const &faces) |
| static void | write_vsol_polys_3d (vcl_ofstream &str, vcl_vector< vsol_polygon_3d_sptr > const &polys) |
| static void | write_vrml_height_map (vcl_ofstream &str, vil_image_view< float > const &z_of_xy, float r=0.0, float g=1.0, float b=0.0) |
Private Member Functions | |
| sdet_vrml_display () | |
Definition at line 15 of file sdet_vrml_display.h.
| sdet_vrml_display::sdet_vrml_display | ( | ) | [private] |
| void sdet_vrml_display::write_intensity_regions_3d | ( | vcl_ofstream & | str, |
| vcl_vector< vtol_intensity_face_sptr > const & | faces | ||
| ) | [static] |
Definition at line 60 of file sdet_vrml_display.cxx.
| void sdet_vrml_display::write_vrml_header | ( | vcl_ofstream & | str | ) | [static] |
Definition at line 11 of file sdet_vrml_display.cxx.
| void sdet_vrml_display::write_vrml_height_map | ( | vcl_ofstream & | str, |
| vil_image_view< float > const & | z_of_xy, | ||
| float | r = 0.0, |
||
| float | g = 1.0, |
||
| float | b = 0.0 |
||
| ) | [static] |
Definition at line 119 of file sdet_vrml_display.cxx.
| void sdet_vrml_display::write_vsol_polys_3d | ( | vcl_ofstream & | str, |
| vcl_vector< vsol_polygon_3d_sptr > const & | polys | ||
| ) | [static] |
Definition at line 97 of file sdet_vrml_display.cxx.
1.7.5.1