Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetPaddingAt4Bytes
Function
GetPaddingAt4Bytes
IO/Geometry/vtkGLTFWriter.cxx:84–87 ·
view source on GitHub ↗
pad at 4 bytes
Source
from the content-addressed store, hash-verified
82
83
// pad at 4 bytes
84
inline size_t GetPaddingAt4Bytes(size_t size)
85
{
86
return (4 - size % 4) % 4;
87
}
88
89
VTK_ABI_NAMESPACE_END
90
}
Callers
1
WriteToStreamMultiBlock
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected