PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "vertexDataSaveFile.h"
#include "mutexHolder.h"
#include "clockObject.h"
#include "config_gobj.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
Go to the source code of this file.
Functions | |
PT (VertexDataSaveBlock) VertexDataSaveFile | |
Writes a block of data to the file, and returns a handle to the block handle. More... | |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file vertexDataSaveFile.cxx.
PT | ( | VertexDataSaveBlock | ) |
Writes a block of data to the file, and returns a handle to the block handle.
Returns NULL if the data cannot be written (e.g. no remaining space on the file).
Definition at line 197 of file vertexDataSaveFile.cxx.