#include <opennurbs_mesh.h>
Public Member Functions | |
ON_MeshCurvatureStats () | |
ON_MeshCurvatureStats (const ON_MeshCurvatureStats &) | |
~ON_MeshCurvatureStats () | |
void | Destroy () |
void | EmergencyDestroy () |
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 |
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 |
ON_MeshCurvatureStats::ON_MeshCurvatureStats | ( | ) |
ON_MeshCurvatureStats::~ON_MeshCurvatureStats | ( | ) |
ON_MeshCurvatureStats::ON_MeshCurvatureStats | ( | const ON_MeshCurvatureStats & | ) |
void ON_MeshCurvatureStats::Destroy | ( | ) |
void ON_MeshCurvatureStats::EmergencyDestroy | ( | ) |
ON_MeshCurvatureStats& ON_MeshCurvatureStats::operator= | ( | const ON_MeshCurvatureStats & | ) |
bool ON_MeshCurvatureStats::Read | ( | ON_BinaryArchive & | ) |
bool ON_MeshCurvatureStats::Set | ( | ON::curvature_style | , |
int | , | ||
const ON_SurfaceCurvature * | , | ||
const ON_3fVector * | , | ||
double | = 0.0 |
||
) |
bool ON_MeshCurvatureStats::Write | ( | ON_BinaryArchive & | ) | const |
double ON_MeshCurvatureStats::m_adev |
double ON_MeshCurvatureStats::m_average |
int ON_MeshCurvatureStats::m_count |
int ON_MeshCurvatureStats::m_count_infinite |
double ON_MeshCurvatureStats::m_infinity |
double ON_MeshCurvatureStats::m_mode |
ON_Interval ON_MeshCurvatureStats::m_range |
ON::curvature_style ON_MeshCurvatureStats::m_style |