Field3D
|
Contains the initIO function. More...
Go to the source code of this file.
Functions | |
FIELD3D_NAMESPACE_OPEN FIELD3D_API void | initIO () |
Initializes the built-in Field3D IO classes. | |
FIELD3D_API size_t | numIOThreads () |
Returns the number of I/O threads to use. | |
FIELD3D_API void | setNumIOThreads (const size_t numThreads) |
Sets the number of threads to use for I/O multi-threading. | |
Contains the initIO function.
Definition in file InitIO.h.
FIELD3D_API void setNumIOThreads | ( | const size_t | numThreads | ) |
Sets the number of threads to use for I/O multi-threading.
Definition at line 85 of file InitIO.cpp.
References FIELD3D_MTX_T.
FIELD3D_API size_t numIOThreads | ( | ) |
Returns the number of I/O threads to use.
Definition at line 92 of file InitIO.cpp.