Celeritas 0.6.0-110+develop.c7dc37d1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
celeritas::VisitVolumeOnce< T, F > Class Template Reference

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.
 

Detailed Description

template<class T, class F>
class celeritas::VisitVolumeOnce< T, F >

Visit the first volume/instance encountered, once, depth-first.

Template Parameters
TVolumeRef or VolumeInstanceRef
FVisitor function void(*)(Vol)

The documentation for this class was generated from the following file: