4 #ifndef OPENVDB_UTIL_NAME_HAS_BEEN_INCLUDED
5 #define OPENVDB_UTIL_NAME_HAS_BEEN_INCLUDED
23 is.read(reinterpret_cast<char*>(&size),
sizeof(uint32_t));
25 if (size>0) is.read(&buffer[0], size);
33 uint32_t
size = uint32_t(name.size());
34 os.write(reinterpret_cast<char*>(&size),
sizeof(uint32_t));
35 os.write(&name[0], size);
41 #endif // OPENVDB_UTIL_NAME_HAS_BEEN_INCLUDED
#define OPENVDB_USE_VERSION_NAMESPACE
GLuint const GLchar * name
void writeString(std::ostream &os, const Name &name)
GLsizei const GLchar *const * string
Library and file format version numbers.
Name readString(std::istream &is)
#define OPENVDB_VERSION_NAME
The version namespace name for this library version.