MCPcopy 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

storeTgaFunction · 0.45
loadTGAFunction · 0.45
loadPPMFunction · 0.45
storePPMFunction · 0.45
loadPFMFunction · 0.45
storePFMFunction · 0.45
XMLWriterMethod · 0.45
OBJLoaderMethod · 0.45
loadMTLMethod · 0.45
PlyParserMethod · 0.45

Calls 1

tabFunction · 0.85

Tested by

no test coverage detected