Tatooine
flowexplorer
include
tatooine
flowexplorer
nodes
saddle.h
Go to the documentation of this file.
1
#ifndef TATOOINE_FLOWEXPLORER_NODES_SADDLE_H
2
#define TATOOINE_FLOWEXPLORER_NODES_SADDLE_H
3
//==============================================================================
4
#include <
tatooine/analytical/numerical/saddle.h
>
5
#include <
tatooine/flowexplorer/ui/node.h
>
6
//==============================================================================
7
namespace
tatooine::flowexplorer::nodes
{
8
//==============================================================================
9
struct
saddle
:
tatooine::analytical::numerical::saddle
<double>,
10
ui::node
<saddle> {
11
saddle
(
flowexplorer::scene
& s)
12
: ui::
node
<
saddle
>{
"Saddle Field"
, s,
13
typeid
(
polymorphic::vectorfield<double, 2>
)} {}
14
virtual
~saddle
() =
default
;
15
};
16
//==============================================================================
17
}
// namespace tatooine::flowexplorer::nodes
18
//==============================================================================
19
TATOOINE_FLOWEXPLORER_REGISTER_NODE
(
tatooine::flowexplorer::nodes::saddle
)
20
#endif
saddle.h
TATOOINE_FLOWEXPLORER_REGISTER_NODE
TATOOINE_FLOWEXPLORER_REGISTER_NODE(tatooine::flowexplorer::nodes::abcflow)
tatooine::flowexplorer::nodes
Definition:
abcflow.h:7
node.h
tatooine::analytical::numerical::saddle
Definition:
saddle.h:11
tatooine::flowexplorer::nodes::saddle
Definition:
saddle.h:10
tatooine::flowexplorer::nodes::saddle::~saddle
virtual ~saddle()=default
tatooine::flowexplorer::nodes::saddle::saddle
saddle(flowexplorer::scene &s)
Definition:
saddle.h:11
tatooine::flowexplorer::scene
Definition:
scene.h:17
tatooine::flowexplorer::ui::base::node::node
node(flowexplorer::scene &s)
tatooine::flowexplorer::ui::node
Definition:
node.h:382
tatooine::polymorphic::field
Definition:
field.h:13
Generated by
1.9.5