libharkio3
A File I/O and Data Manipulation Library for HARK
|
位置の集合を表す構造体。 More...
#include <libharkio3.h>
Public Attributes | |
int | size |
int | frame |
char * | type |
harkio_Position ** | pos |
enum InternalAllocFlag | allocflag |
位置の集合を表す構造体。
enum InternalAllocFlag harkio_Positions::allocflag |
posのメモリ管理方法を表すフラグ
int harkio_Positions::frame |
この構造体が対応するフレーム番号
harkio_Position** harkio_Positions::pos |
この構造体が保持する位置の配列
int harkio_Positions::size |
構造体が保持する pos の長さ
char* harkio_Positions::type |
この構造体のタイプを表す文字列