Class IhmPseudoSiteFeature

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class IhmPseudoSiteFeature
    extends BaseCategory
    Data items in the IHM_PSEUDO_SITE_FEATURE category records the details of pseudo positions for the features listed in IHM_FEATURE_LIST.
    • Constructor Detail

      • IhmPseudoSiteFeature

        public IhmPseudoSiteFeature​(String name,
                                    int rowCount,
                                    Object[] encodedColumns)
      • IhmPseudoSiteFeature

        public IhmPseudoSiteFeature​(String name)
    • Method Detail

      • getFeatureId

        public IntColumn getFeatureId()
        The feature identifier corresponding to this pseudo site. This data item is a pointer to _ihm_feature_list.feature_id in the IHM_FEATURE_LIST category.
        Returns:
        IntColumn
      • getCartnX

        public FloatColumn getCartnX()
        The Cartesian X component corresponding to this pseudo site.
        Returns:
        FloatColumn
      • getCartnY

        public FloatColumn getCartnY()
        The Cartesian Y component corresponding to this pseudo site.
        Returns:
        FloatColumn
      • getCartnZ

        public FloatColumn getCartnZ()
        The Cartesian Z component corresponding to this pseudo site.
        Returns:
        FloatColumn
      • getRadius

        public FloatColumn getRadius()
        The radius associated with the feature at this position, if applicable.
        Returns:
        FloatColumn
      • getDescription

        public StrColumn getDescription()
        Textual description of the pseudo site representing the specific feature.
        Returns:
        StrColumn