Go to the documentation of this file.
33 #ifndef OPENVDB_IO_TEMPFILE_HAS_BEEN_INCLUDED
34 #define OPENVDB_IO_TEMPFILE_HAS_BEEN_INCLUDED
36 #include <openvdb/version.h>
70 std::unique_ptr<TempFileImpl> mImpl;
77 #endif // OPENVDB_IO_TEMPFILE_HAS_BEEN_INCLUDED
Output stream to a unique temporary file.
Definition: TempFile.h:48
void close()
Close the file.
const std::string & filename() const
Return the path to the temporary file.
bool is_open() const
Return true if the file is open for writing.
#define OPENVDB_USE_VERSION_NAMESPACE
Definition: version.h:188
#define OPENVDB_VERSION_NAME
The version namespace name for this library version.
Definition: version.h:136
TempFile()
Create and open a unique file.
Definition: Exceptions.h:40