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

#include <Parameters.h>

Public Member Functions

 indexed_table_pair (Index _ind1, Index _ind2, int _K)
 
 indexed_table_pair ()
 

Public Attributes

Index ind1
 
Index ind2
 
int K
 

Detailed Description

Definition at line 238 of file Parameters.h.

Constructor & Destructor Documentation

◆ indexed_table_pair() [1/2]

indexed_table_pair::indexed_table_pair ( Index  _ind1,
Index  _ind2,
int  _K 
)
inline

Definition at line 248 of file Parameters.h.

248 : ind1(_ind1), ind2(_ind2), K(_K){};

◆ indexed_table_pair() [2/2]

indexed_table_pair::indexed_table_pair ( )
inline

Definition at line 249 of file Parameters.h.

249 {}

Member Data Documentation

◆ ind1

Index indexed_table_pair::ind1

◆ ind2

Index indexed_table_pair::ind2

◆ K

int indexed_table_pair::K

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