Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
HEdge.hpp File Reference
#include <vector>
#include <jau/cpp_lang_util.hpp>
#include <jau/debug.hpp>
#include <jau/int_types.hpp>
#include <jau/string_util.hpp>
#include <gamp/GampTypes.hpp>
#include <gamp/graph/PrimTypes.hpp>
Include dependency graph for HEdge.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gamp::graph::tess::impl::HEdge
 

Namespaces

namespace  gamp
 Gamp: Graphics, Audio, Multimedia and Processing Framework (Native C++, WebAssembly, ...)
 
namespace  gamp::graph
 
namespace  gamp::graph::tess
 
namespace  gamp::graph::tess::impl
 

Typedefs

typedef std::shared_ptr< GraphVertexgamp::graph::tess::impl::GraphVertexRef
 
typedef std::vector< GraphVertexRefgamp::graph::tess::impl::GraphVertexRefList
 
typedef HEdgegamp::graph::tess::impl::HEdgePtr
 <Unique HEdge reference (pointer) w/ ownership, help at caller site
 
typedef std::vector< HEdgePtrgamp::graph::tess::impl::HEdgePtrList
 <Plain naked HEdge pointer w/o ownership for simplification and efficiency
 
typedef std::unique_ptr< HEdgegamp::graph::tess::impl::HEdgeRef