Browse Subversion Repository
Contents of /rangesCtrl/ConvertToVector.h
Parent Directory
| Revision Log
Revision 191 -
( show annotations)
( download)
( as text)
Fri Jan 4 02:49:36 2008 UTC
(16 years, 3 months ago)
by satofumi
File MIME type: text/x-chdr
File size: 349 byte(s)
using namespace beego
| 1 |
#ifndef CONVERT_TO_VECTOR_H |
| 2 |
#define CONVERT_TO_VECTOR_H |
| 3 |
|
| 4 |
/*! |
| 5 |
\file |
| 6 |
\brief 点群データをベクタデータに変換 |
| 7 |
|
| 8 |
\author Satofumi KAMIMURA |
| 9 |
|
| 10 |
$Id$ |
| 11 |
*/ |
| 12 |
|
| 13 |
namespace beego { |
| 14 |
/*! |
| 15 |
\brief 取得データからの直線検出 |
| 16 |
|
| 17 |
!!! points から変換する。並びの順にスキャンしたと仮定する |
| 18 |
*/ |
| 19 |
extern void convertToVector(); |
| 20 |
}; |
| 21 |
|
| 22 |
#endif /* !CONVERT_TO_VECTOR_H */ |
|