Detailed report on module D2_Collider

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

Definitions and Declarations

DescriptionLOCMVGCOML_CM_C
definition   ./src/Plane.h:10
5 0 0------------
declaration   ./src/Particle.h:53
1 0 0------------

Functions

Function prototypeLOCMVGCOML_CM_C
D2_Collider(  ParticleSystem * )
definition   ./src/Plane.cpp:4
declaration   ./src/Plane.h:13

4 0 0------------
D2_Collider(  const D2_Collider & )
definition   ./src/Plane.cpp:9
declaration   ./src/Plane.h:15

3 0 0------------
operator =(  const D2_Collider & )
definition   ./src/Plane.cpp:14
declaration   ./src/Plane.h:16

5 1 0------------
solveCollisions(   )
declaration   ./src/Plane.h:17

1 0 0------------
~D2_Collider(   )
definition   ./src/Plane.h:14

1 0 0------------

Relationships

ClientsSuppliers
D2_Plane [CV]
inheritance   ./src/Plane.h:23


ParticleSystem [V]
pass by reference   ./src/Particle.cpp:197
pass by reference   ./src/Particle.h:65


 
ParticleSystem [V]
pass by reference   ./src/Plane.cpp:4
pass by reference   ./src/Plane.h:13
has by reference   ./src/Plane.h:20