|
JunkBox_Lib
1.10.2
|
#include <gdata.h>
Data Fields | |
| int | xs |
| xサイズ. 4Byte. More... | |
| int | ys |
| yサイズ. 4Byte. More... | |
| int | zs |
| zサイズ. 4Byte. 2Dの場合は 1. More... | |
| int | state |
| 状態 More... | |
| double * | gp |
| グラフィックデータへのポインタ. xs*ys*zs*sizeof(double) More... | |
| double* gp |
Definition at line 75 of file gdata.h.
Referenced by curvature(), curvature3D(), F2WSGraph(), fNabra(), fxSobel(), fxxSobel(), fySobel(), fyySobel(), fzSobel(), fzzSobel(), make_FSGraph(), new_FSGraph(), V2FSGraph(), vfNabra(), W2FSGraph(), and WSCurve().
| int state |
Definition at line 74 of file gdata.h.
Referenced by F2WSGraph(), fNabra(), fxSobel(), fxxSobel(), fySobel(), fyySobel(), fzSobel(), fzzSobel(), make_FSGraph(), new_FSGraph(), V2FSGraph(), vfNabra(), and W2FSGraph().
| int xs |
Definition at line 71 of file gdata.h.
Referenced by curvature(), curvature3D(), F2WSGraph(), fNabra(), fxSobel(), fxxSobel(), fySobel(), fyySobel(), fzSobel(), fzzSobel(), make_FSGraph(), new_FSGraph(), V2FSGraph(), vfNabra(), and W2FSGraph().
| int ys |
Definition at line 72 of file gdata.h.
Referenced by curvature(), curvature3D(), F2WSGraph(), fNabra(), fxSobel(), fxxSobel(), fySobel(), fyySobel(), fzSobel(), fzzSobel(), make_FSGraph(), new_FSGraph(), V2FSGraph(), vfNabra(), and W2FSGraph().
| int zs |
Definition at line 73 of file gdata.h.
Referenced by curvature(), curvature3D(), F2WSGraph(), fNabra(), fxSobel(), fxxSobel(), fySobel(), fyySobel(), fzSobel(), fzzSobel(), make_FSGraph(), new_FSGraph(), V2FSGraph(), vfNabra(), and W2FSGraph().