Package ffx.realspace.parsers
Class RealSpaceFile
java.lang.Object
ffx.realspace.parsers.RealSpaceFile
RealSpaceFile class.
- Since:
- 1.0
- Author:
- Timothy D. Fenn
-
Constructor Summary
ConstructorsConstructorDescriptionRealSpaceFile(MolecularAssembly assembly) Read in a Real Space density file based on the molecular assembly filename, using a weight of 1.0.RealSpaceFile(MolecularAssembly[] assembly) Read in a Real Space density file based on the molecular assembly filename, using a weight of 1.0 and neutron value of false.RealSpaceFile(MolecularAssembly assembly, double weight) Read in a Real Space density file based on the molecular assembly filename, using a weight of 1.0.RealSpaceFile(String filename) Read in a Real Space density file and set weight set to 1.0.RealSpaceFile(String fileName, double weight) Read in a Real Space density file. -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldfilename.Getter for the fieldrealSpaceFileFilter.doubleReturn the weight of this dataset.
-
Constructor Details
-
RealSpaceFile
Read in a Real Space density file and set weight set to 1.0.- Parameters:
filename- file name to read in
-
RealSpaceFile
Read in a Real Space density file.- Parameters:
fileName- file name to read inweight- the weight of the data
-
RealSpaceFile
Read in a Real Space density file based on the molecular assembly filename, using a weight of 1.0 and neutron value of false.- Parameters:
assembly-MolecularAssemblyfrom which a filename will be determined.
-
RealSpaceFile
Read in a Real Space density file based on the molecular assembly filename, using a weight of 1.0.- Parameters:
assembly-MolecularAssemblyfrom which a filename will be determined.
-
RealSpaceFile
Read in a Real Space density file based on the molecular assembly filename, using a weight of 1.0.- Parameters:
assembly-MolecularAssemblyfrom which a filename will be determinedweight- the weight of the data
-
-
Method Details
-
getFilename
Getter for the fieldfilename.- Returns:
- the filename
-
getRealSpaceFileFilter
Getter for the fieldrealSpaceFileFilter.- Returns:
- the realSpaceFileFilter
-
getWeight
public double getWeight()Return the weight of this dataset.- Returns:
- weight The weight (wA).
-