libharkio3
A File I/O and Data Manipulation Library for HARK
Public Attributes | List of all members
harkio_Positions Struct Reference

位置の集合を表す構造体。 More...

#include <libharkio3.h>

Collaboration diagram for harkio_Positions:
Collaboration graph
[legend]

Public Attributes

int size
 
int frame
 
char * type
 
harkio_Position ** pos
 
enum InternalAllocFlag allocflag
 

Detailed Description

位置の集合を表す構造体。

Member Data Documentation

enum InternalAllocFlag harkio_Positions::allocflag

posのメモリ管理方法を表すフラグ

int harkio_Positions::frame

この構造体が対応するフレーム番号

harkio_Position** harkio_Positions::pos

この構造体が保持する位置の配列

int harkio_Positions::size

構造体が保持する pos の長さ

char* harkio_Positions::type

この構造体のタイプを表す文字列


The documentation for this struct was generated from the following file: