15 #ifndef BORNAGAIN_CORE_HARDPARTICLE_FORMFACTORTRUNCATEDSPHERE_H
16 #define BORNAGAIN_CORE_HARDPARTICLE_FORMFACTORTRUNCATEDSPHERE_H
35 double getHeight()
const {
return m_height; }
36 double getRadius()
const {
return m_radius; }
37 double getRemovedTop()
const {
return m_dh; }
45 kvector_t translation)
const override final;
50 bool check_initialization() const;
51 complex_t Integrand(
double Z) const;
53 const
double& m_radius;
54 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.