Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:SubGraph

29 SubGraph::SubGraph (SubGraph *baseG)
52 int SubGraph::NewVertexId ()
57 void SubGraph::AllocateSpaceForArc ()
71 NUANArc *SubGraph::CreateArc (int iLabel, int oLabel, int from, int to)
81 NUANArc *SubGraph::InheritArc (NUANArc *arcBase, int id)
91 NUANArc *SubGraph::InheritReverseArc (NUANArc *arcBase, int id)
101 NUANArc *SubGraph::InheritReverseArcWithTag (NUANArc *arcBase, int id, int tagId)
112 NUANArc *SubGraph::CreateCopyWithOutput (NUANArc *arcBase, int id)
122 void SubGraph::CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId, int tailId, int newTailId)
141 void SubGraph::Print ()
154 void SubGraph::PrintText ()
167 void SubGraph::ReverseDepthOnTerminal (int *depthMap)
175 void SubGraph::ReverseDepthData (int startId, int *depthMap, int depth)
196 void SubGraph::ForwardDepthData (int startId, int *depthMap, int depth)
217 void SubGraph::RemoveUnvisitedArcs (int initialId, int finalId)
245 void SubGraph::RemoveMarkedNodes (int *forwardDepth, int *reverseDepth)
270 void SubGraph::RemoveDiscardedArcs ()
291 void SubGraph::MapGraphVertices (int *equivMap)
308 void SubGraph::DebugPrintDirective (char *dirrData)
316 void SubGraph::DebugPrintLabel (int labId)
324 void SubGraph::ClearLabelledConnections (int labItem)
333 void SubGraph::ClearRuleIds ()
342 void SubGraph::ClearOutputs ()