C# 클래스 Algorithmix.UnitTest.Helpers

파일 보기 프로젝트 열기: Algorithmix/Papyrus

공개 메소드들

메소드 설명
BootstrapPrimitiveThree ( ) : List
BuildChecker ( string filepath ) : string>.Dictionary
BuildCluster ( List shreds ) : INode
GetNodeHeight ( INode root ) : int
InitializeShreds ( bool runOcr = false ) : List
PrintFlatTree ( INode root ) : void
PrintTree ( INode root ) : void
PrintTree ( Queue queue, int level, int maxLevel ) : void
PrintWhiteSpace ( int number ) : void

메소드 상세

BootstrapPrimitiveThree() 공개 정적인 메소드

public static BootstrapPrimitiveThree ( ) : List
리턴 List

BuildChecker() 공개 정적인 메소드

public static BuildChecker ( string filepath ) : string>.Dictionary
filepath string
리턴 string>.Dictionary

BuildCluster() 공개 정적인 메소드

public static BuildCluster ( List shreds ) : INode
shreds List
리턴 INode

GetNodeHeight() 공개 정적인 메소드

public static GetNodeHeight ( INode root ) : int
root INode
리턴 int

InitializeShreds() 공개 정적인 메소드

public static InitializeShreds ( bool runOcr = false ) : List
runOcr bool
리턴 List

PrintFlatTree() 공개 정적인 메소드

public static PrintFlatTree ( INode root ) : void
root INode
리턴 void

PrintTree() 공개 정적인 메소드

public static PrintTree ( INode root ) : void
root INode
리턴 void

PrintTree() 공개 정적인 메소드

public static PrintTree ( Queue queue, int level, int maxLevel ) : void
queue Queue
level int
maxLevel int
리턴 void

PrintWhiteSpace() 공개 정적인 메소드

public static PrintWhiteSpace ( int number ) : void
number int
리턴 void