Detailed report on module Drag

MetricTagOverallPer Function
Lines of CodeLOC 40******
McCabe's Cyclomatic NumberMVG 5******
Lines of CommentCOM 3********
LOC/COML_C13.333 
MVG/COMM_C 1.667 
Weighted Methods per Class (  weighting = unity )WMC1 7 
Weighted Methods per Class (  weighting = visible )WMCv 7 
Depth of Inheritance TreeDIT 1 
Number of ChildrenNOC 0 
Coupling between objectsCBO 4 
Information Flow measure (  inclusive )IF4 0********
Information Flow measure (  visible )IF4v 0********
Information Flow measure (  concrete )IF4c 0********

Definitions and Declarations

DescriptionLOCMVGCOML_CM_C
definition   ./src/Force.h:106
5 0 0------------

Functions

Function prototypeLOCMVGCOML_CM_C
Drag(  Particle *,  float )
declaration   ./src/Force.h:112
definition   ./src/Force.cpp:219

3 0 3------------
Drag(  ParticleSystem *,  QDataStream & )
declaration   ./src/Force.h:113
definition   ./src/Force.cpp:223

6 0 0------------
applyForce(   )
declaration   ./src/Force.h:116
definition   ./src/Force.cpp:240

6 0 0------------
getCoeff(   )
declaration   ./src/Force.h:114
definition   ./src/Force.cpp:230

4 1 0------------
operator <<(  QDataStream & )
declaration   ./src/Force.h:118
definition   ./src/Force.cpp:253

7 1 0------------
setCoeff(  float )
declaration   ./src/Force.h:115
definition   ./src/Force.cpp:235

4 0 0------------
usesParticle(  const Particle * )
declaration   ./src/Force.h:117
definition   ./src/Force.cpp:247

5 3 0------------

Relationships

ClientsSuppliers
  Force [CV]
inheritance   ./src/Force.h:106


Particle [V]
has by reference   ./src/Force.h:108
pass by reference   ./src/Force.h:112
pass by reference   ./src/Force.h:117
pass by reference   ./src/Force.cpp:219
pass by reference   ./src/Force.cpp:247


ParticleSystem [V]
pass by reference   ./src/Force.h:113
pass by reference   ./src/Force.cpp:223


QDataStream [V]
pass by reference   ./src/Force.h:113
pass by reference   ./src/Force.h:118
pass by reference   ./src/Force.cpp:223
pass by reference   ./src/Force.cpp:253