https://mooseframework.inl.gov
Private Member Functions | Friends | List of all members
Ray::ConstructRayKey Class Reference

Class that is used as a parameter to the public constructors/reset methods. More...

#include <Ray.h>

Private Member Functions

 ConstructRayKey ()
 
 ConstructRayKey (const ConstructRayKey &)
 

Friends

class RayTracingStudy
 
class MooseUtils::SharedPool< Ray >
 
class TestRayLots
 

Detailed Description

Class that is used as a parameter to the public constructors/reset methods.

We explicitly do not allow construction of Rays except through the acquire{}() methods in the RayTracingStudy, which necessitates this class.

Definition at line 87 of file Ray.h.

Constructor & Destructor Documentation

◆ ConstructRayKey() [1/2]

Ray::ConstructRayKey::ConstructRayKey ( )
inlineprivate

Definition at line 92 of file Ray.h.

92 {}

◆ ConstructRayKey() [2/2]

Ray::ConstructRayKey::ConstructRayKey ( const ConstructRayKey )
inlineprivate

Definition at line 93 of file Ray.h.

93 {}

Friends And Related Function Documentation

◆ MooseUtils::SharedPool< Ray >

friend class MooseUtils::SharedPool< Ray >
friend

Definition at line 90 of file Ray.h.

◆ RayTracingStudy

friend class RayTracingStudy
friend

Definition at line 89 of file Ray.h.

◆ TestRayLots

friend class TestRayLots
friend

Definition at line 91 of file Ray.h.


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