35 const double omega, py, pz;
49 int initialize(
const shared_ptr<DomainBase>&)
override;
51 unique_ptr<Section>
get_copy()
override;
53 void print()
override;
A Cell3DOS class.
Definition: Cell3DOS.h:34
int initialize(const shared_ptr< DomainBase > &) override
Definition: Cell3DOS.cpp:28
unique_ptr< Section > get_copy() override
Definition: Cell3DOS.cpp:56
Cell3DOS(unsigned, double, double, double, double, unsigned, double, double)
Definition: Cell3DOS.cpp:22
void print() override
Definition: Cell3DOS.cpp:58
A SectionOS3D class.
Definition: SectionOS3D.h:42