https://mooseframework.inl.gov
Public Member Functions | Public Attributes | List of all members
TraceRayBndElement Struct Reference

A specialized ConstBndElement to be used in ray tracing that also holds the element extrema intersection information. More...

#include <TraceRayBndElement.h>

Inheritance diagram for TraceRayBndElement:
[legend]

Public Member Functions

 TraceRayBndElement (const Elem *elem, const unsigned short side, const BoundaryID bnd_id, const ElemExtrema &extrema)
 

Public Attributes

ElemExtrema extrema
 
const Elem * elem
 
unsigned short int side
 
BoundaryID bnd_id
 

Detailed Description

A specialized ConstBndElement to be used in ray tracing that also holds the element extrema intersection information.

Definition at line 19 of file TraceRayBndElement.h.

Constructor & Destructor Documentation

◆ TraceRayBndElement()

TraceRayBndElement::TraceRayBndElement ( const Elem *  elem,
const unsigned short  side,
const BoundaryID  bnd_id,
const ElemExtrema extrema 
)
inline

Definition at line 21 of file TraceRayBndElement.h.

26  {
27  }
ConstBndElement(const Elem *elem, unsigned short int side, BoundaryID bnd_id)
BoundaryID bnd_id
const Elem * elem
unsigned short int side

Member Data Documentation

◆ extrema

ElemExtrema TraceRayBndElement::extrema

Definition at line 29 of file TraceRayBndElement.h.


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