Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ SetTypeJSON
Method
SetTypeJSON
IO/Geometry/vtkGLTFWriter.cxx:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
this->Type = 0x004E4942; // BIN
73
}
74
void SetTypeJSON(uint32_t length)
75
{
76
this->Length = length;
77
this->Type = 0x4E4F534A; // JSON
78
}
79
uint32_t Length;
80
uint32_t Type;
81
};
Callers
1
WriteToStreamMultiBlock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected