all functions - H

 
HX_blkbnd

    HX_blkbnd  


struct HX_blkbnd {  /* must match hex.h */  
  long block;  
  long cell;  
  int orient;  
}  
     Structure, defined at i/hydra.i   line 1393  

 

HX_block

    HX_block  


struct HX_block {   /* must match hex.h */  
  long stride(3);  
  long length(3);  
  long first;  
  long final;  
}  
     Structure, defined at i/hydra.i   line 1386