OGMap3DService_impl.h
Go to the documentation of this file.
1 // -*- mode: c++; indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
2 #ifndef __OGMap3DService_H__
3 #define __OGMap3DService_H__
4 
5 #include "hrpsys/idl/OGMap3DService.hh"
6 
8 
10  : public virtual POA_OpenHRP::OGMap3DService,
11  public virtual PortableServer::RefCountServantBase
12 {
13 public:
18 
22  virtual ~OGMap3DService_impl();
23 
24  OpenHRP::OGMap3D* getOGMap3D(const OpenHRP::AABB& region);
25  void save(const char *filename);
26  void clear();
27 
28 private:
30 };
31 
32 #endif
char * filename
OGMap3DService_impl(OccupancyGridMap3D *i_comp)
constructor
sample RT component which has one data input port and one data output port
virtual ~OGMap3DService_impl()
destructor
OccupancyGridMap3D * m_comp
void save(const char *filename)
OpenHRP::OGMap3D * getOGMap3D(const OpenHRP::AABB &region)


hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:50