HDK
|
Provides various options for creating and obtaining the file data. More...
#include <FS_FileResolver.h>
Public Member Functions | |
FS_FileResolverOptions () | |
Constructor. More... | |
FS_FileResolverOptions (const FS_FileResolverOptions &src) | |
const FS_FileResolverOptions & | operator= (const FS_FileResolverOptions &src) |
Assignment operator. More... | |
fpreal | getTime () const |
Gets the time at which a node should be evaluated to obtain the data. More... | |
void | setTime (fpreal time) |
const UT_StringHolder & | getFileExtension () const |
void | setFileExtension (const UT_StringHolder &ext) |
bool | getIsEnvMap () const |
Checks if the file should be treated as an environment map. More... | |
void | setIsEnvMap (bool env_map) |
Provides various options for creating and obtaining the file data.
Definition at line 49 of file FS_FileResolver.h.
FS_FileResolverOptions::FS_FileResolverOptions | ( | ) |
Constructor.
FS_FileResolverOptions::FS_FileResolverOptions | ( | const FS_FileResolverOptions & | src | ) |
|
inline |
Gets the extension for the file that will contain the resolved data. It indirectly determines the data type for stream readers and writers.
Definition at line 68 of file FS_FileResolver.h.
|
inline |
Checks if the file should be treated as an environment map.
Definition at line 74 of file FS_FileResolver.h.
|
inline |
Gets the time at which a node should be evaluated to obtain the data.
Definition at line 61 of file FS_FileResolver.h.
const FS_FileResolverOptions& FS_FileResolverOptions::operator= | ( | const FS_FileResolverOptions & | src | ) |
Assignment operator.
|
inline |
Definition at line 70 of file FS_FileResolver.h.
|
inline |
Definition at line 76 of file FS_FileResolver.h.
Definition at line 63 of file FS_FileResolver.h.