00001 /*===========================================================================*\ 00002 * * 00003 * OpenMesh * 00004 * Copyright (C) 2001-2003 by Computer Graphics Group, RWTH Aachen * 00005 * www.openmesh.org * 00006 * * 00007 *---------------------------------------------------------------------------* 00008 * * 00009 * License * 00010 * * 00011 * This library is free software; you can redistribute it and/or modify it * 00012 * under the terms of the GNU Library General Public License as published * 00013 * by the Free Software Foundation, version 2. * 00014 * * 00015 * This library is distributed in the hope that it will be useful, but * 00016 * WITHOUT ANY WARRANTY; without even the implied warranty of * 00017 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * 00018 * Library General Public License for more details. * 00019 * * 00020 * You should have received a copy of the GNU Library General Public * 00021 * License along with this library; if not, write to the Free Software * 00022 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * 00023 * * 00024 \*===========================================================================*/ 00025 00026 //============================================================================= 00027 // 00028 // CLASS newClass 00029 // 00030 //============================================================================= 00031 #ifndef DOXY_IGNORE_THIS 00032 #ifndef OPENMESH_NEWCLASST_HH 00033 #define OPENMESH_NEWCLASST_HH 00034 00035 00036 //== INCLUDES ================================================================= 00037 00038 00039 //== FORWARDDECLARATIONS ====================================================== 00040 00041 00042 //== NAMESPACES =============================================================== 00043 00044 namespace OpenMesh { 00045 00046 00047 //== CLASS DEFINITION ========================================================= 00048 00049 00050 00051 00059 template <> 00060 class newClassT 00061 { 00062 public: 00063 00065 newClassT() {} 00066 00068 ~newClassT() {} 00069 00070 00071 private: 00072 00074 newClassT(const newClassT& _rhs); 00075 00077 newClassT& operator=(const newClassT& _rhs); 00078 00079 }; 00080 00081 00082 //============================================================================= 00083 } // namespace OpenMesh 00084 //============================================================================= 00085 #if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_NEWCLASS_C) 00086 #define OPENMESH_NEWCLASS_TEMPLATES 00087 #include "newClass.cc" 00088 #endif 00089 //============================================================================= 00090 #endif // OPENMESH_NEWCLASST_HH defined 00091 #endif // DOXY_IGNORE_THIS 00092 //=============================================================================