#include <opennurbs_mesh.h>
Public Member Functions | |
| void | Destroy () |
| void | EmergencyDestroy () |
| ON_MeshCurvatureStats () | |
| ON_MeshCurvatureStats (const ON_MeshCurvatureStats &) | |
| ON_MeshCurvatureStats & | operator= (const ON_MeshCurvatureStats &) |
| bool | Read (ON_BinaryArchive &) |
| bool | Set (ON::curvature_style, int, const ON_SurfaceCurvature *, const ON_3fVector *, double=0.0) |
| bool | Write (ON_BinaryArchive &) const |
| ~ON_MeshCurvatureStats () | |
Public Attributes | |
| double | m_adev |
| double | m_average |
| int | m_count |
| int | m_count_infinite |
| double | m_infinity |
| double | m_mode |
| ON_Interval | m_range |
| ON::curvature_style | m_style |
Definition at line 272 of file opennurbs_mesh.h.
Definition at line 4820 of file opennurbs_mesh.cpp.
Definition at line 4825 of file opennurbs_mesh.cpp.
Definition at line 4845 of file opennurbs_mesh.cpp.
| void ON_MeshCurvatureStats::Destroy | ( | ) |
Definition at line 4828 of file opennurbs_mesh.cpp.
| void ON_MeshCurvatureStats::EmergencyDestroy | ( | void | ) |
Definition at line 4840 of file opennurbs_mesh.cpp.
| ON_MeshCurvatureStats & ON_MeshCurvatureStats::operator= | ( | const ON_MeshCurvatureStats & | src | ) |
Definition at line 4850 of file opennurbs_mesh.cpp.
| bool ON_MeshCurvatureStats::Read | ( | ON_BinaryArchive & | file | ) |
Definition at line 4884 of file opennurbs_mesh.cpp.
| bool ON_MeshCurvatureStats::Set | ( | ON::curvature_style | kappa_style, |
| int | Kcount, | ||
| const ON_SurfaceCurvature * | K, | ||
| const ON_3fVector * | N, | ||
| double | infinity = 0.0 |
||
| ) |
Definition at line 4905 of file opennurbs_mesh.cpp.
| bool ON_MeshCurvatureStats::Write | ( | ON_BinaryArchive & | file | ) | const |
Definition at line 4865 of file opennurbs_mesh.cpp.
Definition at line 301 of file opennurbs_mesh.h.
Definition at line 300 of file opennurbs_mesh.h.
Definition at line 298 of file opennurbs_mesh.h.
Definition at line 297 of file opennurbs_mesh.h.
Definition at line 295 of file opennurbs_mesh.h.
Definition at line 299 of file opennurbs_mesh.h.
Definition at line 303 of file opennurbs_mesh.h.
| ON::curvature_style ON_MeshCurvatureStats::m_style |
Definition at line 293 of file opennurbs_mesh.h.