#include "vrml_out.h"
#include <vcl_functional.h>
#include <vcl_fstream.h>
#include <vcl_map.h>
#include <vcl_iostream.h>
#include <vul/vul_printf.h>
Go to the source code of this file.
Defines | |
#define | SETUP if (s_ == 0) { vcl_cerr << "vrml_out -- vcl_ostream not set!\n"; return; } vcl_ostream& f = *s_ |
Definition in file vrml_out.cxx.
#define SETUP if (s_ == 0) { vcl_cerr << "vrml_out -- vcl_ostream not set!\n"; return; } vcl_ostream& f = *s_ |
Definition at line 51 of file vrml_out.cxx.