step/stepcore
softbody.cc File Reference
#include "softbody.h"
#include "types.h"
#include <algorithm>
#include <cstdlib>
#include <QStringList>
Include dependency graph for softbody.cc:

Go to the source code of this file.
Namespaces | |
| namespace | StepCore |
Functions | |
| SoftBody | StepCore::STEPCORE_META_OBJECT (SoftBody,"Deformable SoftBody", 0, STEPCORE_SUPER_CLASS(ItemGroup), STEPCORE_PROPERTY_RW(bool, showInternalItems, STEPCORE_UNITS_NULL,"Show internal items", showInternalItems, setShowInternalItems) STEPCORE_PROPERTY_RW_D(double, angularMomentum, STEPCORE_FROM_UTF8("kg m²/s"),"Angular momentum of the body", angularMomentum, setAngularMomentum) STEPCORE_PROPERTY_R_D(StepCore::Vector2d, acceleration, STEPCORE_FROM_UTF8("m/s²"),"Acceleration of the center of mass", acceleration) STEPCORE_PROPERTY_R_D(double, angularAcceleration, STEPCORE_FROM_UTF8("rad/s²"),"Angular acceleration of the body", angularAcceleration) STEPCORE_PROPERTY_R_D(double, inertia, STEPCORE_FROM_UTF8("kg m²"),"Inertia \"tensor\" of the body", inertia) STEPCORE_PROPERTY_RW(QString, borderParticleNames, STEPCORE_UNITS_NULL,"Border particle names (temporal property)", borderParticleNames, setBorderParticleNames)) ItemList SoftBody |
| StepCore::STEPCORE_META_OBJECT (SoftBodyParticle,"SoftBody particle", 0, STEPCORE_SUPER_CLASS(Particle),) STEPCORE_META_OBJECT(SoftBodySpring | |
| SoftBody | StepCore::STEPCORE_SUPER_CLASS (Spring) |
Variables | |
| SoftBody | StepCore::spring |
KDE 4.2 API Reference