Advanced Multi-Physics (AMP)
On-Line Documentation
ColumnOperatorParameters.h
Go to the documentation of this file.
1#ifndef included_AMP_ColumnOperatorParameters
2#define included_AMP_ColumnOperatorParameters
3
4#include "AMP/operators/OperatorParameters.h"
5#include <memory>
6
7#include <vector>
8
9namespace AMP::Operator {
10
17{
18public:
19 explicit ColumnOperatorParameters( std::shared_ptr<AMP::Database> db )
21 {
22 }
23
25
26 std::vector<std::shared_ptr<OperatorParameters>> d_OperatorParameters;
27};
28} // namespace AMP::Operator
29
30
31#endif
std::vector< std::shared_ptr< OperatorParameters > > d_OperatorParameters
ColumnOperatorParameters(std::shared_ptr< AMP::Database > db)
std::shared_ptr< ParameterBase > shared_ptr



Advanced Multi-Physics (AMP)
Oak Ridge National Laboratory
Idaho National Laboratory
Los Alamos National Laboratory
This page automatically produced from the
source code by doxygen
Last updated: Tue Mar 10 2026 13:06:41.
Comments on this page