Constructors
constructor
- new AssemblyPart(matrixList?: Matrix4[], chainList?: string[]): AssemblyPart
-
Parameters
-
Default value matrixList: Matrix4[] = []
-
Default value chainList: string[] = []
Properties
chainList
chainList: string[]
matrixList
matrixList: Matrix4[]
Methods
_getCount
- _getCount(structure: Structure, propertyName: "atomCount" | "residueCount"): number
-
Parameters
-
-
propertyName: "atomCount" | "residueCount"
Returns number
getAtomCount
-
Parameters
Returns number
getInstanceList
- getInstanceList(): object[]
getResidueCount
- getResidueCount(structure: Structure): number
-
Parameters
Returns number