Simpatico
v1.10
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
src
tools
trajectory
tools/trajectory/LammpsDumpReader.h
1
#ifndef TOOLS_LAMMPS_DUMP_READER_H
2
#define TOOLS_LAMMPS_DUMP_READER_H
3
4
/*
5
* Simpatico - Simulation Package for Polymeric and Molecular Liquids
6
*
7
* Copyright 2010 - 2017, The Regents of the University of Minnesota
8
* Distributed under the terms of the GNU General Public License.
9
*/
10
11
#include <tools/trajectory/TrajectoryReader.h>
// base class
12
13
namespace
Tools
14
{
15
16
class
Configuration;
17
using namespace
Util
;
18
24
class
LammpsDumpReader
:
public
TrajectoryReader
25
{
26
27
public
:
28
32
LammpsDumpReader
();
33
39
LammpsDumpReader
(
Configuration
& configuration);
40
44
virtual
~
LammpsDumpReader
();
45
52
virtual
bool
readFrame(std::ifstream& file);
53
54
};
55
56
}
57
#endif
Tools::TrajectoryReader
Abstract trajectory file reader.
Definition:
tools/trajectory/TrajectoryReader.h:27
Tools::Configuration
An instantaneous molecular dynamics configuration.
Definition:
Configuration.h:40
Util
Utility classes for scientific computation.
Definition:
accumulators.mod:1
Tools
Single-processor classes for pre- and post-processing MD trajectories.
Definition:
tools/analyzers/Analyzer.cpp:13
Tools::LammpsDumpReader
Reader for lammps dump trajectory file format.
Definition:
tools/trajectory/LammpsDumpReader.h:24
Generated on Wed Mar 7 2018 12:59:40 for Simpatico by
1.8.11