MCPcopy Create free account
hub / github.com/Kitware/VTK / roundToInt

Function roundToInt

Common/DataModel/vtkExtractStructuredGridHelper.cxx:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254namespace
255{
256int roundToInt(double r)
257{
258 return r > 0.0 ? r + 0.5 : r - 0.5;
259}
260}
261
262VTK_ABI_NAMESPACE_BEGIN

Callers 1

ComputeBeginAndEndMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected