1#ifndef TATOOINE_FLOWEXPLORER_NODES_UNARY_SCALAR_OPERATION_H
2#define TATOOINE_FLOWEXPLORER_NODES_UNARY_SCALAR_OPERATION_H
5#include <tatooine/real.h>
25 TATOOINE_REFLECTION_INSERT_METHOD(operation, m_op));
Definition: unary_scalar_operation.h:9
virtual ~unary_scalar_operation()=default
op
Definition: unary_scalar_operation.h:10
ui::input_pin & m_input
Definition: unary_scalar_operation.h:13
real_type m_value
Definition: unary_scalar_operation.h:11
int m_op
Definition: unary_scalar_operation.h:12
auto draw_properties() -> bool override
unary_scalar_operation(flowexplorer::scene &s)
auto on_property_changed() -> void override
TATOOINE_FLOWEXPLORER_REGISTER_NODE(tatooine::flowexplorer::nodes::unary_scalar_operation, TATOOINE_REFLECTION_INSERT_METHOD(operation, m_op))