MCPcopy 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
84inline size_t GetPaddingAt4Bytes(size_t size)
85{
86 return (4 - size % 4) % 4;
87}
88
89VTK_ABI_NAMESPACE_END
90}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected