Package org.rcsb.cif.model.generated
Class EmVolumeSelection
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmVolumeSelection
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmVolumeSelection extends BaseCategory
Volume selection in image processing
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmVolumeSelection(String name)EmVolumeSelection(String name, int rowCount, Object[] encodedColumns)EmVolumeSelection(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 selection-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getDetails
public StrColumn getDetails()
Any additional details used for selecting volumes.- Returns:
- StrColumn
-
getId
public StrColumn getId()
Ordinal identifier- Returns:
- StrColumn
-
getImageProcessingId
public StrColumn getImageProcessingId()
The value of _em_volume_selection.image_processing_id points to the EM_IMAGE_PROCESSING category.- Returns:
- StrColumn
-
getMethod
public StrColumn getMethod()
The method used for selecting volumes.- Returns:
- StrColumn
-
getNumTomograms
public IntColumn getNumTomograms()
The number of tomograms used in the extraction/selection- Returns:
- IntColumn
-
getNumVolumesExtracted
public IntColumn getNumVolumesExtracted()
The number of volumes selected from the projection set of images.- Returns:
- IntColumn
-
getReferenceModel
public StrColumn getReferenceModel()
Description of reference model used for volume selection- Returns:
- StrColumn
-
-