Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/MaterialX
/ XmlReadOptions
Method
XmlReadOptions
source/MaterialXFormat/XmlIo.cpp:270–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
//
269
270
XmlReadOptions::XmlReadOptions() :
271
readComments(false),
272
readNewlines(false),
273
upgradeVersion(true),
274
readXIncludeFunction(readFromXmlFile)
275
{
276
}
277
278
//
279
// XmlWriteOptions methods
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected