Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
Gamp Graph Implementation Detail. More...
Classes | |
class | gamp::graph::tess::impl::GraphOutline |
class | gamp::graph::tess::impl::GraphVertex |
class | gamp::graph::tess::impl::HEdge |
class | gamp::graph::tess::impl::Loop |
Typedefs | |
typedef std::shared_ptr< GraphOutline > | gamp::graph::tess::impl::GraphOutlineRef |
typedef jau::darray< GraphOutlineRef, uint32_t > | gamp::graph::tess::impl::GraphOutlineRefList |
typedef std::shared_ptr< GraphVertex > | gamp::graph::tess::impl::GraphVertexRef |
typedef std::vector< GraphVertexRef > | gamp::graph::tess::impl::GraphVertexRefList |
typedef HEdge * | gamp::graph::tess::impl::HEdgePtr |
<Unique HEdge reference (pointer) w/ ownership, help at caller site | |
typedef std::vector< HEdgePtr > | gamp::graph::tess::impl::HEdgePtrList |
<Plain naked HEdge pointer w/o ownership for simplification and efficiency | |
typedef std::unique_ptr< HEdge > | gamp::graph::tess::impl::HEdgeRef |
typedef std::shared_ptr< Loop > | gamp::graph::tess::impl::LoopRef |
typedef std::vector< LoopRef > | gamp::graph::tess::impl::LoopRefList |
Functions | |
bool | gamp::graph::tess::impl::HEdge::vertexOnCurveVertex () const noexcept |
Gamp Graph Implementation Detail.
typedef std::shared_ptr<GraphOutline> gamp::graph::tess::impl::GraphOutlineRef |
Definition at line 38 of file GraphOutline.hpp.
typedef jau::darray<GraphOutlineRef, uint32_t> gamp::graph::tess::impl::GraphOutlineRefList |
Definition at line 39 of file GraphOutline.hpp.
typedef std::shared_ptr<GraphVertex> gamp::graph::tess::impl::GraphVertexRef |
typedef std::vector<GraphVertexRef> gamp::graph::tess::impl::GraphVertexRefList |
typedef std::unique_ptr<HEdge> gamp::graph::tess::impl::HEdgeRef |
typedef HEdge* gamp::graph::tess::impl::HEdgePtr |
typedef std::vector<HEdgePtr> gamp::graph::tess::impl::HEdgePtrList |
typedef std::shared_ptr<Loop> gamp::graph::tess::impl::LoopRef |
typedef std::vector<LoopRef> gamp::graph::tess::impl::LoopRefList |
|
inlinenoexcept |
Definition at line 102 of file GraphVertex.hpp.