00001
00021 #ifndef INC_RVC_OPGEOMTOVORONOI_H
00022 #define INC_RVC_OPGEOMTOVORONOI_H
00023
00024 #ifndef INC_MI32_STDDEFNS_H
00025 #include <mi32/stddefns.h>
00026 #endif
00027
00028 #ifndef GENERATING_DOXYGEN_OUTPUT
00029 class BITSET_UNOWNED;
00030 namespace RVC {
00031 class OBJITEM;
00032 }
00033 #endif
00034
00035 namespace RVC {
00036 namespace OP {
00037
00038
00039
00041 class GEOMETRIC_TO_VORONOI_POLYGONS {
00042 public:
00043
00044 static ERRVALUE Process (
00045 const RVC::OBJITEM& SrcGeomObjItem,
00046 BITSET_UNOWNED* PointSel,
00047 BITSET_UNOWNED* OutputSel,
00048 RVC::OBJITEM& DestVectObjItem,
00049 double ExtFactor
00050 );
00051 };
00052
00053
00054
00055 }
00056 }
00057
00058 #endif // INC_RVC_OPGEOMTOVORONOI_H