19 void GeomVertexRewriter::
20 output(std::ostream &out)
const {
22 if (column ==
nullptr) {
23 out <<
"GeomVertexRewriter()";
27 <<
", column = " << column->
get_name()
28 <<
" (" << GeomVertexReader::get_packer()->get_name()
This defines how a single column is interleaved within a vertex array stored within a Geom.
int get_read_row() const
Returns the row index from which the data will be retrieved by the next call to get_data*().
GeomVertexArrayData * get_array_data() const
Returns the particular array object that the rewriter is currently processing.
const InternalName * get_name() const
Returns the name of this particular data field, e.g.
const GeomVertexColumn * get_column() const
Returns the description of the data type that the rewriter is working on.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
int get_write_row() const
Returns the row index to which the data will be written at the next call to set_data*() or add_data*(...