Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_tools/
H A Dquadtree_structure.cpp191 pShape->Add_Point(pItem->asLeaf()->Get_Point()); in Get_Shapes()
210 pShape->Set_Value(1, SG_Get_String(pItem->asLeaf()->Get_Z(), -2).c_str()); in Get_Shapes()
238 pShape->Set_Value(1, pItem->asLeaf()->Get_Z()); in Get_Shapes()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_points/
H A Dpoints_thinning.cpp336 QuadTree_Add_Point(pItem->asLeaf()); in QuadTree_Get_Points()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dquadtree.cpp141 CSG_PRQuadTree_Leaf *pLeaf = m_pChildren[Quadrant]->asLeaf(); in Add_Point()
H A Dshapes.h840 class CSG_PRQuadTree_Leaf * asLeaf (void) const { return( (class CSG_PRQuadTree_Leaf *)this ); } in asLeaf() function