* MyCrystalAngleVector() const
Description: returns its CrystalAngleVector
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: NonCrystTransValueMgr * MyMatrixMgr() const
Description: returns the NonCrystTransValueMgr which manages the MTRX
record in the PDB file
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: FootNoteMgr * MyFootNoteMgr() const
Description: returns the FootNoteMgr, which manages the FootNotes
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: Compound * MyCompound() const
Description: returns the Compound which it belongs to
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: TranslationVectorMgr * MyTransVectorMgr() const
Description: returns the TranslationVectorMgr which manages the TVECT
record in the PDB file
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: void AddOrigx(int, double, double, double, double);
Description: maintains the ORIGX record of the PDB file
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: void AddScale(int, double, double, double, double);
Description: maintains the SCALE record of the PDB file
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: void NewMatrixMgr()
Description: re allocates its NonCrystTransValueMgr, needed by the
Compound DEEP COPY CTOR
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: void NewTransVectorMgr()
Description: allocates its TranslationVectorMgr,
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: void NewFootNoteMgr()
Description: allocates its FootNoteMgr,
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: void SetMyMatrixMgr(NonCrystTransValueMgr *mx)
Description: Sets MatrixMgr to mx,
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: void SetMyTransVectorMgr(TranslationVectorMgr *tv)
Description: Sets TranslationVectorMgr to mx,
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: void renewMatrix()
Description: deletes and news its MatrixMgr
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: void renewVector()
Description: deletes and news its TranslationVectorMgr.
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: double ORIGX_O(int i, int j) const
Description: returns the ORIGX sub i,j
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: double ORIGX_T(int i) const
Description: returns the ORIGX sub t, of the ith ORIGX entry
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: double SCALE_S(int i, int j) const
Description: returns the SCALE sub i,j
Usage:
Caution:
/*********************************************************************
/*********************************************************************
Class: IntrInfo
Method: double SCALE_U(int i) const
Description: returns the SCALE sub u, of the ith scale entry
Usage:
Caution:
/*********************************************************************
Back to The PDBlib
Back to The PDBInfo Class
Currently under Heavy Construction, please excuse the mess
jcooper@cuhhca.hhmi.columbia.edu