Lightgraph
C++17 light-graph engine API reference
Loading...
Searching...
No Matches
factory.hpp File Reference

Convenience constructors for built-in topology objects. More...

#include <cstdint>
#include <memory>
#include "lightgraph/internal/object_factory.hpp"
#include "objects.hpp"
Include dependency graph for factory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  lightgraph
 
namespace  lightgraph::integration
 

Functions

std::unique_ptr< Objectlightgraph::integration::makeObject (BuiltinObjectType type, uint16_t pixelCount=0)
 Create one of the built-in topology objects.
 

Detailed Description

Convenience constructors for built-in topology objects.

Definition in file factory.hpp.