Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

SUMA_VTI Struct Reference

#include <SUMA_GeomComp.h>


Data Fields

int N_TriIndex
int * TriIndex
int ** IntersectedVoxels
int * N_IntersectedVoxels

Field Documentation

int** SUMA_VTI::IntersectedVoxels
 

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().

int* SUMA_VTI::N_IntersectedVoxels
 

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().

int SUMA_VTI::N_TriIndex
 

Number of triangles considered

Definition at line 11 of file SUMA_GeomComp.h.

Referenced by SUMA_CreateVTI(), SUMA_FreeVTI(), and SUMA_GetVoxelsIntersectingTriangle().

int* SUMA_VTI::TriIndex
 

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:
 

Powered by Plone

This site conforms to the following standards: