Panda3D
Functions
vertexDataSaveFile.cxx File Reference

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...
 

Detailed Description

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."

Author
drose
Date
2007-05-12

Definition in file vertexDataSaveFile.cxx.

Function Documentation

◆ PT()

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.