Class DatabasePDBTvect

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class DatabasePDBTvect
    extends BaseCategory
    The DATABASE_PDB_TVECT category provides placeholders for the TVECT matrices and vectors used by the Protein Data Bank (PDB). These data items are included only for consistency with older PDB format files. They should appear in a data block only if the data block was created by reformatting a PDB format file.
    • Constructor Detail

      • DatabasePDBTvect

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

        public DatabasePDBTvect​(String name)
    • Method Detail

      • getDetails

        public StrColumn getDetails()
        A description of special aspects of this TVECT.
        Returns:
        StrColumn
      • getId

        public StrColumn getId()
        The value of _database_PDB_tvect.id must uniquely identify a record in the DATABASE_PDB_TVECT list. Note that this item need not be a number; it can be any unique identifier.
        Returns:
        StrColumn
      • getVector1

        public FloatColumn getVector1()
        The elements of the PDB TVECT vector.
        Returns:
        FloatColumn
      • getVector2

        public FloatColumn getVector2()
        The elements of the PDB TVECT vector.
        Returns:
        FloatColumn
      • getVector3

        public FloatColumn getVector3()
        The elements of the PDB TVECT vector.
        Returns:
        FloatColumn