Home
last modified time | relevance | path

Searched refs:bLastPoint (Results 1 – 5 of 5) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_profiles/
H A DGrid_Profile_From_Lines.cpp254 bool bLastPoint = false; in Set_Profile() local
258 bLastPoint = true; in Set_Profile()
261 Set_Profile(Line_ID, iPoint == 1, A, B, bLastPoint); in Set_Profile()
272 …nes::Set_Profile(int Line_ID, bool bStart, const TSG_Point &A, const TSG_Point &B, bool bLastPoint) in Set_Profile() argument
316 if( bLastPoint && SG_Get_Distance(p, B) > M_ALMOST_ZERO ) in Set_Profile()
H A DGrid_Profile_From_Lines.h101 … Set_Profile (int Line_ID, bool bStart, const TSG_Point &A, const TSG_Point &B, bool bLastPoint);
/dports/devel/liblas/libLAS-1.8.1/src/detail/reader/
H A Dcachedreader.cpp239 bool bLastPoint = false; in ReadNextPoint() local
251 bLastPoint = true; in ReadNextPoint()
257 if (bLastPoint) in ReadNextPoint()
H A Dzipreader.cpp249 bool bLastPoint = false; in ReadNextPoint() local
259 bLastPoint = true; in ReadNextPoint()
270 if (bLastPoint) in ReadNextPoint()
H A Dreader.cpp184 bool bLastPoint = false; in ReadNextPoint() local
217 bLastPoint = true; in ReadNextPoint()
230 if (bLastPoint) in ReadNextPoint()