Celeritas 0.6.0-110+develop.c7dc37d1
|
Visit the first volume/instance encountered, once, depth-first. More...
#include <VolumeVisitor.hh>
Public Member Functions | |
VisitVolumeOnce (F &&visit) | |
Construct with volume/depth visitor. | |
bool | operator() (T v, int) |
Visit a single volume. | |
Visit the first volume/instance encountered, once, depth-first.
T | VolumeRef or VolumeInstanceRef |
F | Visitor function void(*) (Vol) |