|
SFCGAL 2.0.0
|
Public Member Functions | |
| Handle () | |
| ~Handle () | |
| Handle (const Handle &other) | |
| template<class PrimitiveType> | |
| Handle (const PrimitiveType &primitive) | |
| void | swap (Handle &other) noexcept |
| auto | operator= (Handle other) -> Handle & |
| auto | operator* () const -> const ObservablePrimitive & |
| auto | operator* () -> ObservablePrimitive & |
| auto | operator-> () const -> const ObservablePrimitive * |
| auto | operator-> () -> ObservablePrimitive * |
| auto | asPoint () -> typename detail::Point_d< Dim >::Type & |
| auto | asSegment () -> Segment_d< Dim > & |
| auto | asSurface () -> Surface_d< Dim > & |
| auto | asVolume () -> typename detail::Volume_d< Dim >::Type & |
| auto | which () -> PrimitiveType |
| auto | empty () -> bool |
| void | registerObservers (Handle a) |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |