![]() |
|
|||
File indexing completed on 2024-04-06 12:05:24
0001 #ifndef DDI_Torus_h 0002 #define DDI_Torus_h 0003 0004 #include <iostream> 0005 #include "Solid.h" 0006 0007 namespace DDI { 0008 0009 class Torus : public Solid { 0010 public: 0011 Torus(double pRMin, double pRMax, double pRTor, double pSPhi, double pDPhi); 0012 0013 double volume() const override; 0014 0015 void stream(std::ostream &) const override; 0016 }; 0017 0018 } // namespace DDI 0019 0020 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |