OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
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 
8 public:
9  ElementPositionWriter(const std::string& fname);
10 
11  void addRow(double spos,
12  const std::vector<double>& row,
13  const std::string& elements);
14 
15 private:
16  void fillHeader();
17 };
18 
19 
20 #endif
elements
Definition: IndexMap.cpp:141
ElementPositionWriter(const std::string &fname)
void addRow(double spos, const std::vector< double > &row, const std::string &elements)