Get rid of the T.cc naming for template implementations
This commit is contained in:
@@ -277,7 +277,7 @@ private: //------------------------------------------------------- private data
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_BASE_DECIMATER_DECIMATERT_CC)
|
||||
#define OPENMESH_BASE_DECIMATER_TEMPLATES
|
||||
#include "BaseDecimaterT.cc"
|
||||
#include "BaseDecimaterT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_BASE_DECIMATER_DECIMATERT_HH defined
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
* *
|
||||
* ========================================================================= */
|
||||
|
||||
/** \file DecimaterT.cc
|
||||
/** \file DecimaterT_impl.cc
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
|
||||
@@ -209,7 +209,7 @@ private: //------------------------------------------------------- private data
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_DECIMATER_DECIMATERT_CC)
|
||||
#define OPENMESH_DECIMATER_TEMPLATES
|
||||
#include "DecimaterT.cc"
|
||||
#include "DecimaterT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_DECIMATER_DECIMATERT_HH defined
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
* ========================================================================= */
|
||||
|
||||
|
||||
/** \file DecimaterT.cc
|
||||
/** \file DecimaterT_impl.hh
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
|
||||
@@ -138,7 +138,7 @@ private: //------------------------------------------------------- private data
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_MULTIPLE_CHOICE_DECIMATER_DECIMATERT_CC)
|
||||
#define OPENMESH_MULTIPLE_CHOICE_DECIMATER_TEMPLATES
|
||||
#include "McDecimaterT.cc"
|
||||
#include "McDecimaterT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_MC_DECIMATER_DECIMATERT_HH defined
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
* ========================================================================= */
|
||||
|
||||
|
||||
/** \file McDecimaterT.cc
|
||||
/** \file McDecimaterT_impl.hh
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
* ========================================================================= */
|
||||
|
||||
|
||||
/** \file MixedDecimaterT.cc
|
||||
/** \file MixedDecimaterT.hh
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
@@ -123,7 +123,7 @@ private: //------------------------------------------------------- private data
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_MIXED_DECIMATER_DECIMATERT_CC)
|
||||
#define OPENMESH_MIXED_DECIMATER_TEMPLATES
|
||||
#include "MixedDecimaterT.cc"
|
||||
#include "MixedDecimaterT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_MIXED_DECIMATER_DECIMATERT_HH
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
* ========================================================================= */
|
||||
|
||||
|
||||
/** \file MixedDecimaterT.cc
|
||||
/** \file MixedDecimaterT_impl.hh
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
|
||||
@@ -142,7 +142,7 @@ class ModAspectRatioT: public ModBaseT<MeshT> {
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_DECIMATER_MODASPECTRATIOT_C)
|
||||
#define OPENMESH_DECIMATER_MODASPECTRATIOT_TEMPLATES
|
||||
#include "ModAspectRatioT.cc"
|
||||
#include "ModAspectRatioT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_DECIMATER_MODASPECTRATIOT_HH defined
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
* ========================================================================= */
|
||||
|
||||
|
||||
/** \file ModAspectRatioT.cc
|
||||
/** \file ModAspectRatioT_impl.hh
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
|
||||
@@ -115,7 +115,7 @@ class ModEdgeLengthT: public ModBaseT<MeshT> {
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_DECIMATER_MODEDGELENGTHT_C)
|
||||
#define MODEDGELENGTHT_TEMPLATES
|
||||
#include "ModEdgeLengthT.cc"
|
||||
#include "ModEdgeLengthT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_DECIMATER_MODEDGELENGTHT_HH defined
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
* ========================================================================= */
|
||||
|
||||
|
||||
/** \file ModEdgeLengthT.cc
|
||||
/** \file ModEdgeLengthT_impl.hh
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
|
||||
@@ -153,7 +153,7 @@ class ModHausdorffT: public ModBaseT<MeshT> {
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_DECIMATER_MODHAUSDORFFT_C)
|
||||
#define OPENMESH_DECIMATER_MODHAUSDORFFT_TEMPLATES
|
||||
#include "ModHausdorffT.cc"
|
||||
#include "ModHausdorffT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_DECIMATER_MODHAUSDORFFT_HH defined
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
* ========================================================================= */
|
||||
|
||||
|
||||
/** \file ModHausdorffT.cc
|
||||
/** \file ModHausdorffT_impl.hh
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -185,7 +185,7 @@ private:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_DECIMATER_MODPROGMESH_CC)
|
||||
#define OSG_MODPROGMESH_TEMPLATES
|
||||
#include "ModProgMeshT.cc"
|
||||
#include "ModProgMeshT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_TOOLS_PROGMESHT_HH defined
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
|
||||
|
||||
/** \file ModProgMeshT.cc
|
||||
/** \file ModProgMeshT_impl.hh
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -183,7 +183,7 @@ private:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_DECIMATER_MODQUADRIC_CC)
|
||||
#define OSG_MODQUADRIC_TEMPLATES
|
||||
#include "ModQuadricT.cc"
|
||||
#include "ModQuadricT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OSG_MODQUADRIC_HH defined
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
|
||||
|
||||
/** \file ModQuadricT.cc
|
||||
/** \file ModQuadricT_impl.hh
|
||||
Bodies of template member function.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user