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_DIJKSTRA_PATH_CHAIN Struct Reference

#include <SUMA_define.h>


Data Fields

int node
float le
int order
void * Previous

Detailed Description

Structure to contain the path between one node and the next. The path is defined in terms of the previous one, plus an edge from the previous to the current

Definition at line 1930 of file SUMA_define.h.


Field Documentation

float SUMA_DIJKSTRA_PATH_CHAIN::le
 

Length of edge between current node and previous one. 0 for starting node.

Definition at line 1932 of file SUMA_define.h.

int SUMA_DIJKSTRA_PATH_CHAIN::node
 

Index of current node

Definition at line 1931 of file SUMA_define.h.

int SUMA_DIJKSTRA_PATH_CHAIN::order
 

Path order to node. A path order of i means i segments are needed to reach node from the starting node. 0 for starting node

Definition at line 1933 of file SUMA_define.h.

void* SUMA_DIJKSTRA_PATH_CHAIN::Previous
 

pointer to path leading up to the previous node. NULL for starting node. This pointer is to be typecast to SUMA_DIJKSTRA_PATH_CHAIN *

Definition at line 1934 of file SUMA_define.h.


The documentation for this struct was generated from the following file:
 

Powered by Plone

This site conforms to the following standards: