Functions
contrib/gel/vmal/vmal_convert_osl.cxx File Reference
#include "vmal_convert_osl.h"
#include <vtol/vtol_vertex_sptr.h>
#include <vtol/vtol_vertex_2d.h>
#include <vtol/vtol_zero_chain.h>
#include <vtol/vtol_edge_2d.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)
vcl_vector< vtol_edge_2d_sptr > * convert_vector_edge_2d (vcl_list< osl_edge * > &in, vcl_string 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)

Function Documentation

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 
)

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 
)

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.