basic/paths/PathBase.cpp

Go to the documentation of this file.
00001 //## begin module%36FDB18B021C.cm preserve=no
00002 //        %X% %Q% %Z% %W%
00003 //## end module%36FDB18B021C.cm
00004 
00005 //## begin module%36FDB18B021C.cp preserve=no
00006 //## end module%36FDB18B021C.cp
00007 
00008 //## Module: PathBase%36FDB18B021C; Pseudo Package body
00009 //## Source file: E:\mpk\code\Paths\PathBase.cpp
00010 
00011 //## begin module%36FDB18B021C.additionalIncludes preserve=no
00012 //## end module%36FDB18B021C.additionalIncludes
00013 
00014 //## begin module%36FDB18B021C.includes preserve=yes
00015 //## end module%36FDB18B021C.includes
00016 
00017 // Configuration
00018 #include "kinematics\Configuration.h"
00019 // PathBase
00020 #include "Paths\PathBase.h"
00021 //## begin module%36FDB18B021C.additionalDeclarations preserve=yes
00022 //## end module%36FDB18B021C.additionalDeclarations
00023 
00024 
00025 // Class PathBase 
00026 
00027 PathBase::PathBase ()
00028   //## begin PathBase::PathBase%922595689.hasinit preserve=no
00029   //## end PathBase::PathBase%922595689.hasinit
00030   //## begin PathBase::PathBase%922595689.initialization preserve=yes
00031   //## end PathBase::PathBase%922595689.initialization
00032 {
00033   //## begin PathBase::PathBase%922595689.body preserve=yes
00034   //## end PathBase::PathBase%922595689.body
00035 }
00036 
00037 
00038 PathBase::~PathBase()
00039 {
00040   //## begin PathBase::~PathBase%.body preserve=yes
00041   //## end PathBase::~PathBase%.body
00042 }
00043 
00044 
00045 
00046 //## Other Operations (implementation)
00047 PathBase& PathBase::operator = (const PathBase& right)
00048 {
00049   //## begin PathBase::operator=%923255756.body preserve=yes
00050         if( this == &right )
00051         {
00052                 return *this ;
00053         }
00054         return *this ;
00055   //## end PathBase::operator=%923255756.body
00056 }
00057 
00058 // Additional Declarations
00059   //## begin PathBase%36FDB18B021C.declarations preserve=yes
00060   //## end PathBase%36FDB18B021C.declarations
00061 
00062 //## begin module%36FDB18B021C.epilog preserve=yes
00063 //## end module%36FDB18B021C.epilog

Generated on Sat Apr 1 21:30:35 2006 for Motion Planning Kernel by  doxygen 1.4.6-NO