BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
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 45 of file geometry.h.
Definition at line 60 of file geometry.cpp.
References ASSERT.
Referenced by RealSpace::Geometry::meshDodecahedron().
void RealSpace::Geometry::Vertices::addQuad | ( | const Vector3D & | v1, |
const Vector3D & | v2, | ||
const Vector3D & | v3, | ||
const Vector3D & | v4 | ||
) |
Definition at line 37 of file geometry.cpp.
Referenced by RealSpace::Geometry::meshBox(), RealSpace::Geometry::meshColumn(), RealSpace::Geometry::meshCuboctahedron(), RealSpace::Geometry::meshPlane(), RealSpace::Geometry::meshRipple(), and RealSpace::Geometry::meshSphere().
void RealSpace::Geometry::Vertices::addQuad | ( | const Vertices & | vs, |
unsigned | i1, | ||
unsigned | i2, | ||
unsigned | i3, | ||
unsigned | i4 | ||
) |
Definition at line 44 of file geometry.cpp.
void RealSpace::Geometry::Vertices::addTriangle | ( | const Vector3D & | v1, |
const Vector3D & | v2, | ||
const Vector3D & | v3 | ||
) |
Definition at line 30 of file geometry.cpp.
Referenced by RealSpace::Geometry::meshColumn(), RealSpace::Geometry::meshIcosahedron(), RealSpace::Geometry::meshRipple(), RealSpace::Geometry::meshSphere(), and RealSpace::Geometry::meshTruncBox().
void RealSpace::Geometry::Vertices::addVertex | ( | const Vector3D & | v, |
int | n = 1 |
||
) |
Definition at line 24 of file geometry.cpp.
Referenced by RealSpace::Geometry::meshColumn().