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
{
21
class
MAQUINA_EXPORT
NodeSet
22
{
23
public
:
24
26
void
insert(
const
Node
& node);
27
29
NodeSet
(
void
* impl);
30
31
void
*
_impl
;
32
};
33
}
maquina::NodeSet
Definition:
NodeSet.h:21
maquina
This version of the SDK is unstable, i-e, it may change with no warning.
Definition:
AddCurveAction.h:20
Node.h
MAQUINA_EXPORT
#define MAQUINA_EXPORT
Definition:
Export.h:31
maquina::NodeSet::_impl
void * _impl
Definition:
NodeSet.h:31
maquina::Node
Base class of all Rumba nodes.
Definition:
Node.h:37
maquina
include
Maquina
NodeSet.h
Generated by
doxygen
1.8.14