BornAgain
1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Definition at line 45 of file geometry.h.
Public Member Functions | |
void | addFan (const Vertices &, const Indices &) |
void | addQuad (const Vector3D &, const Vector3D &, const Vector3D &, const Vector3D &) |
void | addQuad (const Vertices &, unsigned, unsigned, unsigned, unsigned) |
void | addStrip (const Vertices &, const Indices &) |
void | addTriangle (const Vector3D &, const Vector3D &, const Vector3D &) |
void | addVertex (const Vector3D &, int n=1) |
Definition at line 65 of file geometry.cpp.
Referenced by GUI::RealSpace::Geometry::meshDodecahedron().
void GUI::RealSpace::Geometry::Vertices::addQuad | ( | const Vector3D & | v1, |
const Vector3D & | v2, | ||
const Vector3D & | v3, | ||
const Vector3D & | v4 | ||
) |
Definition at line 42 of file geometry.cpp.
Referenced by GUI::RealSpace::Geometry::meshBipyramid4(), GUI::RealSpace::Geometry::meshBox(), GUI::RealSpace::Geometry::meshColumn(), GUI::RealSpace::Geometry::meshPlane(), GUI::RealSpace::Geometry::meshRipple(), and GUI::RealSpace::Geometry::meshSphere().
void GUI::RealSpace::Geometry::Vertices::addQuad | ( | const Vertices & | vs, |
unsigned | i1, | ||
unsigned | i2, | ||
unsigned | i3, | ||
unsigned | i4 | ||
) |
Definition at line 49 of file geometry.cpp.
Definition at line 55 of file geometry.cpp.
void GUI::RealSpace::Geometry::Vertices::addTriangle | ( | const Vector3D & | v1, |
const Vector3D & | v2, | ||
const Vector3D & | v3 | ||
) |
Definition at line 35 of file geometry.cpp.
Referenced by GUI::RealSpace::Geometry::meshColumn(), GUI::RealSpace::Geometry::meshIcosahedron(), GUI::RealSpace::Geometry::meshRipple(), GUI::RealSpace::Geometry::meshSphere(), and GUI::RealSpace::Geometry::meshTruncBox().
void GUI::RealSpace::Geometry::Vertices::addVertex | ( | const Vector3D & | v, |
int | n = 1 |
||
) |
Definition at line 29 of file geometry.cpp.
Referenced by GUI::RealSpace::Geometry::meshColumn().