Package org.rcsb.cif.schema.core
Class CellMeasurementRefln
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.CellMeasurementRefln
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class CellMeasurementRefln
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items used to describe the reflection data
used in the measurement of the crystal unit cell.
-
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 CellMeasurementRefln(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description IntColumngetHkl()Miller indices of a reflection used to measure the unit cell.IntColumngetIndexH()The index of a reciprocal space vector.IntColumngetIndexK()The index of a reciprocal space vector.IntColumngetIndexL()The index of a reciprocal space vector.FloatColumngetTheta()Theta angle of reflection used to measure the crystal unit cell.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getHkl
Miller indices of a reflection used to measure the unit cell.- 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
-
getTheta
Theta angle of reflection used to measure the crystal unit cell.- Returns:
- FloatColumn
-