MaterialX 1.39.1
|
A set of options for controlling the behavior of XML write functions. More...
#include <XmlIo.h>
Public Attributes | |
bool | writeXIncludeEnable |
If true, elements with source file markings will be written as XIncludes rather than explicit data. More... | |
ElementPredicate | elementPredicate |
If provided, this function will be used to exclude specific elements (those returning false) from the write operation. More... | |
A set of options for controlling the behavior of XML write functions.
ElementPredicate elementPredicate |
If provided, this function will be used to exclude specific elements (those returning false) from the write operation.
Defaults to nullptr.
bool writeXIncludeEnable |
If true, elements with source file markings will be written as XIncludes rather than explicit data.
Defaults to true.