Struct SFCGAL::detail::TypeForDimension#
template <int Dim>
ClassList > detail > TypeForDimension
Generic traits, default dimension is 2.
#include <TypeForDimension.h>
Public Types#
Type | Name |
---|---|
typedef CGAL::Bbox_2 | Bbox |
typedef Kernel::Point_2 | Point |
typedef Kernel::Segment_2 | Segment |
typedef CGAL::Polygon_with_holes_2< Kernel > | Surface |
typedef Kernel::Triangle_2 | Triangle |
typedef NoVolume | Volume |
Public Types Documentation#
typedef Bbox#
typedef CGAL::Bbox_2 SFCGAL::detail::TypeForDimension< Dim >::Bbox;
typedef Point#
typedef Kernel::Point_2 SFCGAL::detail::TypeForDimension< Dim >::Point;
typedef Segment#
typedef Kernel::Segment_2 SFCGAL::detail::TypeForDimension< Dim >::Segment;
typedef Surface#
typedef CGAL::Polygon_with_holes_2<Kernel> SFCGAL::detail::TypeForDimension< Dim >::Surface;
typedef Triangle#
typedef Kernel::Triangle_2 SFCGAL::detail::TypeForDimension< Dim >::Triangle;
typedef Volume#
typedef NoVolume SFCGAL::detail::TypeForDimension< Dim >::Volume;
The documentation for this class was generated from the following file /builds/sfcgal/SFCGAL/src/detail/TypeForDimension.h