|
Gamp v0.0.7-54-gccdc599
Gamp: Graphics, Audio, Multimedia and Processing
|
#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>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< 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 |