Doxygen Source Code Documentation
SUMA_VTI Struct Reference
#include <SUMA_GeomComp.h>
Data Fields | |
int | N_TriIndex |
int * | TriIndex |
int ** | IntersectedVoxels |
int * | N_IntersectedVoxels |
Field Documentation
|
sparse matrix (N_TriIndex x N_InteresectedVoxels[i]) containing 1D indices of voxels intersected by the triangle. For example, triangle of index TriIndex[i] intesects N_InteresectedVoxels[i] whose 1D indices are stored in IntersectedVoxels[i] Definition at line 13 of file SUMA_GeomComp.h. Referenced by SUMA_CreateVTI(), SUMA_FreeVTI(), and SUMA_GetVoxelsIntersectingTriangle(). |
|
Number of voxels intersected by some triangle Definition at line 18 of file SUMA_GeomComp.h. Referenced by SUMA_CreateVTI(), SUMA_FreeVTI(), and SUMA_GetVoxelsIntersectingTriangle(). |
|
Number of triangles considered Definition at line 11 of file SUMA_GeomComp.h. Referenced by SUMA_CreateVTI(), SUMA_FreeVTI(), and SUMA_GetVoxelsIntersectingTriangle(). |
|
vector (N_TriIndex x 1) of 1D indices of triangles considered Definition at line 12 of file SUMA_GeomComp.h. Referenced by SUMA_CreateVTI(), SUMA_FreeVTI(), and SUMA_GetVoxelsIntersectingTriangle(). |
The documentation for this struct was generated from the following file: