SFCGAL 1.4.0
|
A PolyhedralSurface in SFA modeled as a Polygon soup. More...
#include <PolyhedralSurface.h>
Public Types | |
typedef boost::ptr_vector< Polygon >::iterator | iterator |
typedef boost::ptr_vector< Polygon >::const_iterator | const_iterator |
Public Member Functions | |
PolyhedralSurface () | |
Empty PolyhedralSurface constructor. More... | |
PolyhedralSurface (const std::vector< Polygon > &polygons) | |
Constructor with a vector of polygons. More... | |
PolyhedralSurface (const detail::MarkedPolyhedron &poly) | |
Constructor from a CGAL::Polyhedron_3. More... | |
PolyhedralSurface (const PolyhedralSurface &other) | |
Copy constructor. More... | |
PolyhedralSurface & | operator= (PolyhedralSurface other) |
assign operator More... | |
~PolyhedralSurface () | |
destructor More... | |
virtual PolyhedralSurface * | clone () const |
Get a deep copy of the geometry. More... | |
virtual std::string | geometryType () const |
[OGC/SFA]returns the geometry type More... | |
virtual GeometryType | geometryTypeId () const |
Returns a code corresponding to the type. More... | |
virtual int | dimension () const |
[OGC/SFA]Dimension of the Geometry ( 0 : punctual, 1 : curve, ...) More... | |
virtual int | coordinateDimension () const |
[OGC/SFA]returns the dimension of the coordinates More... | |
virtual bool | isEmpty () const |
[OGC/SFA]test if geometry is empty More... | |
virtual bool | is3D () const |
[OGC/SFA]test if geometry is 3d More... | |
virtual bool | isMeasured () const |
[OGC/SFA]test if geometry is measured (has an m) More... | |
TriangulatedSurface | toTriangulatedSurface () const |
Convert PolyhedralSurface to TriangulatedSurface. More... | |
size_t | numPolygons () const |
[SFA/OGC]Returns the number of points More... | |
const Polygon & | polygonN (size_t const &n) const |
[SFA/OGC]Returns the n-th point More... | |
Polygon & | polygonN (size_t const &n) |
[SFA/OGC]Returns the n-th point More... | |
void | addPolygon (const Polygon &polygon) |
add a polygon to the PolyhedralSurface More... | |
void | addPolygon (Polygon *polygon) |
add a polygon to the PolyhedralSurface More... | |
void | addPolygons (const PolyhedralSurface &polyhedralSurface) |
add polygons from an other PolyhedralSurface More... | |
virtual size_t | numGeometries () const |
[OGC/SFA]Gets the number of geometries in a collection of geometries More... | |
virtual const Polygon & | geometryN (size_t const &n) const |
[OGC/SFA]Returns the n-th geometry More... | |
virtual Polygon & | geometryN (size_t const &n) |
[OGC/SFA]Returns the n-th geometry More... | |
template<typename K , typename Polyhedron > | |
std::unique_ptr< Polyhedron > | toPolyhedron_3 () const |
Convert to CGAL::Polyhedron_3. More... | |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
virtual void | accept (GeometryVisitor &visitor) |
[visitor]dispatch visitor More... | |
virtual void | accept (ConstGeometryVisitor &visitor) const |
[visitor]dispatch visitor More... | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int) |
Serializer. More... | |
![]() | |
virtual | ~Surface () |
destructor More... | |
virtual int | dimension () const |
[OGC/SFA]Dimension of the Geometry ( 0 : punctual, 1 : curve, ...) More... | |
![]() | |
Geometry () | |
Default constructor. More... | |
Geometry (const Geometry &)=default | |
Copy constructor. More... | |
Geometry & | operator= (const Geometry &other)=default |
Copy assignemnt operator. More... | |
virtual | ~Geometry ()=default |
Destructor. More... | |
virtual Geometry * | clone () const =0 |
Get a deep copy of the geometry. More... | |
virtual std::string | geometryType () const =0 |
[OGC/SFA]returns the geometry type More... | |
virtual GeometryType | geometryTypeId () const =0 |
Returns a code corresponding to the type. More... | |
virtual int | dimension () const =0 |
[OGC/SFA]Dimension of the Geometry ( 0 : punctual, 1 : curve, ...) More... | |
virtual int | coordinateDimension () const =0 |
[OGC/SFA]returns the dimension of the coordinates More... | |
virtual bool | isEmpty () const =0 |
[OGC/SFA]test if geometry is empty More... | |
virtual bool | is3D () const =0 |
[OGC/SFA]test if geometry is 3d More... | |
virtual bool | isMeasured () const =0 |
[OGC/SFA]test if geometry is measured (has an m) More... | |
void | forceValidityFlag (bool validity) |
Force the state of the validity flag. More... | |
bool | hasValidityFlag () const |
Returns the validity flag. More... | |
std::string | asText (const int &numDecimals=-1) const |
[OGC/SFA]returns the WKT string More... | |
Envelope | envelope () const |
[OGC/SFA]Returns a polygon representing the BBOX of the geometry More... | |
virtual std::unique_ptr< Geometry > | boundary () const |
[OGC/SFA]Returns the boundary of the geometry More... | |
double | distance (const Geometry &other) const |
Computes the distance to an other geometry. More... | |
double | distance3D (const Geometry &other) const |
Computes the 3D distance to an other geometry. More... | |
void | round (const long &scale=1) |
round the geometry with a corresponding scale factor More... | |
virtual size_t | numGeometries () const |
[OGC/SFA]Gets the number of geometries in a collection of geometries More... | |
virtual const Geometry & | geometryN (size_t const &n) const |
[OGC/SFA]Returns the n-th geometry More... | |
virtual Geometry & | geometryN (size_t const &n) |
[OGC/SFA]Returns the n-th geometry More... | |
template<typename Derived > | |
bool | is () const |
Tests if geometry is of "Derived" type given as template parameter. More... | |
template<typename Derived > | |
const Derived & | as () const |
Downcast to a "Derived" class. More... | |
template<typename Derived > | |
Derived & | as () |
Downcast to a "Derived" class. More... | |
virtual void | accept (GeometryVisitor &visitor)=0 |
[visitor]dispatch visitor More... | |
virtual void | accept (ConstGeometryVisitor &visitor) const =0 |
[visitor]dispatch visitor More... | |
template<class Archive > | |
void | serialize (Archive &, const unsigned int) |
Serializer. More... | |
Additional Inherited Members | |
![]() | |
Surface () | |
[OGC/SFS]"The area of this Surface, as measured in the spatial reference system of this Surface" More... | |
Surface (Surface const &other) | |
no copy constructor More... | |
![]() | |
bool | validityFlag_ |
A PolyhedralSurface in SFA modeled as a Polygon soup.
typedef boost::ptr_vector<Polygon>::const_iterator SFCGAL::PolyhedralSurface::const_iterator |
typedef boost::ptr_vector<Polygon>::iterator SFCGAL::PolyhedralSurface::iterator |
SFCGAL::PolyhedralSurface::PolyhedralSurface | ( | ) |
Empty PolyhedralSurface constructor.
SFCGAL::PolyhedralSurface::PolyhedralSurface | ( | const std::vector< Polygon > & | polygons | ) |
Constructor with a vector of polygons.
SFCGAL::PolyhedralSurface::PolyhedralSurface | ( | const detail::MarkedPolyhedron & | poly | ) |
Constructor from a CGAL::Polyhedron_3.
SFCGAL::PolyhedralSurface::PolyhedralSurface | ( | const PolyhedralSurface & | other | ) |
Copy constructor.
SFCGAL::PolyhedralSurface::~PolyhedralSurface | ( | ) |
destructor
|
virtual |
[visitor]dispatch visitor
Implements SFCGAL::Geometry.
|
virtual |
[visitor]dispatch visitor
Implements SFCGAL::Geometry.
void SFCGAL::PolyhedralSurface::addPolygon | ( | const Polygon & | polygon | ) |
add a polygon to the PolyhedralSurface
void SFCGAL::PolyhedralSurface::addPolygon | ( | Polygon * | polygon | ) |
add a polygon to the PolyhedralSurface
void SFCGAL::PolyhedralSurface::addPolygons | ( | const PolyhedralSurface & | polyhedralSurface | ) |
add polygons from an other PolyhedralSurface
|
inline |
|
inline |
|
virtual |
Get a deep copy of the geometry.
Implements SFCGAL::Geometry.
|
virtual |
[OGC/SFA]returns the dimension of the coordinates
Implements SFCGAL::Geometry.
|
virtual |
[OGC/SFA]Dimension of the Geometry ( 0 : punctual, 1 : curve, ...)
Reimplemented from SFCGAL::Surface.
|
inline |
|
inline |
|
virtual |
[OGC/SFA]Returns the n-th geometry
Reimplemented from SFCGAL::Geometry.
|
virtual |
[OGC/SFA]Returns the n-th geometry
Reimplemented from SFCGAL::Geometry.
|
virtual |
[OGC/SFA]returns the geometry type
Implements SFCGAL::Geometry.
|
virtual |
|
virtual |
[OGC/SFA]test if geometry is 3d
Implements SFCGAL::Geometry.
|
virtual |
[OGC/SFA]test if geometry is empty
Implements SFCGAL::Geometry.
|
virtual |
[OGC/SFA]test if geometry is measured (has an m)
Implements SFCGAL::Geometry.
|
virtual |
[OGC/SFA]Gets the number of geometries in a collection of geometries
Reimplemented from SFCGAL::Geometry.
|
inline |
[SFA/OGC]Returns the number of points
PolyhedralSurface & SFCGAL::PolyhedralSurface::operator= | ( | PolyhedralSurface | other | ) |
assign operator
|
inline |
[SFA/OGC]Returns the n-th point
|
inline |
[SFA/OGC]Returns the n-th point
|
inline |
Serializer.
|
inline |
Convert to CGAL::Polyhedron_3.
TriangulatedSurface SFCGAL::PolyhedralSurface::toTriangulatedSurface | ( | ) | const |
Convert PolyhedralSurface to TriangulatedSurface.