OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
ElementPositionWriter.h
Go to the documentation of this file.
1#ifndef OPAL_ELEMENT_POSITION_WRITER_H
2#define OPAL_ELEMENT_POSITION_WRITER_H
3
4#include "SDDSWriter.h"
5
7
8public:
9 explicit ElementPositionWriter(const std::string& fname);
10
11 void addRow(double spos,
12 const std::vector<double>& row,
13 const std::string& elements);
14
15private:
16 void fillHeader();
17};
18
19
20#endif
elements
Definition: IndexMap.cpp:163
void addRow(double spos, const std::vector< double > &row, const std::string &elements)
ElementPositionWriter(const std::string &fname)