15 #include "geomVertexRewriter.h"
22 void GeomVertexRewriter::
23 output(ostream &out)
const {
26 out <<
"GeomVertexRewriter()";
30 <<
", column = " << column->
get_name()
31 <<
" (" << GeomVertexReader::get_packer()->get_name()
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*(...
int get_read_row() const
Returns the row index from which the data will be retrieved by the next call to get_data*().
const InternalName * get_name() const
Returns the name of this particular data field, e.g.
This defines how a single column is interleaved within a vertex array stored within a Geom...
GeomVertexArrayData * get_array_data() const
Returns the particular array object that the rewriter is currently processing.
const GeomVertexColumn * get_column() const
Returns the description of the data type that the rewriter is working on.