Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
Classes | |
class | GraphOutline |
class | GraphVertex |
class | HEdge |
class | Loop |
Typedefs | |
typedef std::shared_ptr< GraphOutline > | GraphOutlineRef |
typedef jau::darray< GraphOutlineRef, uint32_t > | GraphOutlineRefList |
typedef std::shared_ptr< GraphVertex > | GraphVertexRef |
typedef std::vector< GraphVertexRef > | GraphVertexRefList |
typedef HEdge * | HEdgePtr |
<Unique HEdge reference (pointer) w/ ownership, help at caller site | |
typedef std::vector< HEdgePtr > | HEdgePtrList |
<Plain naked HEdge pointer w/o ownership for simplification and efficiency | |
typedef std::unique_ptr< HEdge > | HEdgeRef |
typedef std::shared_ptr< Loop > | LoopRef |
typedef std::vector< LoopRef > | LoopRefList |