00001 // -*- C++ -*- 00002 // 00003 // Package: cmsShow36 00004 // Class : FWISpyView 00005 // 00006 // Implementation: 00007 // [Notes on implementation] 00008 // 00009 // Original Author: Alja Mrak-Tadel 00010 // Created: Wed Apr 7 14:40:31 CEST 2010 00011 // $Id: FWISpyView.cc,v 1.3 2010/06/08 21:16:17 matevz Exp $ 00012 // 00013 00014 // system include files 00015 00016 // user include files 00017 #include "TGLViewer.h" 00018 00019 #include "Fireworks/Core/interface/FWISpyView.h" 00020 00021 00022 // 00023 // constants, enums and typedefs 00024 // 00025 00026 // 00027 // static data member definitions 00028 // 00029 00030 // 00031 // constructors and destructor 00032 // 00033 FWISpyView::FWISpyView(TEveWindowSlot* slot, FWViewType::EType typeId): 00034 FW3DViewBase(slot, typeId) 00035 { 00036 viewerGL()->CurrentCamera().SetFixDefCenter(kTRUE); 00037 } 00038 00039 // FWISpyView::FWISpyView(const FWISpyView& rhs) 00040 // { 00041 // // do actual copying here; 00042 // } 00043 00044 FWISpyView::~FWISpyView() 00045 { 00046 } 00047 00048 // 00049 // assignment operators 00050 // 00051 // const FWISpyView& FWISpyView::operator=(const FWISpyView& rhs) 00052 // { 00053 // //An exception safe implementation is 00054 // FWISpyView temp(rhs); 00055 // swap(rhs); 00056 // 00057 // return *this; 00058 // } 00059 00060 // 00061 // member functions 00062 // 00063 00064 // 00065 // const member functions 00066 // 00067 00068 // 00069 // static member functions 00070 //