OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
OperatorAdd.h
Go to the documentation of this file.
1/*
2 * File: OperatorAdd.h
3 * Package: rbeCalc
4 *
5 * Created on: September 07, 2021
6 * Author: Alexander Kuester
7 * Copyright (c) 2021 Alexander Kuester
8 * This file is part of the RubberbandEngine package.
9 * This file is subject to the terms and conditions defined in
10 * file 'LICENSE', which is part of this source code package.
11 */
12
13#pragma once
14
15// RBE header
17
18namespace rbeCalc {
19
21 public:
23 virtual ~OperatorAdd() {}
24
25 virtual coordinate_t value(void) const override;
26 };
27
28}
bsoncxx::types::value value
Definition DocumentManager.h:16
Definition AbstractCalculationItem.h:20
Definition AbstractOperator.h:20
Definition OperatorAdd.h:20
virtual ~OperatorAdd()
Definition OperatorAdd.h:23
float coordinate_t
Definition dataTypes.h:26
#define RBE_API_EXPORT
Definition dataTypes.h:18
Definition AbstractCalculationItem.h:18