https://mooseframework.inl.gov
thermal_hydraulics
include
outputs
ParaviewComponentAnnotationMap.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 "
FileOutput.h
"
13
22
class
ParaviewComponentAnnotationMap
:
public
FileOutput
23
{
24
public
:
25
ParaviewComponentAnnotationMap
(
const
InputParameters
&
parameters
);
26
27
protected
:
28
virtual
void
output
();
29
virtual
std::string
filename
();
30
31
public
:
32
static
InputParameters
validParams
();
33
};
ParaviewComponentAnnotationMap::output
virtual void output()
Definition:
ParaviewComponentAnnotationMap.C:47
InputParameters
ParaviewComponentAnnotationMap::ParaviewComponentAnnotationMap
ParaviewComponentAnnotationMap(const InputParameters ¶meters)
Definition:
ParaviewComponentAnnotationMap.C:37
FileOutput.h
FileOutput::parameters
const InputParameters & parameters() const
FileOutput
ParaviewComponentAnnotationMap::filename
virtual std::string filename()
Definition:
ParaviewComponentAnnotationMap.C:87
ParaviewComponentAnnotationMap::validParams
static InputParameters validParams()
Definition:
ParaviewComponentAnnotationMap.C:28
ParaviewComponentAnnotationMap
Output annotation map for paraview.
Definition:
ParaviewComponentAnnotationMap.h:22
Generated on Fri Jul 18 2025 13:43:57 for https://mooseframework.inl.gov by
1.8.14