Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ ceil
Function
ceil
filters/SMRFilter.cpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
namespace
73
{
74
template <typename T> T ceil(double d)
75
{
76
return static_cast<T>(std::ceil(d));
77
}
78
} // namespace
79
80
CREATE_STATIC_STAGE(SMRFilter, s_info)
Callers
15
reprojectBoundsBcbfToLonLat
Function · 0.85
initialize
Method · 0.85
initialize
Method · 0.85
reprojectBoundsBcbfToLonLat
Function · 0.85
Reprocessor
Method · 0.85
VoxelInfo
Method · 0.85
scale
Method · 0.85
progressiveFilter
Method · 0.85
lround
Function · 0.85
Delaunator
Method · 0.85
xcell
Method · 0.85
ycell
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected