#include <gdata.h>
Data Fields | |
| int | xs |
| xサイズ. 4Byte. | |
| int | ys |
| yサイズ. 4Byte. | |
| int | zs |
| zサイズ. 4Byte. 2Dの場合は 1. | |
| int | state |
| 状態 | |
| double * | gp |
| グラフィックデータへのポインタ. xs*ys*zs*sizeof(double) | |
FSGRraph :Memory type (メモリ内で使用する型)
実数型シンプルグラフィックデータ.
Definition at line 70 of file gdata.h.
| 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().
1.6.1