votca 2024-dev
Loading...
Searching...
No Matches
Public Attributes | List of all members
votca::csg::RDFCalculator::group_t Struct Reference

struct to store collected information for groups (e.g. crosscorrelations) More...

#include <rdf_calculator.h>

Collaboration diagram for votca::csg::RDFCalculator::group_t:
Collaboration graph
[legend]

Public Attributes

std::list< interaction_t * > interactions_
 
group_matrix corr_
 
std::vector< pair_tpairs_
 

Detailed Description

struct to store collected information for groups (e.g. crosscorrelations)

Definition at line 111 of file rdf_calculator.h.

Member Data Documentation

◆ corr_

group_matrix votca::csg::RDFCalculator::group_t::corr_

Definition at line 113 of file rdf_calculator.h.

◆ interactions_

std::list<interaction_t *> votca::csg::RDFCalculator::group_t::interactions_

Definition at line 112 of file rdf_calculator.h.

◆ pairs_

std::vector<pair_t> votca::csg::RDFCalculator::group_t::pairs_

Definition at line 114 of file rdf_calculator.h.


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