PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Functions | |
CPT (GeomVertexArrayDataHandle) GeomVertexArrayData | |
Returns an object that can be used to read the actual data bytes stored in the array. More... | |
std::ostream & | operator<< (std::ostream &out, const GeomVertexArrayData &obj) |
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 geomVertexArrayData.I.
|
inline |
Returns an object that can be used to read the actual data bytes stored in the array.
Calling this method locks the data, and will block any other threads attempting to read or write the data, until the returned object destructs. Returns an object that can be used to read or write the actual data bytes stored in the array. Calling this method locks the data, and will block any other threads attempting to read or write the data, until the returned object destructs.
Definition at line 162 of file geomVertexArrayData.I.