Esempio n. 1
0
        public override double calculate(MicroState ms)
        {
            volume = metricVolume(this.length, this.width, this.depth);

            return(ms.calculate_volume(this));
        }
Esempio n. 2
0
 public abstract double calculate(MicroState ms);
Esempio n. 3
0
        public override double calculate(MicroState ms)
        {
            volume = volumeVector(energy, energydelta, x, dx, y, dy, z, dz, thresholdx, thresholdy, thresholdz);

            return(ms.calculate_volume(this));
        }