MCPcopy 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

72namespace
73{
74template <typename T> T ceil(double d)
75{
76 return static_cast<T>(std::ceil(d));
77}
78} // namespace
79
80CREATE_STATIC_STAGE(SMRFilter, s_info)

Callers 15

initializeMethod · 0.85
initializeMethod · 0.85
ReprocessorMethod · 0.85
VoxelInfoMethod · 0.85
scaleMethod · 0.85
progressiveFilterMethod · 0.85
lroundFunction · 0.85
DelaunatorMethod · 0.85
xcellMethod · 0.85
ycellMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected