John W. Campbell
This is an interface for outputting unique reflection details
for the unique reflection generation methods in the JdlCrystalCalculations
class.
Definition and methods:
Class Details
Accessible Fields
Methods
- Package:
- Jdl.JdlPX;
- Class name:
- JdlUnqReflOutputHandler
- Class definition:
- public interface JdlUnqReflOutputHandler
- Extends:
- Object
- Implements:
- none
- Actions:
- none
No fields with public, package or protected access defined.
This interface has a single method to perform the required output.
Method:
Output reflection - outputUniqueReflection
A method for use with the rotation image reflection prediction
methods generateUniqueReflections(..) in JdlCrystalCalculations.
- Method Definition:
- public boolean outputUniqueReflection (int h, int k, int l, double xr, double yr, double zr)
- Parameters List:
- h
- The 'h' index.
- k
- The 'k' index.
- l
- The 'l' index.
- xr
- The reciprocal lattice 'x' coordinate.
- yr
- The reciprocal lattice 'y' coordinate.
- zr
- The reciprocal lattice 'z' coordinate.
- Method Return:
-
Error return: Return true if an error found, otherwise false.
⇑ Up 2
⇑ Up 1
⇑ Top of this