![]() |
|
|||
File indexing completed on 2024-04-06 12:05:26
0001 #ifndef DDI_Shapeless_h 0002 #define DDI_Shapeless_h 0003 0004 #include <iostream> 0005 #include "DetectorDescription/Core/interface/Solid.h" 0006 0007 namespace DDI { 0008 0009 class Shapeless : public Solid { 0010 public: 0011 Shapeless() : Solid(DDSolidShape::ddshapeless) {} 0012 double volume() const override { return 0; } 0013 void stream(std::ostream& os) const override { os << " shapeless"; } 0014 }; 0015 } // namespace DDI 0016 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |