Get rid of the T.cc naming for template implementations
This commit is contained in:
@@ -304,7 +304,7 @@ private:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_SUBDIVIDER_ADAPTIVE_COMPOSITET_CC)
|
||||
# define OPENMESH_SUBDIVIDER_TEMPLATES
|
||||
# include "CompositeT.cc"
|
||||
# include "CompositeT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_SUBDIVIDER_ADAPTIVE_COMPOSITET_HH defined
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
* *
|
||||
* ========================================================================= */
|
||||
|
||||
/** \file Adaptive/Composite/CompositeT.cc
|
||||
/** \file Adaptive/Composite/CompositeT_impl.hh
|
||||
|
||||
*/
|
||||
|
||||
|
||||
@@ -530,7 +530,7 @@ public:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_SUBDIVIDER_ADAPTIVE_RULEST_CC)
|
||||
# define OPENMESH_SUBDIVIDER_TEMPLATES
|
||||
# include "RulesT.cc"
|
||||
# include "RulesT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_SUBDIVIDER_ADAPTIVE_RULEST_HH defined
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
|
||||
|
||||
/** \file RulesT.cc
|
||||
/** \file RulesT_impl.hh
|
||||
|
||||
*/
|
||||
|
||||
|
||||
@@ -167,7 +167,7 @@ private:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_SUBDIVIDER_UNIFORM_CATMULLCLARK_CC)
|
||||
# define OPENMESH_SUBDIVIDER_TEMPLATES
|
||||
# include "CatmullClarkT.cc"
|
||||
# include "CatmullClarkT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_SUBDIVIDER_UNIFORM_CATMULLCLARKT_HH defined
|
||||
|
||||
@@ -238,7 +238,7 @@ private:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_SUBDIVIDER_UNIFORM_COMPOSITE_CC)
|
||||
#define OPENMESH_SUBDIVIDER_TEMPLATES
|
||||
#include "CompositeT.cc"
|
||||
#include "CompositeT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // COMPOSITET_HH defined
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
|
||||
|
||||
/** \file Uniform/Composite/CompositeT.cc
|
||||
/** \file Uniform/Composite/CompositeT_impl.hh
|
||||
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user