opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
libopynsim
utilities
shape_fitters.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
liboscar/maths/ellipsoid.h
>
4
#include <
liboscar/maths/plane.h
>
5
#include <
liboscar/maths/sphere.h
>
6
7
namespace
osc
{
class
Mesh; }
8
9
namespace
opyn
10
{
11
osc::Sphere
fit_sphere_htbad
(
const
osc::Mesh
&);
12
osc::Plane
fit_plane_htbad
(
const
osc::Mesh
&);
13
osc::Ellipsoid
fit_ellipsoid_htbad
(
const
osc::Mesh
&);
14
}
osc::Mesh
Definition
mesh.h:33
ellipsoid.h
opyn
Definition
component_registry.h:14
opyn::fit_sphere_htbad
osc::Sphere fit_sphere_htbad(const osc::Mesh &)
opyn::fit_ellipsoid_htbad
osc::Ellipsoid fit_ellipsoid_htbad(const osc::Mesh &)
opyn::fit_plane_htbad
osc::Plane fit_plane_htbad(const osc::Mesh &)
osc
Definition
custom_decoration_generator.h:5
plane.h
sphere.h
osc::Ellipsoid
Definition
ellipsoid.h:9
osc::Plane
Definition
plane.h:16
osc::Sphere
Definition
sphere.h:9
Generated by
1.9.8