Functions

src/obase/Scatterer.h File Reference

Go to the source code of this file.

Functions

BOOLEAN setScatterer (int whichScatterer)
double * getScatterer ()
char translateScatterer (int scatterer)
int getScatIndex ()
BOOLEAN solvingVZ ()

Function Documentation

int getScatIndex (  ) 

Get the numeric index of the scatterer of interest

Returns:
integer representing 0 for x, 1 for y, and 2 for z
double* getScatterer (  ) 

Get the list of scatterers.

Returns:
Scatterer list.
BOOLEAN 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.
BOOLEAN solvingVZ (  ) 
char translateScatterer ( int  scatterer  ) 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines