Detailed report on module Constant

MetricTagOverallPer Function
Lines of CodeLOC 48******
McCabe's Cyclomatic NumberMVG 13******
Lines of CommentCOM 3********
LOC/COML_C16.000 
MVG/COMM_C 4.333 
Weighted Methods per Class (  weighting = unity )WMC1 8 
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:122
5 0 0------------

Functions

Function prototypeLOCMVGCOML_CM_C
Constant(  ... )
declaration   ./src/Force.h:128

2 0 0------------
Constant(  Particle *,  float,  float,  float )
definition   ./src/Force.cpp:265

7 0 3------------
Constant(  ParticleSystem *,  QDataStream & )
declaration   ./src/Force.h:130
definition   ./src/Force.cpp:273

6 1 0------------
applyForce(   )
declaration   ./src/Force.h:133
definition   ./src/Force.cpp:292

6 0 0------------
getVal(  int )
declaration   ./src/Force.h:131
definition   ./src/Force.cpp:280

5 4 0------------
operator <<(  QDataStream & )
declaration   ./src/Force.h:135
definition   ./src/Force.cpp:306

7 2 0------------
setVal(  float,  int )
declaration   ./src/Force.h:132
definition   ./src/Force.cpp:286

5 3 0------------
usesParticle(  const Particle * )
declaration   ./src/Force.h:134
definition   ./src/Force.cpp:300

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

Relationships

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


Particle [V]
has by reference   ./src/Force.h:124
pass by reference   ./src/Force.h:134
pass by reference   ./src/Force.cpp:265
pass by reference   ./src/Force.cpp:300


ParticleSystem [V]
pass by reference   ./src/Force.h:130
pass by reference   ./src/Force.cpp:273


QDataStream [V]
pass by reference   ./src/Force.h:130
pass by reference   ./src/Force.h:135
pass by reference   ./src/Force.cpp:273
pass by reference   ./src/Force.cpp:306