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
Dynamics
Vulkan
ParticleSystem
initializeParticleSystem.h
Go to the documentation of this file.
1
#pragma once
2
#include <
Plugin/PluginEntry.h
>
3
4
namespace
dyno
5
{
6
class
ParticleSystemInitializer
:
public
PluginEntry
7
{
8
public
:
9
static
PluginEntry
*
instance
();
10
11
protected
:
12
void
initializeActions
()
override
;
13
14
private
:
15
ParticleSystemInitializer
();
16
17
static
std::atomic<ParticleSystemInitializer*>
gInstance
;
18
static
std::mutex
gMutex
;
19
};
20
}
21
22
namespace
PaticleSystem
23
{
24
dyno::PluginEntry
*
initStaticPlugin
();
25
26
PERIDYNO_API
dyno::PluginEntry
*
initDynoPlugin
();
27
}
28
PluginEntry.h
dyno::ParticleSystemInitializer
Definition
initializeParticleSystem.h:7
dyno::ParticleSystemInitializer::gInstance
static std::atomic< ParticleSystemInitializer * > gInstance
Definition
initializeParticleSystem.h:17
dyno::ParticleSystemInitializer::initializeActions
void initializeActions() override
dyno::ParticleSystemInitializer::ParticleSystemInitializer
ParticleSystemInitializer()
dyno::ParticleSystemInitializer::instance
static PluginEntry * instance()
dyno::ParticleSystemInitializer::gMutex
static std::mutex gMutex
Definition
initializeParticleSystem.h:18
PaticleSystem
Definition
initializeParticleSystem.h:23
PaticleSystem::initStaticPlugin
dyno::PluginEntry * initStaticPlugin()
Definition
initializeParticleSystem.cpp:110
PaticleSystem::initDynoPlugin
PERIDYNO_API dyno::PluginEntry * initDynoPlugin()
Definition
initializeParticleSystem.cpp:102
dyno
This is an implementation of AdditiveCCD based on peridyno.
Definition
Array.h:25
dyno::PluginEntry
Definition
PluginEntry.h:14
dyno::PluginEntry::PluginEntry
PluginEntry()
Definition
PluginEntry.cpp:5
Generated by
1.13.2