add get_columns
This commit is contained in:
parent
78cc74bdf1
commit
d8d0a6b29c
|
|
@ -98,6 +98,7 @@ PUBLISHED:
|
|||
|
||||
INLINE int get_num_columns() const;
|
||||
INLINE const GeomVertexColumn *get_column(int i) const;
|
||||
MAKE_SEQ(get_columns, get_num_columns, get_column);
|
||||
|
||||
const GeomVertexColumn *get_column(const InternalName *name) const;
|
||||
const GeomVertexColumn *get_column(int start_byte, int num_bytes) const;
|
||||
|
|
|
|||
Loading…
Reference in New Issue