1 #ifndef Geom_BoundDisk_H 2 #define Geom_BoundDisk_H 29 Plane(pos,rot, bounds){}
39 template<
typename... Args>
64 #endif // Geom_BoundDisk_H Disk(const PositionType &pos, const RotationType &rot, SimpleDiskBounds const &bounds)
ConstReferenceCountingPointer< Disk > ConstBoundDiskPointer
const Bounds & bounds() const
float outerRadius() const
The outer radius of the disk.
ConstReferenceCountingPointer< Disk > ConstDiskPointer
static DiskPointer build(Args &&...args)
ReferenceCountingPointer< Disk > BoundDiskPointer
TEveGeoShape * clone(const TEveElement *element, TEveElement *parent)
float innerRadius() const
The inner radius of the disk.
ReferenceCountingPointer< Disk > DiskPointer
Disk(const PositionType &pos, const RotationType &rot, SimpleDiskBounds *bounds)