MaterialX 1.38.2
Environ.h
Go to the documentation of this file.
1//
2// TM & (c) 2017 Lucasfilm Entertainment Company Ltd. and Lucasfilm Ltd.
3// All rights reserved. See LICENSE.txt for license.
4//
5
6#ifndef MATERIALX_ENVIRON_H
7#define MATERIALX_ENVIRON_H
8
11
13
15
16namespace MaterialX
17{
18
20MX_FORMAT_API string getEnviron(const string& name);
21
23MX_FORMAT_API bool setEnviron(const string& name, const string& value);
24
26MX_FORMAT_API bool removeEnviron(const string& name);
27
28} // namespace MaterialX
29
30#endif // MATERIALX_ENVIRON_H
Library-wide includes and types.
Macros for declaring imported and exported symbols.