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 99 of file Ray.h.

Constructor & Destructor Documentation

◆ ConstructRayKey() [1/2]

Ray::ConstructRayKey::ConstructRayKey ( )
inlineprivate

Definition at line 104 of file Ray.h.

104 {}

◆ ConstructRayKey() [2/2]

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

Definition at line 105 of file Ray.h.

105 {}

Friends And Related Function Documentation

◆ MooseUtils::SharedPool< Ray >

friend class MooseUtils::SharedPool< Ray >
friend

Definition at line 102 of file Ray.h.

◆ RayTracingStudy

friend class RayTracingStudy
friend

Definition at line 101 of file Ray.h.

◆ TestRayLots

friend class TestRayLots
friend

Definition at line 103 of file Ray.h.


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