ISGraph Struct Reference

#include <gdata.h>

Data Fields

int xs
 xサイズ. 4Byte.
int ys
 yサイズ. 4Byte.
int zs
 zサイズ. 4Byte. 2Dの場合は 1.
int state
 状態
int * gp
 グラフィックデータへのポインタ. xs*ys*zs*4Byte

Detailed Description

ISGRraph :Memory type (メモリ内で使用する型)

整数型シンプルグラフィックデータ.

Definition at line 56 of file gdata.h.


Field Documentation

int* gp

Definition at line 61 of file gdata.h.

Referenced by euclid_distance(), I2WSGraph(), make_ISGraph(), new_ISGraph(), and W2ISGraph().

int state

Definition at line 60 of file gdata.h.

Referenced by euclid_distance(), I2WSGraph(), make_ISGraph(), new_ISGraph(), and W2ISGraph().

int xs

Definition at line 57 of file gdata.h.

Referenced by I2WSGraph(), make_ISGraph(), new_ISGraph(), and W2ISGraph().

int ys

Definition at line 58 of file gdata.h.

Referenced by I2WSGraph(), make_ISGraph(), new_ISGraph(), and W2ISGraph().

int zs

Definition at line 59 of file gdata.h.

Referenced by I2WSGraph(), make_ISGraph(), new_ISGraph(), and W2ISGraph().


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

Generated on 15 Nov 2023 for JunkBox_Lib by  doxygen 1.6.1