Detailed report on module Const_Field

MetricTagOverallPer Function
Lines of CodeLOC 66******
McCabe's Cyclomatic NumberMVG 9******
Lines of CommentCOM 1********
LOC/COML_C66.000 
MVG/COMM_C 9.000 
Weighted Methods per Class (  weighting = unity )WMC1 11 
Weighted Methods per Class (  weighting = visible )WMCv 11 
Depth of Inheritance TreeDIT 1 
Number of ChildrenNOC 0 
Coupling between objectsCBO 5 
Information Flow measure (  inclusive )IF4 16********
Information Flow measure (  visible )IF4v 16********
Information Flow measure (  concrete )IF4c 0********

Definitions and Declarations

DescriptionLOCMVGCOML_CM_C
definition   ./src/Force.h:29
6 0 0------------

Functions

Function prototypeLOCMVGCOML_CM_C
Const_Field(  ParticleSystem *,  QDataStream & )
declaration   ./src/Force.h:38
definition   ./src/Force.cpp:15

8 1 1------------
Const_Field(  ParticleSystem *,  float,  float,  float )
declaration   ./src/Force.h:35
definition   ./src/Force.cpp:5

10 0 0------------
Const_Field(  const Const_Field & )
declaration   ./src/Force.h:40
definition   ./src/Force.cpp:24

5 0 0------------
activation(  bool )
declaration   ./src/Force.h:44
definition   ./src/Force.cpp:42

4 0 0------------
applyForce(   )
declaration   ./src/Force.h:45
definition   ./src/Force.cpp:46

11 3 0------------
getY(   )
definition   ./src/Force.h:47

1 1 0------------
isActive(   )
declaration   ./src/Force.h:43
definition   ./src/Force.cpp:40

2 1 0------------
operator <<(  QDataStream & )
declaration   ./src/Force.h:48
definition   ./src/Force.cpp:58

7 1 0------------
operator =(  const Const_Field & )
declaration   ./src/Force.h:41
definition   ./src/Force.cpp:30

10 2 0------------
setY(  float )
definition   ./src/Force.h:46

1 0 0------------
~Const_Field(   )
definition   ./src/Force.h:42

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

Relationships

ClientsSuppliers
ParticleSystem [V]
pass by reference   ./src/Particle.cpp:368
pass by reference   ./src/Particle.h:113


 
Force [CV]
inheritance   ./src/Force.h:29


ParticleSystem [V]
has by reference   ./src/Force.h:30
pass by reference   ./src/Force.h:35
pass by reference   ./src/Force.h:38
pass by reference   ./src/Force.cpp:5
pass by reference   ./src/Force.cpp:15


QDataStream [V]
pass by reference   ./src/Force.h:38
pass by reference   ./src/Force.h:48
pass by reference   ./src/Force.cpp:15
pass by reference   ./src/Force.cpp:58


bool [CV]
has by value   ./src/Force.h:32
pass by value   ./src/Force.h:44
pass by value   ./src/Force.cpp:42