| 
    votca 2025.1-dev
    
   | 
 
#include <rdf_calculator.h>

Public Member Functions | |
| pair_t (interaction_t *i1, interaction_t *i2, Index offset_i, Index offset_j, const pair_matrix &corr) | |
Public Attributes | |
| interaction_t * | i1_ | 
| interaction_t * | i2_ | 
| Index | offset_i_ | 
| Index | offset_j_ | 
| pair_matrix | corr_ | 
Definition at line 101 of file rdf_calculator.h.
      
  | 
  inline | 
Definition at line 177 of file rdf_calculator.h.
| pair_matrix votca::csg::RDFCalculator::pair_t::corr_ | 
Definition at line 105 of file rdf_calculator.h.
| interaction_t* votca::csg::RDFCalculator::pair_t::i1_ | 
Definition at line 102 of file rdf_calculator.h.
| interaction_t* votca::csg::RDFCalculator::pair_t::i2_ | 
Definition at line 103 of file rdf_calculator.h.
| Index votca::csg::RDFCalculator::pair_t::offset_i_ | 
Definition at line 104 of file rdf_calculator.h.
| Index votca::csg::RDFCalculator::pair_t::offset_j_ | 
Definition at line 104 of file rdf_calculator.h.