|
| std::ostream & | GOAT::raytracing::operator<< (std::ostream &os, const SuperArray< std::vector< gridEntry > > &S) |
| template<class T> |
| std::ostream & | GOAT::raytracing::operator<< (std::ostream &os, const SuperArray< T > &S) |
| bool | GOAT::raytracing::saveabsE (SuperArray< maths::Vector< std::complex< double > > > &S, std::string FName, int i=0) |
| | save the square of the absolute value of the z-component of the electric field Save the square of the absolute value of the z-component of the electric field, i.e. \( \sum_i E_i \cdot conj(E_i) \) the i-th object of the SuperArray
|
| bool | GOAT::raytracing::saveabsEbin (SuperArray< maths::Vector< std::complex< double > > > &S, std::string FName, int i=0) |
| bool | GOAT::raytracing::saveExPhase (SuperArray< maths::Vector< std::complex< double > > > &S, char *FName, int i=0) |
| | save the phase of the x-component of the electric field Save the phase of the x-component of the electric field, i.e. atan of the ratio imaginary part/real part, inside the i-th object of the SuperArray
|
| bool | GOAT::raytracing::saveExPol (SuperArray< maths::Vector< std::complex< double > > > &S, char *FName, int i=0) |
| bool | GOAT::raytracing::saveEyPhase (SuperArray< maths::Vector< std::complex< double > > > &S, char *FName, int i=0) |
| | save the phase of the y-component of the electric field Save the phase of the y-component of the electric field, i.e. atan of the ratio imaginary part/real part, inside the i-th object of the SuperArray
|
| bool | GOAT::raytracing::saveEyPol (SuperArray< maths::Vector< std::complex< double > > > &S, char *FName, int i=0) |
| bool | GOAT::raytracing::saveEzPhase (SuperArray< maths::Vector< std::complex< double > > > &S, char *FName, int i=0) |
| | save the phase of the z-component of the electric field Save the phase of the z-component of the electric field, i.e. atan of the ratio imaginary part/real part, inside the i-th object of the SuperArray
|
| bool | GOAT::raytracing::saveEzPol (SuperArray< maths::Vector< std::complex< double > > > &S, char *FName, int i=0) |