OMKPickUDO.cpp

Go to the documentation of this file.
00001 #include "OMKPickUDO.h" 
00002 #include "OMKTracer.h"
00003 
00004 using namespace OMK::Vis ;
00005 PickUDO::PickUDO()
00006   :UserDefinedObject()
00007 {
00008    OMTRACEID( "OMKUDO", "Constructor PickUDO ") ;
00009 }
00010 PickUDO::~PickUDO()
00011 {
00012 }
00013 long PickUDO::getTypeID(void) const
00014 {
00015   return PICK_ID;
00016 }
00017 const long PickUDO::PICK_ID = 42 ; //why not ;)

logo OpenMask

Documentation generated on Mon Jun 9 11:45:57 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007