File PolyhedralSurface.h#
FileList > src > PolyhedralSurface.h
Go to the source code of this file
#include <boost/assert.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/ptr_container/serialize_ptr_vector.hpp>
#include <boost/serialization/base_object.hpp>
#include <vector>
#include "SFCGAL/Geometry.h"
#include "SFCGAL/Kernel.h"
#include "SFCGAL/Point.h"
#include "SFCGAL/Polygon.h"
#include "SFCGAL/TriangulatedSurface.h"
#include "SFCGAL/triangulate/triangulatePolygon.h"
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/Surface_mesh.h>
Namespaces#
Type | Name |
---|---|
namespace | SFCGAL Default SFCGAL namespace. |
Classes#
Type | Name |
---|---|
class | PolyhedralSurface |
Public Types#
Type | Name |
---|---|
typedef CGAL::Exact_predicates_inexact_constructions_kernel | InexactKernel |
typedef CGAL::Surface_mesh< InexactKernel::Point_3 > | InexactMesh |
typedef CGAL::Surface_mesh< SFCGAL::Kernel::Point_3 > | Mesh |
Public Types Documentation#
typedef InexactKernel#
using InexactKernel = CGAL::Exact_predicates_inexact_constructions_kernel;
typedef InexactMesh#
using InexactMesh = CGAL::Surface_mesh<InexactKernel::Point_3>;
typedef Mesh#
using Mesh = CGAL::Surface_mesh<SFCGAL::Kernel::Point_3>;
The documentation for this class was generated from the following file /builds/sfcgal/SFCGAL/src/PolyhedralSurface.h