OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
PortFactory.h
Go to the documentation of this file.
1#pragma once
2/*********************************************************************
3 * @file PortFactory.h
4 * @brief Creates a port depending on a portsettings object
5 *
6 * @author Jan Wagner
7 * @date August 2022
8 *********************************************************************/
9#include "Port.h"
11
13{
14public:
15
16 Port<float> * CreatePort(PortSettings settings, std::pair<Point3D, index_t> sourceLocation);
17
18private:
19
20};
Definition PortFactory.h:13
Port< float > * CreatePort(PortSettings settings, std::pair< Point3D, index_t > sourceLocation)
Definition PortFactory.cpp:10
Definition Port.h:11
Definition PortSettings.h:18