Package org.rcsb.cif.schema.core
Class ExptlCrystalFace
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.ExptlCrystalFace
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ExptlCrystalFace
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items which specify the dimensions of the
crystal used in the diffraction measurements.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description ExptlCrystalFace(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description FloatColumngetDiffrChi()Diffractometer angle setting when the perpendicular to the specified crystal face is aligned along a specified direction (e.g.FloatColumngetDiffrKappa()Diffractometer angle setting when the perpendicular to the specified crystal face is aligned along a specified direction (e.g.FloatColumngetDiffrPhi()Diffractometer angle setting when the perpendicular to the specified crystal face is aligned along a specified direction (e.g.FloatColumngetDiffrPsi()Diffractometer angle setting when the perpendicular to the specified crystal face is aligned along a specified direction (e.g.IntColumngetHkl()Miller indices of the crystal face.IntColumngetIndexH()The index of a reciprocal space vector.IntColumngetIndexK()The index of a reciprocal space vector.IntColumngetIndexL()The index of a reciprocal space vector.FloatColumngetPerpDist()Perpendicular distance of face to the centre of rotation of the crystal.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getDiffrChi
Diffractometer angle setting when the perpendicular to the specified crystal face is aligned along a specified direction (e.g. the bisector of the incident and reflected beams in an optical goniometer.- Returns:
- FloatColumn
-
getDiffrKappa
Diffractometer angle setting when the perpendicular to the specified crystal face is aligned along a specified direction (e.g. the bisector of the incident and reflected beams in an optical goniometer.- Returns:
- FloatColumn
-
getDiffrPhi
Diffractometer angle setting when the perpendicular to the specified crystal face is aligned along a specified direction (e.g. the bisector of the incident and reflected beams in an optical goniometer.- Returns:
- FloatColumn
-
getDiffrPsi
Diffractometer angle setting when the perpendicular to the specified crystal face is aligned along a specified direction (e.g. the bisector of the incident and reflected beams in an optical goniometer.- Returns:
- FloatColumn
-
getHkl
Miller indices of the crystal face.- Returns:
- IntColumn
-
getIndexH
The index of a reciprocal space vector.- Returns:
- IntColumn
-
getIndexK
The index of a reciprocal space vector.- Returns:
- IntColumn
-
getIndexL
The index of a reciprocal space vector.- Returns:
- IntColumn
-
getPerpDist
Perpendicular distance of face to the centre of rotation of the crystal.- Returns:
- FloatColumn
-