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
32{
37using CoordinateGenerator = std::function<std::any(size_t index)>;
38
39} // namespace knp::framework::coordinates
Namespace for framework coordinates.
Definition cartesian.h:32
std::function< std::any(size_t index)> CoordinateGenerator
Type of coordinate generator.
Definition generator.h:37