OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
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
7public:
8 explicit ElementPositionWriter(const std::string& fname);
9
10 void addRow(double spos, const std::vector<double>& row, const std::string& elements);
11
12private:
13 void fillHeader();
14};
15
16#endif
elements
Definition IndexMap.cpp:168
void addRow(double spos, const std::vector< double > &row, const std::string &elements)