OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
ClassFactory.h
Go to the documentation of this file.
1
#pragma once
2
#include "
ClassFactoryHandlerAbstract.h
"
3
4
class
EntityBase;
5
6
class
_declspec(dllexport) ClassFactory :
public
ClassFactoryHandlerAbstract
7
{
8
public
:
9
virtual
EntityBase* CreateEntity(
const
std::string& className)
override
;
10
};
11
ClassFactoryHandlerAbstract.h
Libraries
ModelEntities
include
ClassFactory.h
Generated by
1.10.0