Get rid of the T.cc naming for template implementations
This commit is contained in:
@@ -13,17 +13,15 @@ set (directories
|
||||
|
||||
# collect all header and source files
|
||||
acg_append_files (headers "*.hh" ${directories})
|
||||
list (APPEND headers "../../QtViewer/MeshViewerWidgetT_impl.hh")
|
||||
|
||||
|
||||
set (sources
|
||||
../../QtViewer/QGLViewerWidget.cc
|
||||
../../QtViewer/MeshViewerWidgetT.cc
|
||||
../DecimaterViewerWidget.cc
|
||||
../decimaterviewer.cc
|
||||
)
|
||||
|
||||
# remove template cc files from source file list
|
||||
acg_drop_templates (sources)
|
||||
|
||||
if (WIN32)
|
||||
acg_add_executable (DecimaterGui WIN32 ${sources} ${headers})
|
||||
else ()
|
||||
|
||||
@@ -11,13 +11,10 @@ acg_append_files (headers "*.hh" .)
|
||||
acg_append_files (sources "*.cc" .)
|
||||
|
||||
list (APPEND sources "../QtViewer/QGLViewerWidget.cc")
|
||||
list (APPEND sources "../QtViewer/MeshViewerWidgetT.cc")
|
||||
|
||||
list (APPEND headers "../QtViewer/QGLViewerWidget.hh")
|
||||
list (APPEND headers "../QtViewer/MeshViewerWidgetT.hh")
|
||||
|
||||
# remove template cc files from source file list
|
||||
acg_drop_templates (sources)
|
||||
list (APPEND headers "../QtViewer/MeshViewerWidgetT_impl.hh")
|
||||
|
||||
if (WIN32)
|
||||
acg_add_executable( ProgViewer WIN32 ${sources} ${headers})
|
||||
|
||||
@@ -14,9 +14,6 @@ set (directories
|
||||
acg_append_files (headers "*.hh" ${directories})
|
||||
acg_append_files (sources "*.cc" ${directories})
|
||||
|
||||
# remove template cc files from source file list
|
||||
acg_drop_templates (sources)
|
||||
|
||||
if (WIN32)
|
||||
acg_add_executable (QtViewer WIN32 ${sources} ${headers})
|
||||
else ()
|
||||
|
||||
@@ -192,7 +192,7 @@ protected:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESHAPPS_MESHVIEWERWIDGET_CC)
|
||||
# define OPENMESH_MESHVIEWERWIDGET_TEMPLATES
|
||||
# include "MeshViewerWidgetT.cc"
|
||||
# include "MeshViewerWidgetT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
|
||||
|
||||
@@ -14,16 +14,15 @@ set (directories
|
||||
# collect all header and source files
|
||||
acg_append_files (headers "*.hh" ${directories})
|
||||
|
||||
list (APPEND headers "../../QtViewer/MeshViewerWidgetT_impl.hh")
|
||||
|
||||
|
||||
set (sources
|
||||
../../QtViewer/QGLViewerWidget.cc
|
||||
../../QtViewer/MeshViewerWidgetT.cc
|
||||
../SubdivideWidget.cc
|
||||
../qtsubdivider.cc
|
||||
)
|
||||
|
||||
# remove template cc files from source file list
|
||||
acg_drop_templates (sources)
|
||||
|
||||
if (WIN32)
|
||||
acg_add_executable (SubdividerGui WIN32 ${sources} ${headers})
|
||||
else ()
|
||||
|
||||
@@ -123,7 +123,7 @@ private:
|
||||
//=============================================================================
|
||||
#if defined(INCLUDE_TEMPLATES) && !defined(OPENMESH_SOOPENMESHNODE_CC)
|
||||
# define OPENMESH_SOOPENMESHMODE_TEMPLATES
|
||||
# include "SoOpenMeshNodeT.cc"
|
||||
# include "SoOpenMeshNodeT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_SOOPENMESHNODE_HH
|
||||
|
||||
@@ -168,7 +168,7 @@ protected:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESHAPPS_MESHVIEWERWIDGET_CC)
|
||||
# define OPENMESH_MESHVIEWERWIDGET_TEMPLATES
|
||||
# include "MeshViewerWidgetT.cc"
|
||||
# include "MeshViewerWidgetT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESHAPPS_MESHVIEWERWIDGETT_HH defined
|
||||
|
||||
@@ -168,7 +168,7 @@ protected:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESHAPPS_MESHVIEWERWIDGET_CC)
|
||||
# define OPENMESH_MESHVIEWERWIDGET_TEMPLATES
|
||||
# include "MeshViewerWidgetT.cc"
|
||||
# include "MeshViewerWidgetT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESHAPPS_MESHVIEWERWIDGETT_HH defined
|
||||
|
||||
@@ -10,13 +10,10 @@ acg_append_files (headers "*.hh" .)
|
||||
acg_append_files (sources "*.cc" .)
|
||||
|
||||
list (APPEND sources "../../QtViewer/QGLViewerWidget.cc")
|
||||
list (APPEND sources "../../QtViewer/MeshViewerWidgetT.cc")
|
||||
|
||||
list (APPEND headers "../../QtViewer/QGLViewerWidget.hh")
|
||||
list (APPEND headers "../../QtViewer/MeshViewerWidgetT.hh")
|
||||
|
||||
# remove template cc files from source file list
|
||||
acg_drop_templates (sources)
|
||||
list (APPEND headers "../../QtViewer/MeshViewerWidgetT_impl.hh")
|
||||
|
||||
if (WIN32)
|
||||
acg_add_executable (Synthesizer WIN32 ${sources} ${headers})
|
||||
|
||||
@@ -24,10 +24,6 @@ set (directories
|
||||
acg_append_files (headers "*.hh" ${directories})
|
||||
acg_append_files (sources "*.cc" ${directories})
|
||||
|
||||
#Drop the template only cc files
|
||||
acg_drop_templates(sources)
|
||||
|
||||
|
||||
# Disable Library installation when not building OpenMesh on its own but as part of another project!
|
||||
if ( NOT ${PROJECT_NAME} MATCHES "OpenMesh")
|
||||
set(ACG_NO_LIBRARY_INSTALL true)
|
||||
@@ -81,16 +77,16 @@ endif()
|
||||
|
||||
# Install Header Files (Apple)
|
||||
if ( NOT ACG_PROJECT_MACOS_BUNDLE AND APPLE )
|
||||
FILE(GLOB files_install_Geometry "${CMAKE_CURRENT_SOURCE_DIR}/Geometry/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/Geometry/*T.cc" )
|
||||
FILE(GLOB files_install_IO "${CMAKE_CURRENT_SOURCE_DIR}/IO/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/IO/*T.cc" "${CMAKE_CURRENT_SOURCE_DIR}/IO/*.inl" )
|
||||
FILE(GLOB files_install_IO_importer "${CMAKE_CURRENT_SOURCE_DIR}/IO/importer/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/IO/importer/*T.cc" )
|
||||
FILE(GLOB files_install_IO_exporter "${CMAKE_CURRENT_SOURCE_DIR}/IO/exporter/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/IO/exporter/*T.cc" )
|
||||
FILE(GLOB files_install_IO_reader "${CMAKE_CURRENT_SOURCE_DIR}/IO/reader/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/IO/reader/*T.cc" )
|
||||
FILE(GLOB files_install_IO_writer "${CMAKE_CURRENT_SOURCE_DIR}/IO/writer/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/IO/writer/*T.cc" )
|
||||
FILE(GLOB files_install_Mesh "${CMAKE_CURRENT_SOURCE_DIR}/Mesh/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/Mesh/*T.cc" )
|
||||
FILE(GLOB files_install_Mesh_Gen "${CMAKE_CURRENT_SOURCE_DIR}/Mesh/gen/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/Mesh/gen/*T.cc" )
|
||||
FILE(GLOB files_install_System "${CMAKE_CURRENT_SOURCE_DIR}/System/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/System/*T.cc" "${CMAKE_CURRENT_SOURCE_DIR}/System/config.h" )
|
||||
FILE(GLOB files_install_Utils "${CMAKE_CURRENT_SOURCE_DIR}/Utils/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/Utils/*T.cc" )
|
||||
FILE(GLOB files_install_Geometry "${CMAKE_CURRENT_SOURCE_DIR}/Geometry/*.hh" )
|
||||
FILE(GLOB files_install_IO "${CMAKE_CURRENT_SOURCE_DIR}/IO/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/IO/*.inl" )
|
||||
FILE(GLOB files_install_IO_importer "${CMAKE_CURRENT_SOURCE_DIR}/IO/importer/*.hh" )
|
||||
FILE(GLOB files_install_IO_exporter "${CMAKE_CURRENT_SOURCE_DIR}/IO/exporter/*.hh" )
|
||||
FILE(GLOB files_install_IO_reader "${CMAKE_CURRENT_SOURCE_DIR}/IO/reader/*.hh" )
|
||||
FILE(GLOB files_install_IO_writer "${CMAKE_CURRENT_SOURCE_DIR}/IO/writer/*.hh" )
|
||||
FILE(GLOB files_install_Mesh "${CMAKE_CURRENT_SOURCE_DIR}/Mesh/*.hh" )
|
||||
FILE(GLOB files_install_Mesh_Gen "${CMAKE_CURRENT_SOURCE_DIR}/Mesh/gen/*.hh" )
|
||||
FILE(GLOB files_install_System "${CMAKE_CURRENT_SOURCE_DIR}/System/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/System/config.h" )
|
||||
FILE(GLOB files_install_Utils "${CMAKE_CURRENT_SOURCE_DIR}/Utils/*.hh" )
|
||||
INSTALL(FILES ${files_install_Geometry} DESTINATION include/OpenMesh/Core/Geometry )
|
||||
INSTALL(FILES ${files_install_IO} DESTINATION include/OpenMesh/Core/IO )
|
||||
INSTALL(FILES ${files_install_IO_importer} DESTINATION include/OpenMesh/Core/IO/importer )
|
||||
@@ -118,17 +114,6 @@ install(DIRECTORY .
|
||||
PATTERN "Templates" EXCLUDE
|
||||
PATTERN "Debian*" EXCLUDE)
|
||||
|
||||
#install Template cc files (required by headers)
|
||||
install(DIRECTORY .
|
||||
DESTINATION include/OpenMesh/Core
|
||||
FILES_MATCHING
|
||||
PATTERN "*T.cc"
|
||||
PATTERN "CVS" EXCLUDE
|
||||
PATTERN ".svn" EXCLUDE
|
||||
PATTERN "tmp" EXCLUDE
|
||||
PATTERN "Templates" EXCLUDE
|
||||
PATTERN "Debian*" EXCLUDE)
|
||||
|
||||
#install the config file
|
||||
install(FILES System/config.h DESTINATION include/OpenMesh/Core/System)
|
||||
|
||||
@@ -138,14 +123,13 @@ install(DIRECTORY IO/
|
||||
FILES_MATCHING
|
||||
PATTERN "*.inl"
|
||||
PATTERN "CVS" EXCLUDE
|
||||
PATTERN ".svn" EXCLUDE
|
||||
PATTERN "reader" EXCLUDE
|
||||
PATTERN "writer" EXCLUDE
|
||||
PATTERN "importer" EXCLUDE
|
||||
PATTERN "exporter" EXCLUDE
|
||||
PATTERN "tmp" EXCLUDE
|
||||
PATTERN "Debian*" EXCLUDE )
|
||||
|
||||
PATTERN ".svn" EXCLUDE
|
||||
PATTERN "reader" EXCLUDE
|
||||
PATTERN "writer" EXCLUDE
|
||||
PATTERN "importer" EXCLUDE
|
||||
PATTERN "exporter" EXCLUDE
|
||||
PATTERN "tmp" EXCLUDE
|
||||
PATTERN "Debian*" EXCLUDE )
|
||||
endif ()
|
||||
|
||||
|
||||
|
||||
@@ -119,7 +119,7 @@ private:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_NORMALCONE_C)
|
||||
#define OPENMESH_NORMALCONE_TEMPLATES
|
||||
#include "NormalConeT.cc"
|
||||
#include "NormalConeT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_NORMALCONE_HH defined
|
||||
|
||||
@@ -741,7 +741,7 @@ namespace OMFormat {
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_IO_OMFORMAT_CC)
|
||||
# define OPENMESH_IO_OMFORMAT_TEMPLATES
|
||||
# include "OMFormatT.cc"
|
||||
# include "OMFormatT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif
|
||||
|
||||
@@ -903,7 +903,7 @@ private:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_ARRAY_KERNEL_C)
|
||||
# define OPENMESH_ARRAY_KERNEL_TEMPLATES
|
||||
# include "ArrayKernelT.cc"
|
||||
# include "ArrayKernelT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_ARRAY_KERNEL_HH defined
|
||||
|
||||
@@ -628,7 +628,7 @@ const LHS mesh_cast(const PolyMeshT<KERNEL> *rhs) {
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_POLYMESH_C)
|
||||
# define OPENMESH_POLYMESH_TEMPLATES
|
||||
# include "PolyMeshT.cc"
|
||||
# include "PolyMeshT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_POLYMESHT_HH defined
|
||||
|
||||
@@ -428,7 +428,7 @@ public:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_TRIMESH_C)
|
||||
#define OPENMESH_TRIMESH_TEMPLATES
|
||||
#include "TriMeshT.cc"
|
||||
#include "TriMeshT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_TRIMESH_HH defined
|
||||
|
||||
@@ -142,7 +142,7 @@ private:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_SINGLETON_C)
|
||||
# define OPENMESH_SINGLETON_TEMPLATES
|
||||
# include "SingletonT.cc"
|
||||
# include "SingletonT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // __SINGLETON_HH__
|
||||
|
||||
@@ -22,9 +22,6 @@ set (directories
|
||||
acg_append_files (headers "*.hh" ${directories})
|
||||
acg_append_files (sources "*.cc" ${directories})
|
||||
|
||||
#Drop the template only cc files
|
||||
acg_drop_templates(sources)
|
||||
|
||||
IF(WIN32 AND NOT MINGW)
|
||||
acg_append_files (sources "*.c" ${directories})
|
||||
ENDIF(WIN32 AND NOT MINGW)
|
||||
@@ -78,15 +75,15 @@ endif()
|
||||
|
||||
# Install Header Files (Apple)
|
||||
if ( NOT ACG_PROJECT_MACOS_BUNDLE AND APPLE )
|
||||
FILE(GLOB files_install_Decimater "${CMAKE_CURRENT_SOURCE_DIR}/Decimater/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/Decimater/*T.cc" )
|
||||
FILE(GLOB files_install_Dualizer "${CMAKE_CURRENT_SOURCE_DIR}/Dualizer/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/Dualizer/*T.cc" )
|
||||
FILE(GLOB files_install_KERNEL_OSG "${CMAKE_CURRENT_SOURCE_DIR}/Kernel_OSG/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/Kernel_OSG/*T.cc" )
|
||||
FILE(GLOB files_install_Smoother "${CMAKE_CURRENT_SOURCE_DIR}/Smoother/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/Smoother/*T.cc" )
|
||||
FILE(GLOB files_install_Subdivider_Adaptive "${CMAKE_CURRENT_SOURCE_DIR}/Subdivider/Adaptive/Composite/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/Subdivider/Adaptive/Composite/*T.cc" )
|
||||
FILE(GLOB files_install_Subdivider_Uniform "${CMAKE_CURRENT_SOURCE_DIR}/Subdivider/Uniform/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/Subdivider/Uniform/*T.cc" )
|
||||
FILE(GLOB files_install_Subdivider_Uniform_Composite "${CMAKE_CURRENT_SOURCE_DIR}/Subdivider/Uniform/Composite/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/Subdivider/Uniform/Composite/*T.cc" )
|
||||
FILE(GLOB files_install_Utils "${CMAKE_CURRENT_SOURCE_DIR}/Utils/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/Utils/*T.cc" "${CMAKE_CURRENT_SOURCE_DIR}/Utils/getopt.h" )
|
||||
FILE(GLOB files_install_VDPM "${CMAKE_CURRENT_SOURCE_DIR}/VDPM/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/VDPM/*T.cc" )
|
||||
FILE(GLOB files_install_Decimater "${CMAKE_CURRENT_SOURCE_DIR}/Decimater/*.hh" )
|
||||
FILE(GLOB files_install_Dualizer "${CMAKE_CURRENT_SOURCE_DIR}/Dualizer/*.hh" )
|
||||
FILE(GLOB files_install_KERNEL_OSG "${CMAKE_CURRENT_SOURCE_DIR}/Kernel_OSG/*.hh" )
|
||||
FILE(GLOB files_install_Smoother "${CMAKE_CURRENT_SOURCE_DIR}/Smoother/*.hh" )
|
||||
FILE(GLOB files_install_Subdivider_Adaptive "${CMAKE_CURRENT_SOURCE_DIR}/Subdivider/Adaptive/Composite/*.hh" )
|
||||
FILE(GLOB files_install_Subdivider_Uniform "${CMAKE_CURRENT_SOURCE_DIR}/Subdivider/Uniform/*.hh" )
|
||||
FILE(GLOB files_install_Subdivider_Uniform_Composite "${CMAKE_CURRENT_SOURCE_DIR}/Subdivider/Uniform/Composite/*.hh" )
|
||||
FILE(GLOB files_install_Utils "${CMAKE_CURRENT_SOURCE_DIR}/Utils/*.hh" "${CMAKE_CURRENT_SOURCE_DIR}/Utils/getopt.h" )
|
||||
FILE(GLOB files_install_VDPM "${CMAKE_CURRENT_SOURCE_DIR}/VDPM/*.hh" )
|
||||
INSTALL(FILES ${files_install_Decimater} DESTINATION include/OpenMesh/Tools/Decimater )
|
||||
INSTALL(FILES ${files_install_Dualizer} DESTINATION include/OpenMesh/Tools/Dualizer )
|
||||
INSTALL(FILES ${files_install_KERNEL_OSG} DESTINATION include/OpenMesh/Tools/Kernel_OSG )
|
||||
@@ -113,17 +110,6 @@ install(DIRECTORY .
|
||||
PATTERN "Templates" EXCLUDE
|
||||
PATTERN "Debian*" EXCLUDE)
|
||||
|
||||
#install Template cc files (required by headers)
|
||||
install(DIRECTORY .
|
||||
DESTINATION include/OpenMesh/Tools
|
||||
FILES_MATCHING
|
||||
PATTERN "*T.cc"
|
||||
PATTERN "CVS" EXCLUDE
|
||||
PATTERN ".svn" EXCLUDE
|
||||
PATTERN "tmp" EXCLUDE
|
||||
PATTERN "Templates" EXCLUDE
|
||||
PATTERN "Debian*" EXCLUDE)
|
||||
|
||||
#install the config file
|
||||
install(FILES Utils/getopt.h DESTINATION include/OpenMesh/Tools/Utils)
|
||||
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
@@ -236,6 +236,6 @@ public:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_SMARTTAGGERT_C)
|
||||
#define OPENMESH_SMARTTAGGERT_TEMPLATES
|
||||
#include "SmartTaggerT.cc"
|
||||
#include "SmartTaggerT_impl.hh"
|
||||
#endif
|
||||
|
||||
|
||||
@@ -104,7 +104,7 @@ private:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_JACOBI_LAPLACE_SMOOTHERT_C)
|
||||
#define OPENMESH_JACOBI_LAPLACE_SMOOTHERT_TEMPLATES
|
||||
#include "JacobiLaplaceSmootherT.cc"
|
||||
#include "JacobiLaplaceSmootherT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_JACOBI_LAPLACE_SMOOTHERT_HH defined
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
|
||||
|
||||
/** \file JacobiLaplaceSmootherT.cc
|
||||
/** \file JacobiLaplaceSmootherT_impl.hh
|
||||
|
||||
*/
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ private:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_LAPLACE_SMOOTHERT_C)
|
||||
#define OPENMESH_LAPLACE_SMOOTHERT_TEMPLATES
|
||||
#include "LaplaceSmootherT.cc"
|
||||
#include "LaplaceSmootherT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_LAPLACE_SMOOTHERT_HH defined
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
|
||||
|
||||
/** \file LaplaceSmootherT.cc
|
||||
/** \file LaplaceSmootherT_impl.hh
|
||||
|
||||
*/
|
||||
|
||||
|
||||
@@ -247,7 +247,7 @@ private:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_SMOOTHERT_C)
|
||||
#define OPENMESH_SMOOTHERT_TEMPLATES
|
||||
#include "SmootherT.cc"
|
||||
#include "SmootherT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_SMOOTHER_SMOOTHERT_HH defined
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
|
||||
|
||||
/** \file SmootherT.cc
|
||||
/** \file SmootherT_impl.hh
|
||||
|
||||
*/
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
*/
|
||||
|
||||
|
||||
@@ -119,7 +119,7 @@ private:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_MESHCHECKER_C)
|
||||
#define OPENMESH_MESHCHECKER_TEMPLATES
|
||||
#include "MeshCheckerT.cc"
|
||||
#include "MeshCheckerT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_MESHCHECKER_HH defined
|
||||
|
||||
@@ -146,7 +146,7 @@ private:
|
||||
//=============================================================================
|
||||
#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_STRIPIFIERT_C)
|
||||
#define OPENMESH_STRIPIFIERT_TEMPLATES
|
||||
#include "StripifierT.cc"
|
||||
#include "StripifierT_impl.hh"
|
||||
#endif
|
||||
//=============================================================================
|
||||
#endif // OPENMESH_STRIPIFIERT_HH defined
|
||||
|
||||
Reference in New Issue
Block a user