1 #ifndef Geom_BoundDisk_H
2 #define Geom_BoundDisk_H
87 #endif // Geom_BoundDisk_H
ReferenceCountingPointer< BoundDisk > BoundDiskPointer
static BoundDiskPointer build(const PositionType &pos, const RotationType &rot, Bounds *bounds, MediumProperties *mp=0)
ConstReferenceCountingPointer< BoundDisk > ConstBoundDiskPointer
BoundDisk(const PositionType &pos, const RotationType &rot, Bounds *bounds, MediumProperties *mp=0)
static BoundDiskPointer build(const PositionType &pos, const RotationType &rot, Bounds &bounds, MediumProperties *mp=0)
const Bounds & bounds() const
BoundDisk(const PositionType &pos, const RotationType &rot, const Bounds &bounds)
float outerRadius() const
The outer radius of the disk.
float innerRadius() const
The inner radius of the disk.
BoundDisk(const PositionType &pos, const RotationType &rot, Bounds *bounds)