TAPs 0.7.7.3
TAPsOpenGLMeshModel.cpp
Go to the documentation of this file.
00001 /******************************************************************************
00002 OpenGLMeshModel.cpp
00003 
00004 A Base (Abstract) Mesh Model
00005 
00006 SUKITTI PUNAK   (11/02/2004)
00007 UPDATE          (11/02/2004)
00008 ******************************************************************************/
00009 #include "TAPsOpenGLMeshModel.hpp"
00010 // Using Inclusion Model (i.e. definitions are included in declarations)
00011 //                       (this name.cpp is included in name.hpp)
00012 // Each friend is defined directly inside its declaration.
00013 
00014 BEGIN_NAMESPACE_TAPs__OpenGL
00015 //=============================================================================
00016 //-----------------------------------------------------------------------------
00017 // default constructor
00018 template <typename T>
00019 OpenGLMeshModel<T>::OpenGLMeshModel ()
00020     : MeshModel<T>()
00021 {}
00022 //-----------------------------------------------------------------------------
00023 // destructor
00024 template <typename T>
00025 OpenGLMeshModel<T>::~OpenGLMeshModel ()
00026 {}
00027 //-----------------------------------------------------------------------------
00028 //=============================================================================
00029 END_NAMESPACE_TAPs__OpenGL
00030 //-----------------------------------------------------------------------------
00031 //345678901234567890123456789012345678901234567890123456789012345678901234567890
00032 //--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines