OMK::Vis::PickUDO Class Reference

UserDefinedObject to specify witch entity need to be picked and in wich we have to find the vertex picked. More...

#include <OMKPickUDO.h>

Inheritance diagram for OMK::Vis::PickUDO:

Inheritance graph
[legend]
Collaboration diagram for OMK::Vis::PickUDO:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 PickUDO ()
virtual ~PickUDO ()
virtual long getTypeID (void) const

Static Public Attributes

static const long PICK_ID

Detailed Description

UserDefinedObject to specify witch entity need to be picked and in wich we have to find the vertex picked.

..

Author:
x.larrode - IRISA

Definition at line 16 of file OMKPickUDO.h.


Constructor & Destructor Documentation

PickUDO::PickUDO (  ) 

Definition at line 5 of file OMKPickUDO.cpp.

References OMTRACEID.

00006   :UserDefinedObject()
00007 {
00008    OMTRACEID( "OMKUDO", "Constructor PickUDO ") ;
00009 }

PickUDO::~PickUDO (  )  [virtual]

Definition at line 10 of file OMKPickUDO.cpp.

00011 {
00012 }


Member Function Documentation

long PickUDO::getTypeID ( void   )  const [virtual]

Definition at line 13 of file OMKPickUDO.cpp.

References PICK_ID.

00014 {
00015   return PICK_ID;
00016 }


Member Data Documentation

const long PickUDO::PICK_ID [static]

Definition at line 21 of file OMKPickUDO.h.

Referenced by getTypeID().


logo OpenMask

Documentation generated on Mon Jun 9 11:46:05 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007