Kaspersky Neuromorphic Platform
1.0.0
API Reference
Loading...
Searching...
No Matches
generator.h
Go to the documentation of this file.
1
22
#pragma once
23
24
#include <any>
25
#include <functional>
26
27
31
namespace
knp::framework::coordinates
32
{
37
using
CoordinateGenerator
= std::function<std::any(
size_t
index)>;
38
39
}
// namespace knp::framework::coordinates
knp::framework::coordinates
Namespace for framework coordinates.
Definition
cartesian.h:32
knp::framework::coordinates::CoordinateGenerator
std::function< std::any(size_t index)> CoordinateGenerator
Type of coordinate generator.
Definition
generator.h:37