Home | History | Annotate | Download | only in transformer

Lines Matching defs:m_countNodes

32  * This class stores a cache of counted nodes (m_countNodes).
41 * Set the maximum ammount the m_countNodes list can
47 * The start count from where m_countNodes counts
49 * in the m_countNodes vector is node position +
57 NodeSetDTM m_countNodes;
62 * found in the m_countNodes vector.
88 m_countNodes = countNodes;
116 int n = m_countNodes.size();
122 int countedNode = m_countNodes.elementAt(i);
153 int size = m_countNodes.size();
155 return (size > 0) ? m_countNodes.elementAt(size - 1) : DTM.NULL;