|
Blender V4.5
|
#include <cstddef>Go to the source code of this file.
| void manta_adapt_timestep | ( | struct MANTA * | fluid | ) |
Definition at line 149 of file manta_fluid_API.cpp.
References MANTA::adaptTimestep(), and manta_adapt_timestep().
Referenced by manta_adapt_timestep().
| bool manta_bake_data | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr ) |
Definition at line 84 of file manta_fluid_API.cpp.
References MANTA::bakeData(), and manta_bake_data().
Referenced by manta_bake_data().
| bool manta_bake_guiding | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr ) |
Definition at line 104 of file manta_fluid_API.cpp.
References MANTA::bakeGuiding(), and manta_bake_guiding().
Referenced by manta_bake_guiding().
| bool manta_bake_mesh | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr ) |
Definition at line 94 of file manta_fluid_API.cpp.
References MANTA::bakeMesh(), and manta_bake_mesh().
Referenced by manta_bake_mesh().
| bool manta_bake_noise | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr ) |
Definition at line 89 of file manta_fluid_API.cpp.
References MANTA::bakeNoise(), and manta_bake_noise().
Referenced by manta_bake_noise().
| bool manta_bake_particles | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr ) |
Definition at line 99 of file manta_fluid_API.cpp.
References MANTA::bakeParticles(), and manta_bake_particles().
Referenced by manta_bake_particles().
| bool manta_ensure_guiding | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd ) |
Definition at line 26 of file manta_fluid_API.cpp.
References MANTA::initGuiding(), and manta_ensure_guiding().
Referenced by manta_ensure_guiding().
| bool manta_ensure_invelocity | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd ) |
Definition at line 30 of file manta_fluid_API.cpp.
References MANTA::initInVelocity(), and manta_ensure_invelocity().
Referenced by manta_ensure_invelocity().
| bool manta_ensure_obstacle | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd ) |
Definition at line 22 of file manta_fluid_API.cpp.
References MANTA::initObstacle(), and manta_ensure_obstacle().
Referenced by manta_ensure_obstacle().
| bool manta_ensure_outflow | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd ) |
Definition at line 34 of file manta_fluid_API.cpp.
References MANTA::initOutflow(), and manta_ensure_outflow().
Referenced by manta_ensure_outflow().
| void manta_free | ( | struct MANTA * | fluid | ) |
Definition at line 17 of file manta_fluid_API.cpp.
References manta_free().
Referenced by fluid_modifier_freeDomain(), fluid_modifier_reset_ex(), and manta_free().
| float * manta_get_force_x | ( | struct MANTA * | fluid | ) |
Definition at line 225 of file manta_fluid_API.cpp.
References MANTA::getForceX(), and manta_get_force_x().
Referenced by manta_get_force_x().
| float * manta_get_force_y | ( | struct MANTA * | fluid | ) |
Definition at line 229 of file manta_fluid_API.cpp.
References MANTA::getForceY(), and manta_get_force_y().
Referenced by manta_get_force_y().
| float * manta_get_force_z | ( | struct MANTA * | fluid | ) |
Definition at line 233 of file manta_fluid_API.cpp.
References MANTA::getForceZ(), and manta_get_force_z().
Referenced by manta_get_force_z().
| int manta_get_frame | ( | struct MANTA * | fluid | ) |
Definition at line 139 of file manta_fluid_API.cpp.
References MANTA::getFrame(), and manta_get_frame().
Referenced by manta_get_frame().
| float * manta_get_guide_velocity_x | ( | struct MANTA * | fluid | ) |
Definition at line 199 of file manta_fluid_API.cpp.
References MANTA::getGuideVelocityX(), and manta_get_guide_velocity_x().
Referenced by manta_get_guide_velocity_x().
| float * manta_get_guide_velocity_y | ( | struct MANTA * | fluid | ) |
Definition at line 203 of file manta_fluid_API.cpp.
References MANTA::getGuideVelocityY(), and manta_get_guide_velocity_y().
Referenced by manta_get_guide_velocity_y().
| float * manta_get_guide_velocity_z | ( | struct MANTA * | fluid | ) |
Definition at line 207 of file manta_fluid_API.cpp.
References MANTA::getGuideVelocityZ(), and manta_get_guide_velocity_z().
Referenced by manta_get_guide_velocity_z().
| float * manta_get_in_velocity_x | ( | struct MANTA * | fluid | ) |
Definition at line 212 of file manta_fluid_API.cpp.
References MANTA::getInVelocityX(), and manta_get_in_velocity_x().
Referenced by manta_get_in_velocity_x().
| float * manta_get_in_velocity_y | ( | struct MANTA * | fluid | ) |
Definition at line 216 of file manta_fluid_API.cpp.
References MANTA::getInVelocityY(), and manta_get_in_velocity_y().
Referenced by manta_get_in_velocity_y().
| float * manta_get_in_velocity_z | ( | struct MANTA * | fluid | ) |
Definition at line 220 of file manta_fluid_API.cpp.
References MANTA::getInVelocityZ(), and manta_get_in_velocity_z().
Referenced by manta_get_in_velocity_z().
| size_t manta_get_index | ( | int | x, |
| int | max_x, | ||
| int | y, | ||
| int | max_y, | ||
| int | z ) |
Definition at line 165 of file manta_fluid_API.cpp.
References manta_get_index(), x, y, and z().
Referenced by manta_get_index().
| size_t manta_get_index2d | ( | int | x, |
| int | max_x, | ||
| int | y ) |
Definition at line 169 of file manta_fluid_API.cpp.
References manta_get_index2d(), x, and y.
Referenced by manta_get_index2d().
| float * manta_get_num_guide | ( | struct MANTA * | fluid | ) |
Definition at line 247 of file manta_fluid_API.cpp.
References MANTA::getNumGuide(), and manta_get_num_guide().
Referenced by manta_get_num_guide().
| float * manta_get_num_obstacle | ( | struct MANTA * | fluid | ) |
Definition at line 243 of file manta_fluid_API.cpp.
References MANTA::getNumObstacle(), and manta_get_num_obstacle().
Referenced by manta_get_num_obstacle().
| float * manta_get_ob_velocity_x | ( | struct MANTA * | fluid | ) |
Definition at line 186 of file manta_fluid_API.cpp.
References MANTA::getObVelocityX(), and manta_get_ob_velocity_x().
Referenced by manta_get_ob_velocity_x().
| float * manta_get_ob_velocity_y | ( | struct MANTA * | fluid | ) |
Definition at line 190 of file manta_fluid_API.cpp.
References MANTA::getObVelocityY(), and manta_get_ob_velocity_y().
Referenced by manta_get_ob_velocity_y().
| float * manta_get_ob_velocity_z | ( | struct MANTA * | fluid | ) |
Definition at line 194 of file manta_fluid_API.cpp.
References MANTA::getObVelocityZ(), and manta_get_ob_velocity_z().
Referenced by manta_get_ob_velocity_z().
| float * manta_get_phi | ( | struct MANTA * | fluid | ) |
Definition at line 289 of file manta_fluid_API.cpp.
References MANTA::getPhi(), and manta_get_phi().
Referenced by manta_get_phi().
| float * manta_get_phi_in | ( | struct MANTA * | fluid | ) |
Definition at line 265 of file manta_fluid_API.cpp.
References MANTA::getPhiIn(), and manta_get_phi_in().
Referenced by manta_get_phi_in().
| float * manta_get_phiguide_in | ( | struct MANTA * | fluid | ) |
Definition at line 238 of file manta_fluid_API.cpp.
References MANTA::getPhiGuideIn(), and manta_get_phiguide_in().
Referenced by manta_get_phiguide_in().
| float * manta_get_phiobs_in | ( | struct MANTA * | fluid | ) |
Definition at line 273 of file manta_fluid_API.cpp.
References MANTA::getPhiObsIn(), and manta_get_phiobs_in().
Referenced by manta_get_phiobs_in().
| float * manta_get_phiobsstatic_in | ( | struct MANTA * | fluid | ) |
Definition at line 277 of file manta_fluid_API.cpp.
References MANTA::getPhiObsStaticIn(), and manta_get_phiobsstatic_in().
Referenced by manta_get_phiobsstatic_in().
| float * manta_get_phiout_in | ( | struct MANTA * | fluid | ) |
Definition at line 281 of file manta_fluid_API.cpp.
References MANTA::getPhiOutIn(), and manta_get_phiout_in().
Referenced by manta_get_phiout_in().
| float * manta_get_phioutstatic_in | ( | struct MANTA * | fluid | ) |
Definition at line 285 of file manta_fluid_API.cpp.
References MANTA::getPhiOutStaticIn(), and manta_get_phioutstatic_in().
Referenced by manta_get_phioutstatic_in().
| float * manta_get_phistatic_in | ( | struct MANTA * | fluid | ) |
Definition at line 269 of file manta_fluid_API.cpp.
References MANTA::getPhiStaticIn(), and manta_get_phistatic_in().
Referenced by manta_get_phistatic_in().
| float * manta_get_pressure | ( | struct MANTA * | fluid | ) |
Definition at line 293 of file manta_fluid_API.cpp.
References MANTA::getPressure(), and manta_get_pressure().
Referenced by manta_get_pressure().
| int manta_get_res_x | ( | struct MANTA * | fluid | ) |
Definition at line 252 of file manta_fluid_API.cpp.
References MANTA::getResX(), and manta_get_res_x().
Referenced by manta_get_res_x(), and particles_fluid_step().
| int manta_get_res_y | ( | struct MANTA * | fluid | ) |
Definition at line 256 of file manta_fluid_API.cpp.
References MANTA::getResY(), and manta_get_res_y().
Referenced by manta_get_res_y(), and particles_fluid_step().
| int manta_get_res_z | ( | struct MANTA * | fluid | ) |
Definition at line 260 of file manta_fluid_API.cpp.
References MANTA::getResZ(), and manta_get_res_z().
Referenced by manta_get_res_z(), and particles_fluid_step().
| float manta_get_timestep | ( | struct MANTA * | fluid | ) |
Definition at line 144 of file manta_fluid_API.cpp.
References MANTA::getTimestep(), and manta_get_timestep().
Referenced by manta_get_timestep().
| float * manta_get_velocity_x | ( | struct MANTA * | fluid | ) |
Definition at line 173 of file manta_fluid_API.cpp.
References MANTA::getVelocityX(), and manta_get_velocity_x().
Referenced by manta_get_velocity_x().
| float * manta_get_velocity_y | ( | struct MANTA * | fluid | ) |
Definition at line 177 of file manta_fluid_API.cpp.
References MANTA::getVelocityY(), and manta_get_velocity_y().
Referenced by manta_get_velocity_y().
| float * manta_get_velocity_z | ( | struct MANTA * | fluid | ) |
Definition at line 181 of file manta_fluid_API.cpp.
References MANTA::getVelocityZ(), and manta_get_velocity_z().
Referenced by manta_get_velocity_z().
| bool manta_has_data | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr ) |
Definition at line 109 of file manta_fluid_API.cpp.
References MANTA::hasData(), and manta_has_data().
Referenced by manta_has_data().
| bool manta_has_guiding | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr, | ||
| bool | domain ) |
Definition at line 129 of file manta_fluid_API.cpp.
References MANTA::hasGuiding(), and manta_has_guiding().
Referenced by manta_has_guiding().
| bool manta_has_mesh | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr ) |
Definition at line 119 of file manta_fluid_API.cpp.
References MANTA::hasMesh(), and manta_has_mesh().
Referenced by manta_has_mesh().
| bool manta_has_noise | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr ) |
Definition at line 114 of file manta_fluid_API.cpp.
References MANTA::hasNoise(), and manta_has_noise().
Referenced by manta_has_noise().
| bool manta_has_particles | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr ) |
Definition at line 124 of file manta_fluid_API.cpp.
References MANTA::hasParticles(), and manta_has_particles().
Referenced by manta_has_particles().
| struct MANTA * manta_init | ( | int * | res, |
| struct FluidModifierData * | fmd ) |
Definition at line 13 of file manta_fluid_API.cpp.
References MANTA::MANTA(), and manta_init().
Referenced by manta_init().
| bool manta_liquid_ensure_sndparts | ( | struct MANTA * | liquid, |
| struct FluidModifierData * | fmd ) |
Definition at line 581 of file manta_fluid_API.cpp.
References MANTA::initLiquidSndParts(), and manta_liquid_ensure_sndparts().
Referenced by manta_liquid_ensure_sndparts().
| bool manta_liquid_export_script | ( | struct MANTA * | liquid, |
| struct FluidModifierData * | fmd ) |
Definition at line 576 of file manta_fluid_API.cpp.
References MANTA::exportLiquidScript(), and manta_liquid_export_script().
Referenced by manta_liquid_export_script().
| int manta_liquid_get_flip_particle_flag_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 696 of file manta_fluid_API.cpp.
References MANTA::getFlipParticleFlagAt(), i, and manta_liquid_get_flip_particle_flag_at().
Referenced by manta_liquid_get_flip_particle_flag_at(), and particles_fluid_step().
| float manta_liquid_get_flip_particle_position_x_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 705 of file manta_fluid_API.cpp.
References MANTA::getFlipParticlePositionXAt(), i, and manta_liquid_get_flip_particle_position_x_at().
Referenced by manta_liquid_get_flip_particle_position_x_at(), and particles_fluid_step().
| float manta_liquid_get_flip_particle_position_y_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 709 of file manta_fluid_API.cpp.
References MANTA::getFlipParticlePositionYAt(), i, and manta_liquid_get_flip_particle_position_y_at().
Referenced by manta_liquid_get_flip_particle_position_y_at(), and particles_fluid_step().
| float manta_liquid_get_flip_particle_position_z_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 713 of file manta_fluid_API.cpp.
References MANTA::getFlipParticlePositionZAt(), i, and manta_liquid_get_flip_particle_position_z_at().
Referenced by manta_liquid_get_flip_particle_position_z_at(), and particles_fluid_step().
| float manta_liquid_get_flip_particle_velocity_x_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 718 of file manta_fluid_API.cpp.
References MANTA::getFlipParticleVelocityXAt(), i, and manta_liquid_get_flip_particle_velocity_x_at().
Referenced by manta_liquid_get_flip_particle_velocity_x_at(), and particles_fluid_step().
| float manta_liquid_get_flip_particle_velocity_y_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 722 of file manta_fluid_API.cpp.
References MANTA::getFlipParticleVelocityYAt(), i, and manta_liquid_get_flip_particle_velocity_y_at().
Referenced by manta_liquid_get_flip_particle_velocity_y_at(), and particles_fluid_step().
| float manta_liquid_get_flip_particle_velocity_z_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 726 of file manta_fluid_API.cpp.
References MANTA::getFlipParticleVelocityZAt(), i, and manta_liquid_get_flip_particle_velocity_z_at().
Referenced by manta_liquid_get_flip_particle_velocity_z_at(), and particles_fluid_step().
| int manta_liquid_get_mesh_res_x | ( | struct MANTA * | liquid | ) |
Definition at line 600 of file manta_fluid_API.cpp.
References MANTA::getMeshResX(), and manta_liquid_get_mesh_res_x().
Referenced by manta_liquid_get_mesh_res_x().
| int manta_liquid_get_mesh_res_y | ( | struct MANTA * | liquid | ) |
Definition at line 604 of file manta_fluid_API.cpp.
References MANTA::getMeshResY(), and manta_liquid_get_mesh_res_y().
Referenced by manta_liquid_get_mesh_res_y().
| int manta_liquid_get_mesh_res_z | ( | struct MANTA * | liquid | ) |
Definition at line 608 of file manta_fluid_API.cpp.
References MANTA::getMeshResZ(), and manta_liquid_get_mesh_res_z().
Referenced by manta_liquid_get_mesh_res_z().
| int manta_liquid_get_mesh_upres | ( | struct MANTA * | liquid | ) |
Definition at line 617 of file manta_fluid_API.cpp.
References MANTA::getMeshUpres(), and manta_liquid_get_mesh_upres().
Referenced by manta_liquid_get_mesh_upres().
| float manta_liquid_get_normal_x_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 648 of file manta_fluid_API.cpp.
References MANTA::getNormalXAt(), i, and manta_liquid_get_normal_x_at().
Referenced by manta_liquid_get_normal_x_at().
| float manta_liquid_get_normal_y_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 652 of file manta_fluid_API.cpp.
References MANTA::getNormalYAt(), i, and manta_liquid_get_normal_y_at().
Referenced by manta_liquid_get_normal_y_at().
| float manta_liquid_get_normal_z_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 656 of file manta_fluid_API.cpp.
References MANTA::getNormalZAt(), i, and manta_liquid_get_normal_z_at().
Referenced by manta_liquid_get_normal_z_at().
| int manta_liquid_get_num_flip_particles | ( | struct MANTA * | liquid | ) |
Definition at line 687 of file manta_fluid_API.cpp.
References MANTA::getNumFlipParticles(), and manta_liquid_get_num_flip_particles().
Referenced by manta_liquid_get_num_flip_particles(), and particles_fluid_step().
| int manta_liquid_get_num_normals | ( | struct MANTA * | liquid | ) |
Definition at line 626 of file manta_fluid_API.cpp.
References MANTA::getNumNormals(), and manta_liquid_get_num_normals().
Referenced by manta_liquid_get_num_normals().
| int manta_liquid_get_num_snd_particles | ( | struct MANTA * | liquid | ) |
Definition at line 691 of file manta_fluid_API.cpp.
References MANTA::getNumSndParticles(), and manta_liquid_get_num_snd_particles().
Referenced by manta_liquid_get_num_snd_particles(), and particles_fluid_step().
| int manta_liquid_get_num_triangles | ( | struct MANTA * | liquid | ) |
Definition at line 630 of file manta_fluid_API.cpp.
References MANTA::getNumTriangles(), and manta_liquid_get_num_triangles().
Referenced by manta_liquid_get_num_triangles().
| int manta_liquid_get_num_verts | ( | struct MANTA * | liquid | ) |
Definition at line 622 of file manta_fluid_API.cpp.
References MANTA::getNumVertices(), and manta_liquid_get_num_verts().
Referenced by manta_liquid_get_num_verts().
| int manta_liquid_get_particle_res_x | ( | struct MANTA * | liquid | ) |
Definition at line 587 of file manta_fluid_API.cpp.
References MANTA::getParticleResX(), and manta_liquid_get_particle_res_x().
Referenced by manta_liquid_get_particle_res_x(), and particles_fluid_step().
| int manta_liquid_get_particle_res_y | ( | struct MANTA * | liquid | ) |
Definition at line 591 of file manta_fluid_API.cpp.
References MANTA::getParticleResY(), and manta_liquid_get_particle_res_y().
Referenced by manta_liquid_get_particle_res_y(), and particles_fluid_step().
| int manta_liquid_get_particle_res_z | ( | struct MANTA * | liquid | ) |
Definition at line 595 of file manta_fluid_API.cpp.
References MANTA::getParticleResZ(), and manta_liquid_get_particle_res_z().
Referenced by manta_liquid_get_particle_res_z(), and particles_fluid_step().
| int manta_liquid_get_particle_upres | ( | struct MANTA * | liquid | ) |
Definition at line 613 of file manta_fluid_API.cpp.
References MANTA::getParticleUpres(), and manta_liquid_get_particle_upres().
Referenced by manta_liquid_get_particle_upres(), and particles_fluid_step().
| int manta_liquid_get_snd_particle_flag_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 700 of file manta_fluid_API.cpp.
References MANTA::getSndParticleFlagAt(), i, and manta_liquid_get_snd_particle_flag_at().
Referenced by manta_liquid_get_snd_particle_flag_at(), and particles_fluid_step().
| float manta_liquid_get_snd_particle_position_x_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 731 of file manta_fluid_API.cpp.
References MANTA::getSndParticlePositionXAt(), i, and manta_liquid_get_snd_particle_position_x_at().
Referenced by manta_liquid_get_snd_particle_position_x_at(), and particles_fluid_step().
| float manta_liquid_get_snd_particle_position_y_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 735 of file manta_fluid_API.cpp.
References MANTA::getSndParticlePositionYAt(), i, and manta_liquid_get_snd_particle_position_y_at().
Referenced by manta_liquid_get_snd_particle_position_y_at(), and particles_fluid_step().
| float manta_liquid_get_snd_particle_position_z_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 739 of file manta_fluid_API.cpp.
References MANTA::getSndParticlePositionZAt(), i, and manta_liquid_get_snd_particle_position_z_at().
Referenced by manta_liquid_get_snd_particle_position_z_at(), and particles_fluid_step().
| float manta_liquid_get_snd_particle_velocity_x_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 744 of file manta_fluid_API.cpp.
References MANTA::getSndParticleVelocityXAt(), i, and manta_liquid_get_snd_particle_velocity_x_at().
Referenced by manta_liquid_get_snd_particle_velocity_x_at(), and particles_fluid_step().
| float manta_liquid_get_snd_particle_velocity_y_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 748 of file manta_fluid_API.cpp.
References MANTA::getSndParticleVelocityYAt(), i, and manta_liquid_get_snd_particle_velocity_y_at().
Referenced by manta_liquid_get_snd_particle_velocity_y_at(), and particles_fluid_step().
| float manta_liquid_get_snd_particle_velocity_z_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 752 of file manta_fluid_API.cpp.
References MANTA::getSndParticleVelocityZAt(), i, and manta_liquid_get_snd_particle_velocity_z_at().
Referenced by manta_liquid_get_snd_particle_velocity_z_at(), and particles_fluid_step().
| int manta_liquid_get_triangle_x_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 661 of file manta_fluid_API.cpp.
References MANTA::getTriangleXAt(), i, and manta_liquid_get_triangle_x_at().
Referenced by manta_liquid_get_triangle_x_at().
| int manta_liquid_get_triangle_y_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 665 of file manta_fluid_API.cpp.
References MANTA::getTriangleYAt(), i, and manta_liquid_get_triangle_y_at().
Referenced by manta_liquid_get_triangle_y_at().
| int manta_liquid_get_triangle_z_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 669 of file manta_fluid_API.cpp.
References MANTA::getTriangleZAt(), i, and manta_liquid_get_triangle_z_at().
Referenced by manta_liquid_get_triangle_z_at().
| float manta_liquid_get_vertex_x_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 635 of file manta_fluid_API.cpp.
References MANTA::getVertexXAt(), i, and manta_liquid_get_vertex_x_at().
Referenced by manta_liquid_get_vertex_x_at().
| float manta_liquid_get_vertex_y_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 639 of file manta_fluid_API.cpp.
References MANTA::getVertexYAt(), i, and manta_liquid_get_vertex_y_at().
Referenced by manta_liquid_get_vertex_y_at().
| float manta_liquid_get_vertex_z_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 643 of file manta_fluid_API.cpp.
References MANTA::getVertexZAt(), i, and manta_liquid_get_vertex_z_at().
Referenced by manta_liquid_get_vertex_z_at().
| float manta_liquid_get_vertvel_x_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 674 of file manta_fluid_API.cpp.
References MANTA::getVertVelXAt(), i, and manta_liquid_get_vertvel_x_at().
Referenced by manta_liquid_get_vertvel_x_at().
| float manta_liquid_get_vertvel_y_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 678 of file manta_fluid_API.cpp.
References MANTA::getVertVelYAt(), i, and manta_liquid_get_vertvel_y_at().
Referenced by manta_liquid_get_vertvel_y_at().
| float manta_liquid_get_vertvel_z_at | ( | struct MANTA * | liquid, |
| int | i ) |
Definition at line 682 of file manta_fluid_API.cpp.
References MANTA::getVertVelZAt(), i, and manta_liquid_get_vertvel_z_at().
Referenced by manta_liquid_get_vertvel_z_at().
| bool manta_needs_realloc | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd ) |
Definition at line 154 of file manta_fluid_API.cpp.
References manta_needs_realloc(), and MANTA::needsRealloc().
Referenced by manta_needs_realloc().
| int manta_noise_get_cells | ( | struct MANTA * | smoke | ) |
Definition at line 570 of file manta_fluid_API.cpp.
References MANTA::getResXHigh(), MANTA::getResYHigh(), MANTA::getResZHigh(), and manta_noise_get_cells().
Referenced by manta_noise_get_cells().
| float * manta_noise_get_color_b | ( | struct MANTA * | smoke | ) |
Definition at line 520 of file manta_fluid_API.cpp.
References MANTA::getColorBHigh(), and manta_noise_get_color_b().
Referenced by manta_noise_get_color_b().
| float * manta_noise_get_color_g | ( | struct MANTA * | smoke | ) |
Definition at line 516 of file manta_fluid_API.cpp.
References MANTA::getColorGHigh(), and manta_noise_get_color_g().
Referenced by manta_noise_get_color_g().
| float * manta_noise_get_color_r | ( | struct MANTA * | smoke | ) |
Definition at line 512 of file manta_fluid_API.cpp.
References MANTA::getColorRHigh(), and manta_noise_get_color_r().
Referenced by manta_noise_get_color_r().
| float * manta_noise_get_density | ( | struct MANTA * | smoke | ) |
Definition at line 500 of file manta_fluid_API.cpp.
References MANTA::getDensityHigh(), and manta_noise_get_density().
Referenced by manta_noise_get_density().
| float * manta_noise_get_flame | ( | struct MANTA * | smoke | ) |
Definition at line 524 of file manta_fluid_API.cpp.
References MANTA::getFlameHigh(), and manta_noise_get_flame().
Referenced by manta_noise_get_flame().
| float * manta_noise_get_fuel | ( | struct MANTA * | smoke | ) |
Definition at line 504 of file manta_fluid_API.cpp.
References MANTA::getFuelHigh(), and manta_noise_get_fuel().
Referenced by manta_noise_get_fuel().
| float * manta_noise_get_react | ( | struct MANTA * | smoke | ) |
Definition at line 508 of file manta_fluid_API.cpp.
References MANTA::getReactHigh(), and manta_noise_get_react().
Referenced by manta_noise_get_react().
| void manta_noise_get_res | ( | struct MANTA * | smoke, |
| int * | res ) |
Definition at line 564 of file manta_fluid_API.cpp.
References MANTA::getResXHigh(), MANTA::getResYHigh(), MANTA::getResZHigh(), and manta_noise_get_res().
Referenced by manta_noise_get_res().
| void manta_noise_get_rgba | ( | struct MANTA * | smoke, |
| float * | data, | ||
| int | sequential ) |
Definition at line 342 of file manta_fluid_API.cpp.
References data, get_rgba(), MANTA::getColorBHigh(), MANTA::getColorGHigh(), MANTA::getColorRHigh(), MANTA::getDensityHigh(), MANTA::getTotalCellsHigh(), and manta_noise_get_rgba().
Referenced by manta_noise_get_rgba().
| void manta_noise_get_rgba_fixed_color | ( | struct MANTA * | smoke, |
| float | color[3], | ||
| float * | data, | ||
| int | sequential ) |
Definition at line 380 of file manta_fluid_API.cpp.
References data, get_rgba_fixed_color(), MANTA::getTotalCellsHigh(), and manta_noise_get_rgba_fixed_color().
Referenced by manta_noise_get_rgba_fixed_color().
| float * manta_noise_get_texture_u | ( | struct MANTA * | smoke | ) |
Definition at line 528 of file manta_fluid_API.cpp.
References MANTA::getTextureU(), and manta_noise_get_texture_u().
Referenced by manta_noise_get_texture_u().
| float * manta_noise_get_texture_u2 | ( | struct MANTA * | smoke | ) |
Definition at line 540 of file manta_fluid_API.cpp.
References MANTA::getTextureU2(), and manta_noise_get_texture_u2().
Referenced by manta_noise_get_texture_u2().
| float * manta_noise_get_texture_v | ( | struct MANTA * | smoke | ) |
Definition at line 532 of file manta_fluid_API.cpp.
References MANTA::getTextureV(), and manta_noise_get_texture_v().
Referenced by manta_noise_get_texture_v().
| float * manta_noise_get_texture_v2 | ( | struct MANTA * | smoke | ) |
Definition at line 544 of file manta_fluid_API.cpp.
References MANTA::getTextureV2(), and manta_noise_get_texture_v2().
Referenced by manta_noise_get_texture_v2().
| float * manta_noise_get_texture_w | ( | struct MANTA * | smoke | ) |
Definition at line 536 of file manta_fluid_API.cpp.
References MANTA::getTextureW(), and manta_noise_get_texture_w().
Referenced by manta_noise_get_texture_w().
| float * manta_noise_get_texture_w2 | ( | struct MANTA * | smoke | ) |
Definition at line 548 of file manta_fluid_API.cpp.
References MANTA::getTextureW2(), and manta_noise_get_texture_w2().
Referenced by manta_noise_get_texture_w2().
| bool manta_noise_has_colors | ( | struct MANTA * | smoke | ) |
Definition at line 557 of file manta_fluid_API.cpp.
References MANTA::getColorBHigh(), MANTA::getColorGHigh(), MANTA::getColorRHigh(), and manta_noise_has_colors().
Referenced by manta_noise_has_colors().
| bool manta_noise_has_fuel | ( | struct MANTA * | smoke | ) |
Definition at line 553 of file manta_fluid_API.cpp.
References MANTA::getFuelHigh(), and manta_noise_has_fuel().
Referenced by manta_noise_has_fuel().
| bool manta_read_config | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr ) |
Definition at line 54 of file manta_fluid_API.cpp.
References manta_read_config(), and MANTA::readConfiguration().
Referenced by manta_read_config().
| bool manta_read_data | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr, | ||
| bool | resumable ) |
Definition at line 59 of file manta_fluid_API.cpp.
References manta_read_data(), and MANTA::readData().
Referenced by manta_read_data().
| bool manta_read_guiding | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr, | ||
| bool | sourceDomain ) |
Definition at line 79 of file manta_fluid_API.cpp.
References manta_read_guiding(), and MANTA::readGuiding().
Referenced by manta_read_guiding().
| bool manta_read_mesh | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr ) |
Definition at line 69 of file manta_fluid_API.cpp.
References manta_read_mesh(), and MANTA::readMesh().
Referenced by manta_read_mesh().
| bool manta_read_noise | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr, | ||
| bool | resumable ) |
Definition at line 64 of file manta_fluid_API.cpp.
References manta_read_noise(), and MANTA::readNoise().
Referenced by manta_read_noise().
| bool manta_read_particles | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr, | ||
| bool | resumable ) |
Definition at line 74 of file manta_fluid_API.cpp.
References manta_read_particles(), and MANTA::readParticles().
Referenced by manta_read_particles().
| bool manta_smoke_ensure_colors | ( | struct MANTA * | smoke, |
| struct FluidModifierData * | fmd ) |
Definition at line 399 of file manta_fluid_API.cpp.
References MANTA::initColors(), MANTA::initColorsHigh(), manta_smoke_ensure_colors(), result, and MANTA::usingNoise().
Referenced by manta_smoke_ensure_colors().
| bool manta_smoke_ensure_fire | ( | struct MANTA * | smoke, |
| struct FluidModifierData * | fmd ) |
Definition at line 390 of file manta_fluid_API.cpp.
References MANTA::initFire(), MANTA::initFireHigh(), manta_smoke_ensure_fire(), result, and MANTA::usingNoise().
Referenced by manta_smoke_ensure_fire().
| bool manta_smoke_ensure_heat | ( | struct MANTA * | smoke, |
| struct FluidModifierData * | fmd ) |
Definition at line 385 of file manta_fluid_API.cpp.
References MANTA::initHeat(), and manta_smoke_ensure_heat().
Referenced by manta_smoke_ensure_heat().
| bool manta_smoke_export_script | ( | struct MANTA * | smoke, |
| struct FluidModifierData * | fmd ) |
Definition at line 299 of file manta_fluid_API.cpp.
References MANTA::exportSmokeScript(), and manta_smoke_export_script().
Referenced by manta_smoke_export_script().
| float * manta_smoke_get_color_b | ( | struct MANTA * | smoke | ) |
Definition at line 442 of file manta_fluid_API.cpp.
References MANTA::getColorB(), and manta_smoke_get_color_b().
Referenced by manta_smoke_get_color_b().
| float * manta_smoke_get_color_b_in | ( | struct MANTA * | smoke | ) |
Definition at line 468 of file manta_fluid_API.cpp.
References MANTA::getColorBIn(), and manta_smoke_get_color_b_in().
Referenced by manta_smoke_get_color_b_in().
| float * manta_smoke_get_color_g | ( | struct MANTA * | smoke | ) |
Definition at line 438 of file manta_fluid_API.cpp.
References MANTA::getColorG(), and manta_smoke_get_color_g().
Referenced by manta_smoke_get_color_g().
| float * manta_smoke_get_color_g_in | ( | struct MANTA * | smoke | ) |
Definition at line 464 of file manta_fluid_API.cpp.
References MANTA::getColorGIn(), and manta_smoke_get_color_g_in().
Referenced by manta_smoke_get_color_g_in().
| float * manta_smoke_get_color_r | ( | struct MANTA * | smoke | ) |
Definition at line 434 of file manta_fluid_API.cpp.
References MANTA::getColorR(), and manta_smoke_get_color_r().
Referenced by manta_smoke_get_color_r().
| float * manta_smoke_get_color_r_in | ( | struct MANTA * | smoke | ) |
Definition at line 460 of file manta_fluid_API.cpp.
References MANTA::getColorRIn(), and manta_smoke_get_color_r_in().
Referenced by manta_smoke_get_color_r_in().
| float * manta_smoke_get_density | ( | struct MANTA * | smoke | ) |
Definition at line 409 of file manta_fluid_API.cpp.
References MANTA::getDensity(), and manta_smoke_get_density().
Referenced by manta_smoke_get_density().
| float * manta_smoke_get_density_in | ( | struct MANTA * | smoke | ) |
Definition at line 452 of file manta_fluid_API.cpp.
References MANTA::getDensityIn(), and manta_smoke_get_density_in().
Referenced by manta_smoke_get_density_in().
| float * manta_smoke_get_emission_in | ( | struct MANTA * | smoke | ) |
Definition at line 480 of file manta_fluid_API.cpp.
References MANTA::getEmissionIn(), and manta_smoke_get_emission_in().
Referenced by manta_smoke_get_emission_in().
| int * manta_smoke_get_flags | ( | struct MANTA * | smoke | ) |
Definition at line 447 of file manta_fluid_API.cpp.
References MANTA::getFlags(), and manta_smoke_get_flags().
Referenced by DRW_fluid_ensure_flags(), and manta_smoke_get_flags().
| float * manta_smoke_get_flame | ( | struct MANTA * | smoke | ) |
Definition at line 425 of file manta_fluid_API.cpp.
References MANTA::getFlame(), and manta_smoke_get_flame().
Referenced by manta_smoke_get_flame().
| float * manta_smoke_get_fuel | ( | struct MANTA * | smoke | ) |
Definition at line 413 of file manta_fluid_API.cpp.
References MANTA::getFuel(), and manta_smoke_get_fuel().
Referenced by manta_smoke_get_fuel().
| float * manta_smoke_get_fuel_in | ( | struct MANTA * | smoke | ) |
Definition at line 472 of file manta_fluid_API.cpp.
References MANTA::getFuelIn(), and manta_smoke_get_fuel_in().
Referenced by manta_smoke_get_fuel_in().
| float * manta_smoke_get_heat | ( | struct MANTA * | smoke | ) |
Definition at line 421 of file manta_fluid_API.cpp.
References MANTA::getHeat(), and manta_smoke_get_heat().
Referenced by manta_smoke_get_heat().
| float * manta_smoke_get_heat_in | ( | struct MANTA * | smoke | ) |
Definition at line 456 of file manta_fluid_API.cpp.
References MANTA::getHeatIn(), and manta_smoke_get_heat_in().
Referenced by manta_smoke_get_heat_in().
| float * manta_smoke_get_react | ( | struct MANTA * | smoke | ) |
Definition at line 417 of file manta_fluid_API.cpp.
References MANTA::getReact(), and manta_smoke_get_react().
Referenced by manta_smoke_get_react().
| float * manta_smoke_get_react_in | ( | struct MANTA * | smoke | ) |
Definition at line 476 of file manta_fluid_API.cpp.
References MANTA::getReactIn(), and manta_smoke_get_react_in().
Referenced by manta_smoke_get_react_in().
| void manta_smoke_get_rgba | ( | struct MANTA * | smoke, |
| float * | data, | ||
| int | sequential ) |
Definition at line 331 of file manta_fluid_API.cpp.
References data, get_rgba(), MANTA::getColorB(), MANTA::getColorG(), MANTA::getColorR(), MANTA::getDensity(), MANTA::getTotalCells(), and manta_smoke_get_rgba().
Referenced by manta_smoke_get_rgba().
| void manta_smoke_get_rgba_fixed_color | ( | struct MANTA * | smoke, |
| float | color[3], | ||
| float * | data, | ||
| int | sequential ) |
Definition at line 375 of file manta_fluid_API.cpp.
References data, get_rgba_fixed_color(), MANTA::getTotalCells(), and manta_smoke_get_rgba_fixed_color().
Referenced by manta_smoke_get_rgba_fixed_color().
| float * manta_smoke_get_shadow | ( | struct MANTA * | smoke | ) |
Definition at line 429 of file manta_fluid_API.cpp.
References MANTA::getShadow(), and manta_smoke_get_shadow().
Referenced by DRW_smoke_ensure(), and manta_smoke_get_shadow().
| bool manta_smoke_has_colors | ( | struct MANTA * | smoke | ) |
Definition at line 494 of file manta_fluid_API.cpp.
References MANTA::getColorB(), MANTA::getColorG(), MANTA::getColorR(), and manta_smoke_has_colors().
Referenced by manta_smoke_has_colors().
| bool manta_smoke_has_fuel | ( | struct MANTA * | smoke | ) |
Definition at line 490 of file manta_fluid_API.cpp.
References MANTA::getFuel(), and manta_smoke_has_fuel().
Referenced by manta_smoke_has_fuel().
| bool manta_smoke_has_heat | ( | struct MANTA * | smoke | ) |
Definition at line 485 of file manta_fluid_API.cpp.
References MANTA::getHeat(), and manta_smoke_has_heat().
Referenced by manta_smoke_has_heat().
| void manta_update_pointers | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| bool | flush ) |
Definition at line 159 of file manta_fluid_API.cpp.
References manta_update_pointers(), and MANTA::updatePointers().
Referenced by manta_update_pointers().
| void manta_update_variables | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd ) |
Definition at line 134 of file manta_fluid_API.cpp.
References manta_update_variables(), and MANTA::updateVariables().
Referenced by manta_update_variables().
| bool manta_write_config | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr ) |
Definition at line 39 of file manta_fluid_API.cpp.
References manta_write_config(), and MANTA::writeConfiguration().
Referenced by manta_write_config().
| bool manta_write_data | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr ) |
Definition at line 44 of file manta_fluid_API.cpp.
References manta_write_data(), and MANTA::writeData().
Referenced by manta_write_data().
| bool manta_write_noise | ( | struct MANTA * | fluid, |
| struct FluidModifierData * | fmd, | ||
| int | framenr ) |
Definition at line 49 of file manta_fluid_API.cpp.
References manta_write_noise(), and MANTA::writeNoise().
Referenced by manta_write_noise().