#include "tf_platform.h"
#include "tf_fptype.h"
#include <types/tf_types.h>
#include <io/tf_io.h>
#include <limits>
Go to the source code of this file.
|
| namespace | TissueForge |
| | Include Python header, disable linking to pythonX_d.lib on Windows in debug mode.
|
| |
|
| enum | FORCE_KIND { FORCE_ONEBODY
, FORCE_PAIRWISE
} |
| |
| enum | FORCE_TYPE {
FORCE_FORCE = 0
, FORCE_BERENDSEN = 1 << 0
, FORCE_GAUSSIAN = 1 << 1
, FORCE_FRICTION = 1 << 2
,
FORCE_SUM = 1 << 3
, FORCE_CUSTOM = 1 << 4
} |
| |
|
|
Force * | TissueForge::Force_add (Force *f1, Force *f2) |
| |
|
ForceSum * | TissueForge::ForceSum_fromStr (const std::string &str) |
| |
|
Berendsen * | TissueForge::Berendsen_fromStr (const std::string &str) |
| |
|
Gaussian * | TissueForge::Gaussian_fromStr (const std::string &str) |
| |
|
Friction * | TissueForge::Friction_fromStr (const std::string &str) |
| |