gstlearn
0.3.2
Geostatistics & Machine Learning toolbox
Main Page
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
Enumerations
Enumerator
a
c
d
m
o
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Classes
|
Macros
ICloneable.hpp File Reference
#include "gstlearn_export.hpp"
#include <typeinfo>
#include <assert.h>
Classes
class
ICloneable
Macros
#define
IMPLEMENT_CLONING
(Class)
Macro Definition Documentation
◆
IMPLEMENT_CLONING
#define IMPLEMENT_CLONING
(
Class
)
Value:
public
: \
inline
virtual
Class* clone() const override \
{ \
assert(
typeid
(*
this
) ==
typeid
(Class)); \
return (
new
Class(*
this
)); \
}
include
Basic
ICloneable.hpp
Generated on Thu Jul 27 2023 14:05:29 for gstlearn by
1.9.1