https://mooseframework.inl.gov
ray_tracing
include
actions
AddRayTracingObjectAction.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
3
//*
4
//* All rights reserved, see COPYRIGHT for full restrictions
5
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6
//*
7
//* Licensed under LGPL 2.1, please see LICENSE for details
8
//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10
#pragma once
11
12
#include "
MooseObjectAction.h
"
13
17
class
AddRayTracingObjectAction
:
public
MooseObjectAction
18
{
19
public
:
20
AddRayTracingObjectAction
(
const
InputParameters
& params);
21
22
static
InputParameters
validParams
();
23
24
void
act
()
override
final
;
25
26
protected
:
31
virtual
void
addRayTracingObject
() = 0;
32
};
AddRayTracingObjectAction::validParams
static InputParameters validParams()
Definition:
AddRayTracingObjectAction.C:19
MooseObjectAction.h
InputParameters
AddRayTracingObjectAction::act
void act() override final
Definition:
AddRayTracingObjectAction.C:30
AddRayTracingObjectAction::AddRayTracingObjectAction
AddRayTracingObjectAction(const InputParameters ¶ms)
Definition:
AddRayTracingObjectAction.C:24
MooseObjectAction
AddRayTracingObjectAction::addRayTracingObject
virtual void addRayTracingObject()=0
Calls addObject on the problem to add the desired object after _ray_tracing_study is set in _moose_ob...
AddRayTracingObjectAction
Base class for adding a RayTracingObject and associating it with the necessary RayTracingStudy.
Definition:
AddRayTracingObjectAction.h:17
Generated on Fri Jul 18 2025 13:43:28 for https://mooseframework.inl.gov by
1.8.14