public interface MOCalculationInterface
Modifier and Type | Method and Description |
---|---|
void |
createCube() |
float |
processPt(P3 pt) |
boolean |
setupCalculation(VolumeDataInterface volumeData,
BS bsSelected,
BS bsExclude,
BS[] bsMolecules,
java.lang.String calculationType,
P3[] atomCoordAngstroms,
int firstAtomOffset,
JmolList<int[]> shells,
float[][] gaussians,
int[][] dfCoefMaps,
java.lang.Object slaters,
float[] moCoefficients,
float[] linearCombination,
boolean isSquaredLinear,
float[][] coefs,
float[] partialCharges,
boolean doNormalize,
P3[] points,
float[] parameters,
int testFlags) |
boolean setupCalculation(VolumeDataInterface volumeData, BS bsSelected, BS bsExclude, BS[] bsMolecules, java.lang.String calculationType, P3[] atomCoordAngstroms, int firstAtomOffset, JmolList<int[]> shells, float[][] gaussians, int[][] dfCoefMaps, java.lang.Object slaters, float[] moCoefficients, float[] linearCombination, boolean isSquaredLinear, float[][] coefs, float[] partialCharges, boolean doNormalize, P3[] points, float[] parameters, int testFlags)
void createCube()
float processPt(P3 pt)