Doxygen Source Code Documentation
SUMA_BRUSH_STROKE_DATUM Struct Reference
#include <SUMA_define.h>
Data Fields | |
float | x |
float | y |
float | NP [3] |
float | FP [3] |
int | SurfNode |
int | SurfTri |
SUMA_Boolean | Decimated |
Field Documentation
|
Flag to indicate if datum was obtained by a mouse trace (NOPE) or through decimation (YUP) Definition at line 1324 of file SUMA_define.h. Referenced by SUMA_BrushStrokeToNodeStroke(), and SUMA_CreateBSDatum(). |
|
x y z triplet of far plane selection point Definition at line 1316 of file SUMA_define.h. Referenced by SUMA_AddToBrushStroke(), SUMA_BrushStrokeToNodeStroke(), SUMA_CreateBSDatum(), and SUMA_ShowBrushStroke(). |
|
x y z triplet of near plane selection point Definition at line 1315 of file SUMA_define.h. Referenced by SUMA_AddToBrushStroke(), SUMA_BrushStrokeToNodeStroke(), SUMA_CreateBSDatum(), SUMA_LinkTailNodeToNodeStroke(), SUMA_LinkThisNodeToNodeInStroke(), SUMA_ProcessBrushStroke(), and SUMA_ShowBrushStroke(). |
|
index of node corresponding to the intersection between line [NP FP] and surface object. initialized to -1 Definition at line 1318 of file SUMA_define.h. Referenced by SUMA_BrushStrokeToNodeStroke(), SUMA_CreateBSDatum(), SUMA_LinkThisNodeToNodeInStroke(), SUMA_NodeStrokeToConnectedNodes(), and SUMA_ShowBrushStroke(). |
|
index of triangle corresponding to the intersection between line [NP FP] and surface object. initialized to -1 Definition at line 1321 of file SUMA_define.h. Referenced by SUMA_BrushStrokeToNodeStroke(), SUMA_CreateBSDatum(), and SUMA_ShowBrushStroke(). |
|
x screen coordinate. This is typically an integer value except in places of interpolation Definition at line 1312 of file SUMA_define.h. Referenced by SUMA_AddToBrushStroke(), SUMA_BrushStrokeToNodeStroke(), SUMA_CreateBSDatum(), SUMA_DrawBrushStroke(), and SUMA_ShowBrushStroke(). |
|
y screen coordinate. This is typically an integer value except in places of interpolation Definition at line 1313 of file SUMA_define.h. Referenced by SUMA_AddToBrushStroke(), SUMA_BrushStrokeToNodeStroke(), SUMA_CreateBSDatum(), SUMA_DrawBrushStroke(), and SUMA_ShowBrushStroke(). |
The documentation for this struct was generated from the following file: