#include <ObjExCellWriter.h>
template<class T>
class ObjExCellWriter< T >
Definition at line 24 of file ObjExCellWriter.h.
◆ ObjExCellWriter()
Constructor.
- Parameters
-
cfg | is the configuration object @parm level is the output logging level |
Definition at line 43 of file ObjExCellWriter.h.
49 throw std::invalid_argument(
"Missing output stream");
◆ write()
The protected writeT method, called by the WriterT base.
- Parameters
-
ctx | is the algorithm context for event consistency |
step parameters
Definition at line 56 of file ObjExCellWriter.h.
59 for (
auto& eCell : ecells) {
66 auto sPosition = eCell.startParameters->position();
74 for (
auto& es : eCell.extrapolationSteps) {
77 const T&
pars = (*es.parameters);
78 auto tPosition =
pars.position();
◆ m_cfg
◆ m_vCounter
The documentation for this class was generated from the following file: