Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

FarDetSliceListHandle.cxx

Go to the documentation of this file.
00001 
00002 #include "FarDetSliceListHandle.h"
00003 
00004 ClassImp(FarDetSliceListHandle)
00005 
00006 FarDetSliceListHandle::FarDetSliceListHandle()
00007 {
00008 
00009 }
00010   
00011 FarDetSliceListHandle::FarDetSliceListHandle(const FarDetSliceListHandle &csh) :
00012   CandSliceListHandle(csh)
00013 {
00014 
00015 }  
00016 
00017 FarDetSliceListHandle::FarDetSliceListHandle(FarDetSliceList *cs) :
00018   CandSliceListHandle(cs)
00019 {
00020 
00021 }
00022   
00023 FarDetSliceListHandle::~FarDetSliceListHandle()
00024 {
00025 
00026 }
00027   
00028 FarDetSliceListHandle* FarDetSliceListHandle::DupHandle() const
00029 {
00030   return (new FarDetSliceListHandle(*this));
00031 }
00032   
00033 void FarDetSliceListHandle::Trace(const char* c) const
00034 {
00035   CandHandle::Trace(c);
00036 }
00037   
00038 XXXITRIMP(FarDetSliceListHandle)

Generated on Mon Feb 15 11:06:41 2010 for loon by  doxygen 1.3.9.1