![]() |
|
|||
File indexing completed on 2024-04-06 12:11:47
0001 // -*- C++ -*- 0002 // 0003 // Package: Geometry 0004 // Class : DisplayPlugin 0005 // 0006 // Implementation: 0007 // [Notes on implementation] 0008 // 0009 // Original Author: 0010 // Created: Thu Mar 18 04:09:19 CDT 2010 0011 // 0012 0013 // system include files 0014 0015 // user include files 0016 #include "Fireworks/Geometry/interface/DisplayPlugin.h" 0017 0018 using namespace fireworks::geometry; 0019 // 0020 // constants, enums and typedefs 0021 // 0022 0023 // 0024 // static data member definitions 0025 // 0026 0027 // 0028 // constructors and destructor 0029 // 0030 DisplayPlugin::DisplayPlugin() {} 0031 0032 // DisplayPlugin::DisplayPlugin(const DisplayPlugin& rhs) 0033 // { 0034 // // do actual copying here; 0035 // } 0036 0037 DisplayPlugin::~DisplayPlugin() {} 0038 0039 // 0040 // assignment operators 0041 // 0042 // const DisplayPlugin& DisplayPlugin::operator=(const DisplayPlugin& rhs) 0043 // { 0044 // //An exception safe implementation is 0045 // DisplayPlugin temp(rhs); 0046 // swap(rhs); 0047 // 0048 // return *this; 0049 // } 0050 0051 // 0052 // member functions 0053 // 0054 0055 // 0056 // const member functions 0057 // 0058 0059 // 0060 // static member functions 0061 //
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |