#include "vsol_triangle_2d.h"
#include <vbl/io/vbl_io_smart_ptr.h>
#include <vsol/vsol_point_2d.h>
#include <vcl_iostream.h>
Go to the source code of this file.
Functions | |
void | vsl_b_write (vsl_b_ostream &os, const vsol_triangle_2d *t) |
Binary save vsol_triangle_2d_sptr to stream. | |
void | vsl_b_read (vsl_b_istream &is, vsol_triangle_2d *&t) |
Binary load vsol_triangle_2d* from stream. |
Definition in file vsol_triangle_2d.cxx.
void vsl_b_read | ( | vsl_b_istream & | is, |
vsol_triangle_2d *& | t | ||
) |
Binary load vsol_triangle_2d* from stream.
Definition at line 218 of file vsol_triangle_2d.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const vsol_triangle_2d * | t | ||
) |
Binary save vsol_triangle_2d_sptr to stream.
Binary save vsol_triangle_2d* to stream.
Definition at line 205 of file vsol_triangle_2d.cxx.