Rumba C++ SDK
NodeSet.h
Go to the documentation of this file.
1 /*
2 
3  *
4  ***
5  *****
6  ********************* Mercenaries Engineering SARL
7  ***************** Copyright (C) 2018
8  *************
9  ********* http://www.mercenaries-engineering.com
10  ***********
11  **** ****
12  ** **
13 
14 */
15 #pragma once
16 
17 #include "Node.h"
18 
19  namespace maquina
20  {
22  {
23  public:
24 
26  void insert(const Node& node);
27 
29  NodeSet(void* impl);
30 
31  void* _impl;
32  };
33  }
Definition: NodeSet.h:21
This version of the SDK is unstable, i-e, it may change with no warning.
Definition: AddCurveAction.h:20
#define MAQUINA_EXPORT
Definition: Export.h:31
void * _impl
Definition: NodeSet.h:31
Base class of all Rumba nodes.
Definition: Node.h:37