18     : mP_core(core), mP_shell(shell)
 
   52     return mP_shell->evaluate(wavevectors) + 
mP_core->evaluate(wavevectors);
 
   57     return mP_shell->evaluatePol(wavevectors) + 
mP_core->evaluatePol(wavevectors);
 
std::complex< double > complex_t
 
void setName(const std::string &name)
 
Pure virtual interface for rotations.
 
virtual const Material * material() const
Returns nullptr, unless overwritten to return a specific material.
 
A wrapper for underlying material implementation.
 
Holds all wavevector information relevant for calculating form factors.