|
Lightgraph
C++17 light-graph engine API reference
|
#include <cstdint>#include <memory>#include <lightgraph/internal/objects.hpp>#include <lightgraph/types.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | lightgraph |
| namespace | lightgraph::integration |
| namespace | lightgraph::internal |
Functions | |
| constexpr uint16_t | lightgraph::internal::defaultPixelCount (integration::BuiltinObjectType type) |
| constexpr integration::BuiltinObjectType | lightgraph::internal::toBuiltinObjectType (ObjectType type) |
| constexpr uint16_t | lightgraph::internal::resolvePixelCount (integration::BuiltinObjectType type, uint16_t pixelCount) |
| std::unique_ptr< TopologyObject > | lightgraph::internal::makeBuiltinObject (integration::BuiltinObjectType type, uint16_t pixelCount=0) |
| std::unique_ptr< TopologyObject > | lightgraph::internal::makeBuiltinObject (ObjectType type, uint16_t pixelCount=0) |