BornAgain  1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
def.h File Reference

Description

Definitions in namespace GUI::RealSpace.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file def.h.

Include dependency graph for def.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GUI::RealSpace::Range
 Range of float. More...
 
struct  GUI::RealSpace::Vector3D
 
struct  GUI::RealSpace::VectorRange
 Range of coordinates. More...
 

Namespaces

 GUI
 
 GUI::RealSpace
 

Functions

Vector3D GUI::RealSpace::cross (const Vector3D &v1, const Vector3D &v2)
 
float GUI::RealSpace::dot (const Vector3D &v1, const Vector3D &v2)
 
Vector3D GUI::RealSpace::operator* (const Vector3D &v, float f)
 
Vector3D GUI::RealSpace::operator+ (const Vector3D &_1, const Vector3D &_2)
 
Vector3D GUI::RealSpace::operator+ (const Vector3D &v)
 
Vector3D GUI::RealSpace::operator- (const Vector3D &_1, const Vector3D &_2)
 
Vector3D GUI::RealSpace::operator- (const Vector3D &v)