| 
    crown
    1.0.0
    
   
   | 
  
  
  
 
Public Member Functions | |
| Group (int gn, int gt, int gw) | |
| Group (int gn, int gt, int gw) | |
| Group (int gn, int gt) | |
Public Attributes | |
| int | number | 
| int | width | 
| float | time | 
| std::vector< int > | sons | 
| std::vector< int > | parents | 
| double | time | 
| vector< int > | sons | 
| vector< int > | parents | 
Definition at line 50 of file CrownAllocationFastest.cpp.
| Group::Group | ( | int | gn, | 
| int | gt, | ||
| int | gw | ||
| ) |  [inline] | 
        
Definition at line 55 of file CrownAllocationFastest.cpp.
| Group::Group | ( | int | gn, | 
| int | gt, | ||
| int | gw | ||
| ) |  [inline] | 
        
Definition at line 90 of file CrownMappingLTLG.cpp.
| Group::Group | ( | int | gn, | 
| int | gt | ||
| ) |  [inline] | 
        
Definition at line 77 of file CrownScalingHeight.cpp.
| int Group::number | 
Definition at line 52 of file CrownAllocationFastest.cpp.
| vector<int> Group::parents | 
Definition at line 75 of file CrownScalingHeight.cpp.
| std::vector<int> Group::parents | 
Definition at line 88 of file CrownMappingLTLG.cpp.
| vector<int> Group::sons | 
Definition at line 74 of file CrownScalingHeight.cpp.
| std::vector<int> Group::sons | 
Definition at line 87 of file CrownMappingLTLG.cpp.
| double Group::time | 
Definition at line 73 of file CrownScalingHeight.cpp.
| float Group::time | 
Definition at line 85 of file CrownMappingLTLG.cpp.
| int Group::width | 
Definition at line 53 of file CrownAllocationFastest.cpp.