Package org.rcsb.cif.schema.mm
Class Ihm2demClassAverageRestraint
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.Ihm2demClassAverageRestraint
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class Ihm2demClassAverageRestraint
extends DelegatingCategory
Data items in the IHM_2DEM_CLASS_AVERAGE_RESTRAINT category records the
details of the 2DEM class averages used in the IHM modeling.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description Ihm2demClassAverageRestraint(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetDatasetListId()Identifier to the 2dem class average dataset.StrColumngetDetails()Details of how the 2DEM restraint is applied in the modeling algorithm.IntColumngetId()A unique identifier for the 2dem class average.FloatColumngetImageResolution()Resolution of the 2dem class average.StrColumngetImageSegmentFlag()A flag that indicates whether or not the 2DEM class average image is segmented i.e., whether the whole image is used or only a portion of it is used (by masking or by other means) as restraint in the modeling.IntColumngetNumberOfProjections()Number of 2D projections of the model used in the fitting.IntColumngetNumberRawMicrographs()The number of raw micrographs used to obtain the class average.FloatColumngetPixelSizeHeight()Pixel size height of the 2dem class average image.FloatColumngetPixelSizeWidth()Pixel size width of the 2dem class average image.IntColumngetStructAssemblyId()An indicator to whether the whole assembly that is modeled is fit into the image or if only a subset of the structural assembly is fit into the image.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
A unique identifier for the 2dem class average.- Returns:
- IntColumn
-
getDatasetListId
Identifier to the 2dem class average dataset. This data item is a pointer to the _ihm_dataset_list.id in the IHM_DATASET_LIST category.- Returns:
- IntColumn
-
getNumberRawMicrographs
The number of raw micrographs used to obtain the class average.- Returns:
- IntColumn
-
getPixelSizeWidth
Pixel size width of the 2dem class average image. While fitting the model to the image, _ihm_2dem_class_average_restraint.pixel_size_width is used along with _ihm_2dem_class_average_restraint.pixel_size_height to scale the image.- Returns:
- FloatColumn
-
getPixelSizeHeight
Pixel size height of the 2dem class average image. While fitting the model to the image, _ihm_2dem_class_average_restraint.pixel_size_height is used along with _ihm_2dem_class_average_restraint.pixel_size_width to scale the image.- Returns:
- FloatColumn
-
getImageResolution
Resolution of the 2dem class average.- Returns:
- FloatColumn
-
getImageSegmentFlag
A flag that indicates whether or not the 2DEM class average image is segmented i.e., whether the whole image is used or only a portion of it is used (by masking or by other means) as restraint in the modeling.- Returns:
- StrColumn
-
getNumberOfProjections
Number of 2D projections of the model used in the fitting.- Returns:
- IntColumn
-
getStructAssemblyId
An indicator to whether the whole assembly that is modeled is fit into the image or if only a subset of the structural assembly is fit into the image. This data item is a pointer to _ihm_struct_assembly.id in the IHM_STRUCT_ASSEMBLY category. The IHM_STRUCT_ASSEMBLY category provides the details regarding the different structural assemblies used in the modeling. The default value for this data item is "1" indicating that the entire assembly being modeled is fit into the EM data.- Returns:
- IntColumn
-
getDetails
Details of how the 2DEM restraint is applied in the modeling algorithm.- Returns:
- StrColumn
-