Tatooine
flowexplorer
include
tatooine
flowexplorer
nodes
linspace.h
Go to the documentation of this file.
1
#ifndef TATOOINE_FLOWEXPLORER_NODES_LINSPACE_H
2
#define TATOOINE_FLOWEXPLORER_NODES_LINSPACE_H
3
//==============================================================================
4
#include <
tatooine/flowexplorer/ui/node.h
>
5
#include <
tatooine/linspace.h
>
6
//==============================================================================
7
namespace
tatooine::flowexplorer::nodes
{
8
//==============================================================================
9
struct
linspace
:
ui::node
<linspace>,
tatooine::linspace
<real_type> {
10
linspace
(
flowexplorer::scene
& s);
11
virtual
~linspace
() =
default
;
12
};
13
//==============================================================================
14
}
// namespace tatooine::flowexplorer::nodes
15
//==============================================================================
16
TATOOINE_FLOWEXPLORER_REGISTER_NODE
(
17
tatooine::flowexplorer::nodes::linspace
,
18
TATOOINE_REFLECTION_INSERT_METHOD(front, front()),
19
TATOOINE_REFLECTION_INSERT_METHOD(back, back()),
20
TATOOINE_REFLECTION_INSERT_METHOD(size, size()));
21
#endif
TATOOINE_FLOWEXPLORER_REGISTER_NODE
TATOOINE_FLOWEXPLORER_REGISTER_NODE(tatooine::flowexplorer::nodes::linspace, TATOOINE_REFLECTION_INSERT_METHOD(front, front()), TATOOINE_REFLECTION_INSERT_METHOD(back, back()), TATOOINE_REFLECTION_INSERT_METHOD(size, size()))
linspace.h
tatooine::flowexplorer::nodes
Definition:
abcflow.h:7
node.h
tatooine::flowexplorer::nodes::linspace
Definition:
linspace.h:9
tatooine::flowexplorer::nodes::linspace::~linspace
virtual ~linspace()=default
tatooine::flowexplorer::nodes::linspace::linspace
linspace(flowexplorer::scene &s)
tatooine::flowexplorer::scene
Definition:
scene.h:17
tatooine::flowexplorer::ui::node
Definition:
node.h:382
tatooine::linspace
Definition:
linspace.h:26
Generated by
1.9.5