Go to the source code of this file.
Function Documentation
Get the numeric index of the scatterer of interest 
- Returns:
 - integer representing 0 for x, 1 for y, and 2 for z 
 
 
 
Get the list of scatterers. 
- Returns:
 - Scatterer list. 
 
 
 
      
        
          | bool setScatterer  | 
          ( | 
          int  | 
           whichScatterer | 
           )  | 
           | 
        
      
 
Construct scatterer list that is zero except for scatterer of interest which is one. 
- Parameters:
 - 
  
    | [in]  | whichScatterer  | The scatterer of interest, can be 0, 1 or 2.  | 
  
   
- Returns:
 - True if valid scatterer; False otherwise. 
 
 
 
      
        
          | char translateScatterer  | 
          ( | 
          int  | 
           scatterer | 
           )  | 
           |