Version: 1.0
Classes | Public Member Functions | Public Attributes | List of all members
CollectDragStatistics Struct Reference

#include <collect_drag_stats.h>

Classes

struct  STreeProp
 

Public Member Functions

 CollectDragStatistics ()
 
 CollectDragStatistics (BinaryDrag< conact > &bd)
 
STreeProp CollectStatsRec (BinaryDrag< conact >::node *n)
 

Public Attributes

std::unordered_map< BinaryDrag< conact >::node *, STreePropnp_
 
std::unordered_map< BinaryDrag< conact >::node *, std::vector< BinaryDrag< conact >::node * > > parents_
 

Detailed Description

Definition at line 17 of file collect_drag_stats.h.

Constructor & Destructor Documentation

◆ CollectDragStatistics() [1/2]

CollectDragStatistics::CollectDragStatistics ( )
inline

Definition at line 45 of file collect_drag_stats.h.

◆ CollectDragStatistics() [2/2]

CollectDragStatistics::CollectDragStatistics ( BinaryDrag< conact > &  bd)
inline

Definition at line 46 of file collect_drag_stats.h.

Member Function Documentation

◆ CollectStatsRec()

STreeProp CollectDragStatistics::CollectStatsRec ( BinaryDrag< conact >::node *  n)
inline

Definition at line 55 of file collect_drag_stats.h.

Member Data Documentation

◆ np_

std::unordered_map<BinaryDrag<conact>::node*, STreeProp> CollectDragStatistics::np_

Definition at line 42 of file collect_drag_stats.h.

◆ parents_

std::unordered_map<BinaryDrag<conact>::node*, std::vector<BinaryDrag<conact>::node*> > CollectDragStatistics::parents_

Definition at line 43 of file collect_drag_stats.h.


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