Combines multiple linestrings to one polygon in 3d that returns BasicPoint3d. More...
#include <CompoundPolygon.h>

Public Types | |
| using | Category = traits::PolygonTag |
| using | ConstType = CompoundHybridPolygon3d |
| using | HybridType = CompoundHybridPolygon3d |
| using | MutableType = void |
| using | ThreeDType = CompoundHybridPolygon3d |
| using | TwoDType = CompoundHybridPolygon2d |
Public Types inherited from lanelet::CompoundLineStringImpl< BasicPoint3d > | |
| using | BasicIterator = internal::TransformIterator< RFIter, const BasicPointType > |
| using | BasicLineString = internal::SelectBasicLineStringT< BasicPointType > |
| using | BasicPointType = traits::BasicPointT< BasicPoint3d > |
| using | Category = traits::LineStringTag |
| using | const_iterator = internal::SelectCompoundLsIteratorT< ConstPointType > |
| using | ConstPointType = traits::ConstPointT< BasicPoint3d > |
| using | DataType = CompoundLineStringData |
| using | iterator = const_iterator |
| using | PointType = BasicPoint3d |
| using | SegmentType = Segment< ConstPointType > |
Public Member Functions | |
| BasicLineString | basicLineString ()=delete |
| BasicPolygon3d | basicPolygon () const |
| CompoundHybridPolygon3d (const CompoundHybridLineStrings3d &other) | |
| CompoundHybridPolygon3d (const CompoundHybridPolygons3d &other) | |
| CompoundHybridPolygon3d ()=default | |
| CompoundHybridPolygon3d (const CompoundHybridLineString3d &other) | |
| size_t | numSegments () const noexcept |
| Returns the number of (geometrically valid) segments. More... | |
| operator CompoundHybridLineString3d () const | |
Public Member Functions inherited from lanelet::CompoundLineStringImpl< BasicPoint3d > | |
| const PointType & | back () const noexcept |
| returns the last point of the last linestring More... | |
| BasicIterator | basicBegin () const |
| returns a normal iterator to the internal point type at begin More... | |
| BasicIterator | basicEnd () const |
| returns a normal iterator for the internal point type at end More... | |
| BasicLineString | basicLineString () const |
| create a basic linestring from this linestring More... | |
| const_iterator | begin () const noexcept |
| returns an iterator to the start of the points More... | |
| CompoundLineStringImpl (const ConstLineStrings3d &ls=ConstLineStrings3d()) | |
| Construct from a vector of ConstLineString3d. More... | |
| CompoundLineStringImpl (const std::vector< OtherT > &lss) | |
| Construct from a vector of LineStrings or CompoundLineStrings. More... | |
| CompoundLineStringImpl (CompoundLineStringDataConstPtr data, bool inverted) | |
| Internal construction from data pointer. More... | |
| CompoundLineStringImpl (const CompoundLineStringImpl< OtherT > &other) | |
| construct from other CompoundLineString More... | |
| CompoundLineStringImpl (CompoundLineStringImpl &&rhs) noexcept=default | |
| CompoundLineStringImpl (const CompoundLineStringImpl &rhs)=default | |
| std::shared_ptr< const CompoundLineStringData > | constData () const noexcept |
| returns the internal data on the linestrings managed by this object More... | |
| bool | empty () const noexcept |
| return whether this contains any points More... | |
| const_iterator | end () const noexcept |
| returns an iterator to end of the points More... | |
| const PointType & | front () const noexcept |
| returns the first point of the first linestring More... | |
| Ids | ids () const |
| returns the ids of all linestrings in order More... | |
| bool | inverted () const noexcept |
| returns whether this is an inverted CompoundLineString More... | |
| ConstLineStrings3d | lineStrings () const |
| size_t | numSegments () const noexcept |
| Returns the number of (geometrically valid) segments. More... | |
| CompoundLineStringImpl & | operator= (CompoundLineStringImpl &&rhs) noexcept=default |
| CompoundLineStringImpl & | operator= (const CompoundLineStringImpl &rhs)=default |
| const PointType & | operator[] (size_t idx) const |
| returns the point at this position More... | |
| SegmentType | segment (size_t idx) const noexcept |
| returns the n-th segment. If n equals size() -1, the segment from back() to front() is returned. More... | |
| size_t | size () const noexcept |
| return the total number of unique points More... | |
| ~CompoundLineStringImpl () noexcept=default | |
Additional Inherited Members | |
Static Public Attributes inherited from lanelet::CompoundLineStringImpl< BasicPoint3d > | |
| static constexpr traits::Dimensions | Dimension |
Combines multiple linestrings to one polygon in 3d that returns BasicPoint3d.
Definition at line 100 of file CompoundPolygon.h.
Definition at line 108 of file CompoundPolygon.h.
Definition at line 105 of file CompoundPolygon.h.
Definition at line 106 of file CompoundPolygon.h.
| using lanelet::CompoundHybridPolygon3d::MutableType = void |
Definition at line 107 of file CompoundPolygon.h.
Definition at line 104 of file CompoundPolygon.h.
Definition at line 103 of file CompoundPolygon.h.
|
inlineexplicit |
Definition at line 110 of file CompoundPolygon.h.
|
inlineexplicit |
Definition at line 112 of file CompoundPolygon.h.
|
default |
|
inlineexplicit |
Definition at line 115 of file CompoundPolygon.h.
|
delete |
|
inline |
Definition at line 120 of file CompoundPolygon.h.
|
inlinenoexcept |
Returns the number of (geometrically valid) segments.
Definition at line 118 of file CompoundPolygon.h.
|
inlineexplicit |
Definition at line 116 of file CompoundPolygon.h.