Doxygen Source Code Documentation
        
Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search   
surface_domain.h File Reference
Go to the source code of this file.
Define Documentation
  
    | 
        
          | #define AFNI_SURFACE_DOMAIN_TYPE   53001 |  | 
  
    | 
        
          | #define ISVALID_SUDOM | ( | p |  | ) | ( (p) != NULL && (p)->type == AFNI_SURFACE_DOMAIN_TYPE ) |  | 
  
    | 
        
          | #define SUDOM_NODE_ID | ( | sd, |  
          |  |  | n |  | ) | ( ((sd)->NodeId == NULL) ? (n) : SUDOM_find_node_id((sd),(n)) ) |  | 
  
    |  | 
Macro to return 'k' such that NodeId[k] = n 
 
Definition at line 69 of file surface_domain.h.     | 
Function Documentation