// DO NOT EDIT ! // This file is generated using the MantaFlow preprocessor (prep link). #include "turbulencepart.h" namespace Manta { #ifdef _C_ParticleSystem static const Pb::Register _R_21("ParticleSystem", "ParticleSystem", "ParticleBase"); template<> const char *Namify>::S = "ParticleSystem"; static const Pb::Register _R_22("ParticleSystem", "ParticleSystem", ParticleSystem::_W_2); static const Pb::Register _R_23("ParticleSystem", "pySize", ParticleSystem::_W_3); static const Pb::Register _R_24("ParticleSystem", "setPos", ParticleSystem::_W_4); static const Pb::Register _R_25("ParticleSystem", "getPos", ParticleSystem::_W_5); static const Pb::Register _R_26("ParticleSystem", "getPosPdata", ParticleSystem::_W_6); static const Pb::Register _R_27("ParticleSystem", "setPosPdata", ParticleSystem::_W_7); static const Pb::Register _R_28("ParticleSystem", "clear", ParticleSystem::_W_8); static const Pb::Register _R_29("ParticleSystem", "advectInGrid", ParticleSystem::_W_9); static const Pb::Register _R_30("ParticleSystem", "projectOutside", ParticleSystem::_W_10); static const Pb::Register _R_31("ParticleSystem", "projectOutOfBnd", ParticleSystem::_W_11); #endif #ifdef _C_TurbulenceParticleSystem static const Pb::Register _R_32("TurbulenceParticleSystem", "TurbulenceParticleSystem", "ParticleSystem"); template<> const char *Namify::S = "TurbulenceParticleSystem"; static const Pb::Register _R_33("TurbulenceParticleSystem", "TurbulenceParticleSystem", TurbulenceParticleSystem::_W_0); static const Pb::Register _R_34("TurbulenceParticleSystem", "resetTexCoords", TurbulenceParticleSystem::_W_1); static const Pb::Register _R_35("TurbulenceParticleSystem", "seed", TurbulenceParticleSystem::_W_2); static const Pb::Register _R_36("TurbulenceParticleSystem", "synthesize", TurbulenceParticleSystem::_W_3); static const Pb::Register _R_37("TurbulenceParticleSystem", "deleteInObstacle", TurbulenceParticleSystem::_W_4); #endif extern "C" { void PbRegister_file_21() { KEEP_UNUSED(_R_21); KEEP_UNUSED(_R_22); KEEP_UNUSED(_R_23); KEEP_UNUSED(_R_24); KEEP_UNUSED(_R_25); KEEP_UNUSED(_R_26); KEEP_UNUSED(_R_27); KEEP_UNUSED(_R_28); KEEP_UNUSED(_R_29); KEEP_UNUSED(_R_30); KEEP_UNUSED(_R_31); KEEP_UNUSED(_R_32); KEEP_UNUSED(_R_33); KEEP_UNUSED(_R_34); KEEP_UNUSED(_R_35); KEEP_UNUSED(_R_36); KEEP_UNUSED(_R_37); } } } // namespace Manta