1 #include "SUMA_suma.h"
2 
3 SUMA_SurfaceViewer *SUMAg_cSV = NULL;
4    /*!< Global pointer to current Surface Viewer structure*/
5 SUMA_SurfaceViewer *SUMAg_SVv = NULL;
6    /*!< Global pointer to the vector containing Surface Viewer Structures */
7 int SUMAg_N_SVv = 0;
8    /*!< Number of SVs stored in SVv */
9 SUMA_DO *SUMAg_DOv = NULL;
10    /*!< Global pointer to Displayable Object structure vector*/
11 int SUMAg_N_DOv = 0;
12    /*!< Number of DOs stored in DOv */
13 SUMA_CommonFields *SUMAg_CF = NULL;
14    /*!< Global pointer to structure containing info common to all viewers */
15