CubbyFlow v0.71
Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
z
+
Variables
d
e
f
g
h
i
o
p
q
s
t
w
z
+
Typedefs
a
b
c
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
z
Enumerations
+
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
f
h
i
j
l
m
n
o
p
r
t
u
v
w
x
y
z
+
Typedefs
b
c
d
f
i
m
n
o
p
r
s
t
u
v
Enumerations
Related Functions
+
Files
File List
+
File Members
+
All
a
c
u
+
Functions
a
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Search Results
API
Python
Emitter
VolumeParticleEmitter.hpp
Go to the documentation of this file.
1
// This code is based on Jet framework.
2
// Copyright (c) 2018 Doyub Kim
3
// CubbyFlow is voxel-based fluid simulation engine for computer games.
4
// Copyright (c) 2020 CubbyFlow Team
5
// Core Part: Chris Ohk, Junwoo Hwang, Jihong Sin, Seungwoo Yoo
6
// AI Part: Dongheon Cho, Minseo Kim
7
// We are making my contributions/submissions to this project solely in our
8
// personal capacity and are not conveying any rights to any intellectual
9
// property of any third parties.
10
11
#ifndef CUBBYFLOW_PYTHON_VOLUME_PARTICLE_EMITTER_HPP
12
#define CUBBYFLOW_PYTHON_VOLUME_PARTICLE_EMITTER_HPP
13
14
#include <pybind11/pybind11.h>
15
16
void
AddVolumeParticleEmitter2
(pybind11::module& m);
17
void
AddVolumeParticleEmitter3
(pybind11::module& m);
18
19
#endif
AddVolumeParticleEmitter3
void AddVolumeParticleEmitter3(pybind11::module &m)
AddVolumeParticleEmitter2
void AddVolumeParticleEmitter2(pybind11::module &m)
Generated on Wed Jul 27 2022 14:50:10 for CubbyFlow by
1.8.13