Package rocca

Class RoccaContourStats

java.lang.Object
rocca.RoccaContourStats

public class RoccaContourStats extends Object
An EnumMap linking the parameter names to the values measured/calculated from the contour. Parameter names are stored in a static Enum so that they can be accessed by other classes easily, without needing to instantiate a RoccaContourStats object.

If new statistics are to be added, the names must first be added to the ParamIndx enum. After that, the calculation must be added to RoccaContourDataBlock and the parameter must be added to RoccaStatsLogger.

Author:
Michael Oswald
  • Constructor Details

    • RoccaContourStats

      public RoccaContourStats()
      Main Constructor
  • Method Details