![]() |
ImFusion SDK 4.3
|
Methods for computing statistics on Meshes. More...
Methods for computing statistics on Meshes.
Functions | |
| double | computeVolume (const Mesh &mesh) |
| Compute the volume of a watertight mesh. | |
| double | computeDiceCoefficient (const Mesh &mesh1, const Mesh &mesh2) |
| Compute the dice coefficient for two watertight mesh volumes. | |
| double computeVolume | ( | const Mesh & | mesh | ) |
Compute the volume of a watertight mesh.
| [in] | mesh | Mesh |
Compute the dice coefficient for two watertight mesh volumes.
| [in] | mesh1 | First mesh |
| [in] | mesh2 | Second mesh |