Class VolumeArc


public class VolumeArc extends PotentialCommand
Calculate the surface area and volume using the GaussVol (default) or Connolly algorithm for each snapshot in an ARC file. Usage: ffxc VolumeArc [options] <filename>
  • Field Details

    • totalVolume

      public double totalVolume
      JUnit Testing Variables.
    • totalSurfaceArea

      public double totalSurfaceArea
  • Constructor Details

    • VolumeArc

      public VolumeArc()
    • VolumeArc

      public VolumeArc(FFXBinding binding)
    • VolumeArc

      public VolumeArc(String[] args)
  • Method Details

    • run

      public VolumeArc run()
      Description copied from class: FFXCommand
      Execute this Command.
      Overrides:
      run in class FFXCommand
      Returns:
      The current FFXCommand.