17 void inline setElements(
int nel_){ nel = nel_; }
18 void inline setMaterial(
int material_){ material = material_;}
19 void inline setThickness(
double thickness_){ thickness = thickness_;}
20 void inline setOrientation(
double theta_){ theta = theta_; }
21 int inline getElements(){
return nel; }
22 double inline getThickness(){
return thickness; }
23 int inline getMaterial(){
return material; }
24 double inline getOrientation(){
return theta; }
Layer class.
Definition: Layer.hh:12