AmberFD
Contents:
Introduction
Installation
AmberFD
C++ Library
Class Hierarchy
File Hierarchy
Full API
Classes and Structs
Class AmberFD
Class DeltaR
Class DispersionPauli
Class Energies
Class fileReader
Class FlucDens
Class FlucDensEnergies
Class Info
Class Nonbonded
Class ParticleInfo
Class Periodicity
Class Vec3
Functions
Defines
Typedefs
AmberFD
»
C++ Library
»
Class fileReader
View page source
Class fileReader
Defined in
File fileReader.h
Class Documentation
class
fileReader
Public Types
typedef
std
::
vector
<
std
::
vector
<
std
::
string
>
>
flines_p
typedef
std
::
vector
<
std
::
string
>
flines
Public Static Functions
static
inline
std
::
vector
<
std
::
vector
<
std
::
string
>
>
readFile
(
const
std
::
string
fileName
)
static
inline
std
::
vector
<
std
::
string
>
readFile_unparsed
(
const
std
::
string
fileName
)
static
inline
void
readXYZ
(
const
std
::
string
fileName
,
std
::
vector
<
Vec3
>
&
coords
,
std
::
vector
<
std
::
string
>
&
atoms
)