C# 클래스 hl2glsl.DependencyGraph

파일 보기 프로젝트 열기: SickheadGames/HL2GLSL 1 사용 예제들

공개 메소드들

메소드 설명
AddDependant ( DependencyGraphNode dep ) : void
CountDependants ( ) : int
DependencyGraph ( ) : System
GetWhoThisFunctionCalls ( string func ) : ArrayList
PrintCallTree ( ) : void
RemoveDependant ( DependencyGraphNode dep ) : void
ReplaceDependant ( string toReplace, DependencyGraphNode newNode ) : void
SearchDependant ( string dependantName ) : DependencyGraphNode

메소드 상세

AddDependant() 공개 메소드

public AddDependant ( DependencyGraphNode dep ) : void
dep DependencyGraphNode
리턴 void

CountDependants() 공개 메소드

public CountDependants ( ) : int
리턴 int

DependencyGraph() 공개 메소드

public DependencyGraph ( ) : System
리턴 System

GetWhoThisFunctionCalls() 공개 메소드

public GetWhoThisFunctionCalls ( string func ) : ArrayList
func string
리턴 System.Collections.ArrayList

PrintCallTree() 공개 메소드

public PrintCallTree ( ) : void
리턴 void

RemoveDependant() 공개 메소드

public RemoveDependant ( DependencyGraphNode dep ) : void
dep DependencyGraphNode
리턴 void

ReplaceDependant() 공개 메소드

public ReplaceDependant ( string toReplace, DependencyGraphNode newNode ) : void
toReplace string
newNode DependencyGraphNode
리턴 void

SearchDependant() 공개 메소드

public SearchDependant ( string dependantName ) : DependencyGraphNode
dependantName string
리턴 DependencyGraphNode