• Home
  • Raw
  • Download

Lines Matching refs:SubGraph

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