Go to the documentation of this file. 1 #ifndef Geom_BoundDisk_H
2 #define Geom_BoundDisk_H
37 template <
typename... Args>
49 float innerRadius()
const {
return static_cast<const SimpleDiskBounds&>(
bounds()).innerRadius(); }
52 float outerRadius()
const {
return static_cast<const SimpleDiskBounds&>(
bounds()).outerRadius(); }
56 #endif // Geom_BoundDisk_H
float outerRadius() const
The outer radius of the disk.
static DiskPointer build(Args &&... args)
Disk(const PositionType &pos, const RotationType &rot, SimpleDiskBounds *bounds)
TEveGeoShape * clone(const TEveElement *element, TEveElement *parent)
const Bounds & bounds() const
ConstReferenceCountingPointer< Disk > ConstDiskPointer
ReferenceCountingPointer< Disk > BoundDiskPointer
Disk(const PositionType &pos, const RotationType &rot, SimpleDiskBounds const &bounds)
ReferenceCountingPointer< Disk > DiskPointer
ConstReferenceCountingPointer< Disk > ConstBoundDiskPointer
float innerRadius() const
The inner radius of the disk.