pcl
Opaques.hpp
Go to the documentation of this file.
1 /* Generated from orogen/lib/orogen/templates/typekit/Opaques.hpp */
2 
3 #ifndef __OROGEN_GENERATED_pcl_USER_MARSHALLING_HH
4 #define __OROGEN_GENERATED_pcl_USER_MARSHALLING_HH
5 
6 #include <pcl/typekit/OpaqueFwd.hpp>
7 
8 namespace orogen_typekits
9 {
10 
12  void toIntermediate(::wrappers::PCLVertices& intermediate, ::pcl::Vertices const& real_type);
14  void fromIntermediate(::pcl::Vertices& real_type, ::wrappers::PCLVertices const& intermediate);
15 
16 
17 }
18 
19 #endif
20 
void toIntermediate(::wrappers::PCLVertices &intermediate,::pcl::Vertices const &real_type)
Definition: Opaques.cpp:14
void fromIntermediate(::pcl::Vertices &real_type,::wrappers::PCLVertices const &intermediate)
Definition: Opaques.cpp:19
Definition: PCLVertices.hpp:9
Definition: Opaques.hpp:8