|
CortidQCT
1.2.2.52
|

Public Member Functions | |
| Impl (MeshFitter &meshFitter) | |
| Impl (Impl const &)=delete | |
| Impl (Impl &&) noexcept=delete | |
| Impl & | operator= (Impl const &)=delete |
| Impl & | operator= (Impl &&)=delete |
| Impl (Impl const &, MeshFitter &rhsFitter) | |
| Impl (Impl &&, MeshFitter &rhsFitter) noexcept | |
Protected Member Functions | |
| MeshFitter::Result | fit (VoxelVolume const &volume) const |
| MeshFitter::State | init (VoxelVolume const &volume) const |
| void | fitOneIteration (MeshFitter::State &state) const |
| void | findOptimalDisplacements (MeshFitter::State &state) const |
| void | findOptimalDeformation (MeshFitter::State &state) const |
| void | sampleVolume (MeshFitter::State &state) const |
| void | computeLogLikelihood (MeshFitter::State &state) const |
| void | checkConvergence (MeshFitter::State &state) const |
Protected Attributes | |
| MeshFitter & | fitter_ |
| std::optional< Result > | result_ |
Friends | |
| class | MeshFitter |
1.8.11