|
template<typename... Args>
requires std::constructible_from<Geometry, Args...> |
| | FrameWrapper (Args &&... args) |
|
| FrameWrapper (Geometry g) |
|
template<class FromFrame, typename Context> |
| | FrameWrapper (FrameWrapper< FromFrame, Geometry > oldFrame, const Context &ctx) |
|
template<class FromFrame> |
| | FrameWrapper (FrameWrapper< FromFrame, Geometry > oldFrame) |
|
Geometry & | Get () |
|
Geometry * | operator-> () |
|
const Geometry & | Get () const |
|
const Geometry * | operator-> () const |
|
template<class ToFrame, typename Context> |
| FrameWrapper< ToFrame, Geometry > | To (const Context &ctx) const |
|
template<class ToFrame> |
| FrameWrapper< ToFrame, Geometry > | To () const |
The documentation for this class was generated from the following file: