OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
EntitySolverKriging.h
Go to the documentation of this file.
1
#pragma once
2
#pragma warning(disable : 4251)
3
4
#include "
EntitySolver.h
"
5
#include "
OldTreeIcon.h
"
6
7
#include <list>
8
9
class
__declspec(dllexport)
EntitySolverKriging :
public
EntitySolver
10
{
11
public
:
12
EntitySolverKriging(
ot::UID
ID, EntityBase *parent, EntityObserver *obs, ModelState *ms, ClassFactoryHandler* factory,
const
std::string &owner);
13
virtual
~EntitySolverKriging();
14
15
virtual
std::string getClassName(
void
)
override
{
return
"EntitySolverKriging"
; } ;
16
17
protected
:
18
virtual
int
getSchemaVersion(
void
)
override
{
return
1; } ;
19
20
private
:
21
};
22
EntitySolver.h
OldTreeIcon.h
ot::UID
unsigned long UID
Unique identifier (32 bit unsigned integer)
Definition
CoreTypes.h:27
Libraries
ModelEntities
include
EntitySolverKriging.h
Generated by
1.10.0