NAMD
Public Member Functions | Public Attributes | List of all members
dcd_params Struct Reference

#include <common.h>

Public Member Functions

 dcd_params ()
 

Public Attributes

uint16 tag
 
char inputFilename [NAMD_FILENAME_BUFFER_SIZE]
 
char outFilename [NAMD_FILENAME_BUFFER_SIZE]
 
int frequency
 
OUTPUTFILETYPE type
 
std::vector< int32dcdSelectionIndex
 
std::vector< int32dcdSelectionIndexReverse
 
int size
 

Detailed Description

Definition at line 258 of file common.h.

Constructor & Destructor Documentation

◆ dcd_params()

dcd_params::dcd_params ( )
inline

Definition at line 267 of file common.h.

267 {}

Member Data Documentation

◆ dcdSelectionIndex

std::vector<int32> dcd_params::dcdSelectionIndex

Definition at line 264 of file common.h.

Referenced by Molecule::get_atom_index_from_dcd_selection().

◆ dcdSelectionIndexReverse

std::vector<int32> dcd_params::dcdSelectionIndexReverse

Definition at line 265 of file common.h.

Referenced by Molecule::get_dcd_selection_index_from_atom_id().

◆ frequency

int dcd_params::frequency

◆ inputFilename

char dcd_params::inputFilename[NAMD_FILENAME_BUFFER_SIZE]

Definition at line 260 of file common.h.

◆ outFilename

char dcd_params::outFilename[NAMD_FILENAME_BUFFER_SIZE]

Definition at line 261 of file common.h.

◆ size

int dcd_params::size

Definition at line 266 of file common.h.

Referenced by Output::coordinate(), and Molecule::get_dcd_selection_size().

◆ tag

uint16 dcd_params::tag

◆ type

OUTPUTFILETYPE dcd_params::type

Definition at line 263 of file common.h.


The documentation for this struct was generated from the following file: