Panda3D
|
Encapsulates the data from a GeomVertexData, pre-fetched for one stage of the pipeline. More...
#include "geomVertexData.h"
Public Member Functions | |
GeomVertexDataPipelineWriter (GeomVertexData *object, bool force_to_0, Thread *current_thread) | |
void | check_array_writers () const |
GeomVertexArrayDataHandle * | get_array_writer (int i) const |
int | get_num_rows () const |
GeomVertexData * | get_object () const |
PT (GeomVertexArrayData) modify_array(int i) | |
bool | reserve_num_rows (int n) |
void | set_array (int i, const GeomVertexArrayData *array) |
bool | set_num_rows (int n) |
bool | unclean_set_num_rows (int n) |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
Encapsulates the data from a GeomVertexData, pre-fetched for one stage of the pipeline.
Definition at line 484 of file geomVertexData.h.