Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ open
Method
open
tutorials/common/scenegraph/xml_writer.cpp:107–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
void XMLWriter::open(std::string str)
108
{
109
tab(); xml <<
"<"
<< str <<
">"
<< std::endl;
110
ident+=2;
111
}
112
113
void XMLWriter::open(std::string str, size_t id)
114
{
Callers
11
storeTga
Function · 0.45
loadTGA
Function · 0.45
loadPPM
Function · 0.45
storePPM
Function · 0.45
loadPFM
Function · 0.45
storePFM
Function · 0.45
SceneLoadingTutorialApplication
Method · 0.45
XMLWriter
Method · 0.45
OBJLoader
Method · 0.45
loadMTL
Method · 0.45
PlyParser
Method · 0.45
Calls
1
tab
Function · 0.85
Tested by
no test coverage detected