Home
last modified time | relevance | path

Searched refs:m_mesher (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_mesh.h200 unsigned char m_mesher; // 0 = slow mesher, 1 = fast mesher variable
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_mesh.h200 unsigned char m_mesher; // 0 = slow mesher, 1 = fast mesher variable
H A Dopennurbs_mesh.cpp4442 m_mesher = 0; in Default()
4626 if ( m_mesher < src.m_mesher ) in CompareGeometrySettings()
4628 if ( m_mesher > src.m_mesher ) in CompareGeometrySettings()
4702 crc = ON_CRC32(crc,sizeof(m_mesher),&m_mesher); in DataCRC()
4742 if (rc) rc = file.WriteChar(m_mesher); in Write()
4806 rc = file.ReadChar(&m_mesher); in Read()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_mesh.cpp4443 m_mesher = 0; in Default()
4627 if ( m_mesher < src.m_mesher ) in CompareGeometrySettings()
4629 if ( m_mesher > src.m_mesher ) in CompareGeometrySettings()
4703 crc = ON_CRC32(crc,sizeof(m_mesher),&m_mesher); in DataCRC()
4743 if (rc) rc = file.WriteChar(m_mesher); in Write()
4807 rc = file.ReadChar(&m_mesher); in Read()