mirror of https://github.com/CGAL/cgal
finish move *.C -> *_impl.h
This commit is contained in:
parent
44264f1d9f
commit
5b47226ed0
|
|
@ -37,10 +37,10 @@
|
|||
#include <CGAL/Kernel_d/DirectionCd.h>
|
||||
#include <CGAL/Kernel_d/HyperplaneCd.h>
|
||||
#include <CGAL/Kernel_d/Aff_transformationCd.h>
|
||||
#include <CGAL/Kernel_d/PointCd.C>
|
||||
#include <CGAL/Kernel_d/VectorCd.C>
|
||||
#include <CGAL/Kernel_d/DirectionCd.C>
|
||||
#include <CGAL/Kernel_d/HyperplaneCd.C>
|
||||
#include <CGAL/Kernel_d/PointCd_impl.h>
|
||||
#include <CGAL/Kernel_d/VectorCd_impl.h>
|
||||
#include <CGAL/Kernel_d/DirectionCd_impl.h>
|
||||
#include <CGAL/Kernel_d/HyperplaneCd_impl.h>
|
||||
#include <CGAL/Kernel_d/function_objectsCd.h>
|
||||
#include <CGAL/Kernel_d/intersection_objectsCd.h>
|
||||
#include <CGAL/Kernel_d/Interface_classes.h>
|
||||
|
|
@ -397,7 +397,7 @@ CGAL_END_NAMESPACE
|
|||
#include <CGAL/Kernel_d/Segment_d.h>
|
||||
#include <CGAL/Kernel_d/Ray_d.h>
|
||||
#include <CGAL/Kernel_d/Line_d.h>
|
||||
#include <CGAL/Kernel_d/Line_d.C>
|
||||
#include <CGAL/Kernel_d/Line_d_impl.h>
|
||||
#include <CGAL/intersections_d.h>
|
||||
|
||||
#endif // CGAL_CARTESIAN_D_H
|
||||
|
|
|
|||
|
|
@ -38,10 +38,10 @@
|
|||
#include <CGAL/Kernel_d/DirectionHd.h>
|
||||
#include <CGAL/Kernel_d/HyperplaneHd.h>
|
||||
#include <CGAL/Kernel_d/Aff_transformationHd.h>
|
||||
#include <CGAL/Kernel_d/PointHd.C>
|
||||
#include <CGAL/Kernel_d/VectorHd.C>
|
||||
#include <CGAL/Kernel_d/DirectionHd.C>
|
||||
#include <CGAL/Kernel_d/HyperplaneHd.C>
|
||||
#include <CGAL/Kernel_d/PointHd_impl.h>
|
||||
#include <CGAL/Kernel_d/VectorHd_impl.h>
|
||||
#include <CGAL/Kernel_d/DirectionHd_impl.h>
|
||||
#include <CGAL/Kernel_d/HyperplaneHd_impl.h>
|
||||
#include <CGAL/Kernel_d/function_objectsHd.h>
|
||||
#include <CGAL/Kernel_d/intersection_objectsHd.h>
|
||||
#include <CGAL/Kernel_d/Interface_classes.h>
|
||||
|
|
@ -400,7 +400,7 @@ CGAL_END_NAMESPACE
|
|||
#include <CGAL/Kernel_d/Segment_d.h>
|
||||
#include <CGAL/Kernel_d/Ray_d.h>
|
||||
#include <CGAL/Kernel_d/Line_d.h>
|
||||
#include <CGAL/Kernel_d/Line_d.C>
|
||||
#include <CGAL/Kernel_d/Line_d_impl.h>
|
||||
#include <CGAL/intersections_d.h>
|
||||
|
||||
#endif // CGAL_HOMOGENEOUS_D_H
|
||||
|
|
|
|||
|
|
@ -120,8 +120,6 @@ public:
|
|||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
#include <CGAL/Kernel_d/Linear_algebraCd.C>
|
||||
#include <CGAL/Kernel_d/Linear_algebraCd_impl.h>
|
||||
|
||||
#endif // CGAL_LINEAR_ALGEBRACD_H
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
//
|
||||
//
|
||||
// Author(s) : Michael Seel <seel@mpi-sb.mpg.de>
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
// file generated by notangle from Linear_algebra.lw
|
||||
// please debug or modify noweb file
|
||||
|
|
@ -27,6 +28,7 @@
|
|||
// coding: K. Mehlhorn, M. Seel
|
||||
// debugging and templatization: M. Seel
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
#ifndef CGAL_LINEAR_ALGEBRAHD_H
|
||||
#define CGAL_LINEAR_ALGEBRAHD_H
|
||||
|
||||
|
|
@ -203,6 +205,6 @@ $c^T A = 0$ and $c^T b \not= 0$.}*/
|
|||
|
||||
CGAL_END_NAMESPACE
|
||||
|
||||
#include <CGAL/Kernel_d/Linear_algebraHd.C>
|
||||
#endif // CGAL_LINALG_ALGEBRAHD_H
|
||||
#include <CGAL/Kernel_d/Linear_algebraHd_impl.h>
|
||||
|
||||
#endif // CGAL_LINALG_ALGEBRAHD_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue