PeriDyno
1.0.0
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace 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
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
b
c
d
e
g
h
i
k
m
p
q
r
s
t
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
v
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
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
a
b
c
d
e
f
h
i
j
m
n
o
p
q
r
s
t
v
Enumerations
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
w
x
y
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
f
g
i
l
m
o
p
q
s
t
v
w
x
Variables
Typedefs
Enumerations
Enumerator
g
v
w
Macros
_
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Loading...
Searching...
No Matches
D:
Peridyno
peridyno
src
Framework
TimeStamp.cpp
Go to the documentation of this file.
1
#include "
TimeStamp.h
"
2
#include <atomic>
3
4
#include <atomic>
5
6
namespace
dyno
{
7
8
TimeStamp::~TimeStamp
()
9
{
10
11
}
8
TimeStamp::~TimeStamp
() {
…
}
12
13
void
TimeStamp::mark
()
14
{
15
static
std::atomic<uint64_t> GlobalTickTime(0U);
16
mTickTime
= (
uint64
)++GlobalTickTime;
17
}
13
void
TimeStamp::mark
() {
…
}
18
19
}
TimeStamp.h
dyno::TimeStamp::mark
void mark()
Definition
TimeStamp.cpp:13
dyno::TimeStamp::~TimeStamp
~TimeStamp()
Definition
TimeStamp.cpp:8
dyno::TimeStamp::mTickTime
uint64 mTickTime
Definition
TimeStamp.h:37
dyno
This is an implementation of AdditiveCCD based on peridyno.
Definition
Array.h:25
dyno::uint64
unsigned long long uint64
Definition
Typedef.inl:31
Generated by
1.13.2