Definition in file vmal_convert_osl.h.
#include <vtol/vtol_vertex_2d_sptr.h>
#include <vtol/vtol_edge_2d_sptr.h>
#include <osl/osl_vertex.h>
#include <osl/osl_edge.h>
#include <mvl/HomgPoint2D.h>
#include <vcl_vector.h>
#include <vcl_string.h>
Go to the source code of this file.
Functions | |
| vtol_vertex_2d_sptr | convert_vertex_2d (osl_vertex &in) |
| vtol_edge_2d_sptr | convert_edge_2d (osl_edge &in, vcl_string type="CURVE_NO_TYPE") |
| vcl_vector< vtol_edge_2d_sptr > * | convert_vector_edge_2d (vcl_list< osl_edge * > &in, vcl_string type="CURVE_NO_TYPE") |
| vcl_vector< vcl_vector< vtol_edge_2d_sptr > * > * | convert_array_edge_2d (vcl_list< vcl_list< osl_edge * > * > &in, vcl_string type) |
| void | convert_pointarray (vcl_vector< vtol_vertex_2d_sptr > &in, vcl_vector< HomgPoint2D > &out) |
| vcl_vector<vcl_vector<vtol_edge_2d_sptr>*>* convert_array_edge_2d | ( | vcl_list< vcl_list< osl_edge * > * > & | in, | |
| vcl_string | type | |||
| ) |
Definition at line 55 of file vmal_convert_osl.cxx.
| vtol_edge_2d_sptr convert_edge_2d | ( | osl_edge & | in, | |
| vcl_string | type = "CURVE_NO_TYPE" | |||
| ) |
Definition at line 17 of file vmal_convert_osl.cxx.
| void convert_pointarray | ( | vcl_vector< vtol_vertex_2d_sptr > & | in, | |
| vcl_vector< HomgPoint2D > & | out | |||
| ) |
Definition at line 68 of file vmal_convert_osl.cxx.
| vcl_vector<vtol_edge_2d_sptr>* convert_vector_edge_2d | ( | vcl_list< osl_edge * > & | in, | |
| vcl_string | type = "CURVE_NO_TYPE" | |||
| ) |
Definition at line 43 of file vmal_convert_osl.cxx.
| vtol_vertex_2d_sptr convert_vertex_2d | ( | osl_vertex & | in | ) |
Definition at line 12 of file vmal_convert_osl.cxx.
1.5.1