votca 2024.2-dev
Loading...
Searching...
No Matches
gmxtrajectoryreader.h
Go to the documentation of this file.
1/*
2 * Copyright 2009-2020 The VOTCA Development Team (http://www.votca.org)
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 *
16 */
17
18#ifndef VOTCA_CSG_GMXTRAJECTORYREADER_PRIVATE_H
19#define VOTCA_CSG_GMXTRAJECTORYREADER_PRIVATE_H
20
21// Standard includes
22#include <string>
23
24// Third party includes
25#include <gromacs/fileio/oenv.h>
26#include <gromacs/fileio/trxio.h>
27#include <gromacs/trajectory/trajectoryframe.h>
28
29// VOTCA includes
31
32// Local VOTCA includes
34
35// this one is needed because of bool is defined in one of the headers included
36// by gmx
37#undef bool
38
39namespace votca {
40namespace csg {
41
82
83} // namespace csg
84} // namespace votca
85
86#endif // VOTCA_CSG_GMXTRAJECTORYREADER_PRIVATE_H
class for reading gromacs trajectory files
bool FirstFrame(Topology &conf) override
read in the first frame
bool NextFrame(Topology &conf) override
read in the next frame
const tools::DistanceUnit distance_unit
const tools::VelocityUnit velocity_unit
bool Open(const std::string &file) override
open a trejectory file
const tools::MolarForceUnit force_unit
const tools::MolarEnergyUnit energy_unit
const tools::ChargeUnit charge_unit
topology of the whole system
Definition topology.h:81
trajectoryreader interface
@ kilojoules_per_mole_nanometer
@ nanometers_per_picosecond
base class for all analysis tools
Definition basebead.h:33