15 #ifndef BORNAGAIN_CORE_HARDPARTICLE_FORMFACTORELLIPSOIDALCYLINDER_H
16 #define BORNAGAIN_CORE_HARDPARTICLE_FORMFACTORELLIPSOIDALCYLINDER_H
35 double getRadiusX()
const {
return m_radius_x; }
36 double getRadiusY()
const {
return m_radius_y; }
37 double getHeight()
const {
return m_height; }
45 kvector_t translation) const override final;
50 const
double& m_radius_x;
51 const
double& m_radius_y;
52 const
double& m_height;
Visitor interface to visit ISample objects.
Pure virtual interface for rotations.
Class that contains upper and lower limits of the z-coordinate for the slicing of form factors.