Package org.rcsb.cif.schema.mm
Class EmVolumeSelection
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmVolumeSelection
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmVolumeSelection
extends DelegatingCategory
Volume selection in image processing
-
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 EmVolumeSelection(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()Any additional details used for selecting volumes.StrColumngetId()Ordinal identifierStrColumngetImageProcessingId()The value of _em_volume_selection.image_processing_id points to the EM_IMAGE_PROCESSING category.StrColumngetMethod()The method used for selecting volumes.IntColumngetNumTomograms()The number of tomograms used in the extraction/selectionIntColumngetNumVolumesExtracted()The number of volumes selected from the projection set of images.StrColumngetReferenceModel()Description of reference model used for volume selectionMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDetails
Any additional details used for selecting volumes.- Returns:
- StrColumn
-
getId
Ordinal identifier- Returns:
- StrColumn
-
getImageProcessingId
The value of _em_volume_selection.image_processing_id points to the EM_IMAGE_PROCESSING category.- Returns:
- StrColumn
-
getMethod
The method used for selecting volumes.- Returns:
- StrColumn
-
getNumTomograms
The number of tomograms used in the extraction/selection- Returns:
- IntColumn
-
getNumVolumesExtracted
The number of volumes selected from the projection set of images.- Returns:
- IntColumn
-
getReferenceModel
Description of reference model used for volume selection- Returns:
- StrColumn
-