Include dependency graph for ichiring.c:Functions | |
| int | GetMinRingSize (inp_ATOM *atom, QUEUE *q, AT_RANK *nAtomLevel, S_CHAR *cSource, AT_RANK nMaxRingSize) |
| int | QueueAdd (QUEUE *q, QINT_TYPE *Val) |
| int | QueueGet (QUEUE *q, QINT_TYPE *Val) |
| int | QueueGetAny (QUEUE *q, QINT_TYPE *, int ord) |
| int | QueueReinit (QUEUE *q) |
| int | QueueLength (QUEUE *q) |
| int | QueueWrittenLength (QUEUE *q) |
| QUEUE * | QueueCreate (int nTotLength, int nSize) |
| QUEUE * | QueueDelete (QUEUE *q) |
| int | is_bond_in_Nmax_memb_ring (inp_ATOM *atom, int at_no, int neigh_ord, QUEUE *q, AT_RANK *nAtomLevel, S_CHAR *cSource, AT_RANK nMaxRingSize) |
| int | is_atom_in_3memb_ring (inp_ATOM *atom, int at_no) |
| int GetMinRingSize | ( | inp_ATOM * | atom, |
| QUEUE * | q, | ||
| AT_RANK * | nAtomLevel, | ||
| S_CHAR * | cSource, | ||
| AT_RANK | nMaxRingSize | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| int is_atom_in_3memb_ring | ( | inp_ATOM * | atom, |
| int | at_no | ||
| ) |
Here is the caller graph for this function:| int is_bond_in_Nmax_memb_ring | ( | inp_ATOM * | atom, |
| int | at_no, | ||
| int | neigh_ord, | ||
| QUEUE * | q, | ||
| AT_RANK * | nAtomLevel, | ||
| S_CHAR * | cSource, | ||
| AT_RANK | nMaxRingSize | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| QUEUE * QueueCreate | ( | int | nTotLength, |
| int | nSize | ||
| ) |
Here is the caller graph for this function:| int QueueLength | ( | QUEUE * | q | ) |
Here is the caller graph for this function:| int QueueReinit | ( | QUEUE * | q | ) |
Here is the caller graph for this function:| int QueueWrittenLength | ( | QUEUE * | q | ) |
Here is the caller graph for this function: