Uses of Interface
org.openscience.cdk.interfaces.ICrystal
- 
- 
Uses of ICrystal in org.openscience.cdkClasses in org.openscience.cdk that implement ICrystal Modifier and Type Class Description classCrystalClass representing a molecular crystal.Fields in org.openscience.cdk declared as ICrystal Modifier and Type Field Description protected ICrystalChemModel. crystalA Crystal.Methods in org.openscience.cdk that return ICrystal Modifier and Type Method Description ICrystalCrystal. clone()Makes a clone of this crystal.ICrystalChemModel. getCrystal()Gets the Crystal contained in this ChemModel.Methods in org.openscience.cdk with parameters of type ICrystal Modifier and Type Method Description voidChemModel. setCrystal(ICrystal crystal)Sets the Crystal contained in this ChemModel.
- 
Uses of ICrystal in org.openscience.cdk.debugClasses in org.openscience.cdk.debug that implement ICrystal Modifier and Type Class Description classDebugCrystalDebugging data class.Methods in org.openscience.cdk.debug that return ICrystal Modifier and Type Method Description ICrystalDebugCrystal. clone()Makes a clone of this crystal.ICrystalDebugChemModel. getCrystal()Gets the Crystal contained in this ChemModel.Methods in org.openscience.cdk.debug with parameters of type ICrystal Modifier and Type Method Description voidDebugChemModel. setCrystal(ICrystal crystal)Sets the Crystal contained in this ChemModel.
- 
Uses of ICrystal in org.openscience.cdk.geometryMethods in org.openscience.cdk.geometry with parameters of type ICrystal Modifier and Type Method Description static voidCrystalGeometryTools. fractionalToCartesian(ICrystal crystal)Creates Cartesian coordinates for all Atoms in the Crystal.
- 
Uses of ICrystal in org.openscience.cdk.interfacesMethods in org.openscience.cdk.interfaces that return ICrystal Modifier and Type Method Description ICrystalICrystal. clone()Returns a deep clone of this IChemObject.ICrystalIChemModel. getCrystal()Gets the Crystal contained in this ChemModel.Methods in org.openscience.cdk.interfaces with parameters of type ICrystal Modifier and Type Method Description voidIChemModel. setCrystal(ICrystal crystal)Sets the Crystal contained in this ChemModel.
- 
Uses of ICrystal in org.openscience.cdk.ioMethods in org.openscience.cdk.io with parameters of type ICrystal Modifier and Type Method Description voidPDBWriter. writeCrystal(ICrystal crystal)
- 
Uses of ICrystal in org.openscience.cdk.libio.cmlMethods in org.openscience.cdk.libio.cml with parameters of type ICrystal Modifier and Type Method Description org.xmlcml.cml.element.CMLMoleculeConvertor. cdkCrystalToCMLMolecule(ICrystal crystal)
- 
Uses of ICrystal in org.openscience.cdk.silentClasses in org.openscience.cdk.silent that implement ICrystal Modifier and Type Class Description classCrystalClass representing a molecular crystal.Fields in org.openscience.cdk.silent declared as ICrystal Modifier and Type Field Description protected ICrystalChemModel. crystalA Crystal.Methods in org.openscience.cdk.silent that return ICrystal Modifier and Type Method Description ICrystalCrystal. clone()Makes a clone of this crystal.ICrystalChemModel. getCrystal()Gets the Crystal contained in this ChemModel.Methods in org.openscience.cdk.silent with parameters of type ICrystal Modifier and Type Method Description voidChemModel. setCrystal(ICrystal crystal)Sets the Crystal contained in this ChemModel.
- 
Uses of ICrystal in org.openscience.cdk.validateMethods in org.openscience.cdk.validate with parameters of type ICrystal Modifier and Type Method Description ValidationReportAbstractValidator. validateCrystal(ICrystal subject)ValidationReportIValidator. validateCrystal(ICrystal subject)ValidationReportValidatorEngine. validateCrystal(ICrystal subject)
 
-