Home
last modified time | relevance | path

Searched refs:m_n_edge_max_points (Results 1 – 6 of 6) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Ds57obj.cpp173 m_n_edge_max_points = 0; in Init()
330 m_n_edge_max_points = 0; //TODO this could be precalulated and added to next SENC format in SetLineGeometry()
H A Ds52plib.cpp5257 if( rzRules->obj->m_n_edge_max_points > 0 )
5258 max_points = rzRules->obj->m_n_edge_max_points;
5519 if( rzRules->obj->m_n_edge_max_points > 0 ) // size has been precalculated on SENC load
5520 nls_max = rzRules->obj->m_n_edge_max_points;
5538 rzRules->obj->m_n_edge_max_points = nls_max; // Got it, cache for next time
H A Dcm93.cpp3773 pobj->m_n_edge_max_points = 0; //xgeom->n_max_edge_points; in CreateS57Obj()
3989 pobj->m_n_edge_max_points = 0; //xgeom->n_max_edge_points; in CreateS57Obj()
H A Dpluginmanager.cpp7720 cobj->m_n_edge_max_points = pObj->m_n_edge_max_points; in CreateCompatibleS57Object()
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Ds52s57.h406 int m_n_edge_max_points; variable
H A Docpn_plugin.h1018 int m_n_edge_max_points; variable