C# 클래스 AcTools.DataFile.LutDataFile

상속: AbstractDataFile
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Values Lut

공개 메소드들

메소드 설명
Clear ( ) : void
IsEmptyOrDamaged ( ) : bool
LutDataFile ( ) : System
LutDataFile ( string filename ) : System
LutDataFile ( string carDir, string filename ) : System
LutDataFile ( string carDir, string filename, Acd loadedAcd ) : System
Stringify ( ) : string
Stringify ( bool ordered ) : string

보호된 메소드들

메소드 설명
ParseString ( string data ) : void

비공개 메소드들

메소드 설명
Finish ( Lut values, string data, int index, int line, double &key, int &started, int &malformed ) : void
SkipLine ( string data, int &index, int &line ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

IsEmptyOrDamaged() 공개 메소드

public IsEmptyOrDamaged ( ) : bool
리턴 bool

LutDataFile() 공개 메소드

public LutDataFile ( ) : System
리턴 System

LutDataFile() 공개 메소드

public LutDataFile ( string filename ) : System
filename string
리턴 System

LutDataFile() 공개 메소드

public LutDataFile ( string carDir, string filename ) : System
carDir string
filename string
리턴 System

LutDataFile() 공개 메소드

public LutDataFile ( string carDir, string filename, Acd loadedAcd ) : System
carDir string
filename string
loadedAcd AcTools.AcdFile.Acd
리턴 System

ParseString() 보호된 메소드

protected ParseString ( string data ) : void
data string
리턴 void

Stringify() 공개 메소드

public Stringify ( ) : string
리턴 string

Stringify() 공개 메소드

public Stringify ( bool ordered ) : string
ordered bool
리턴 string

프로퍼티 상세

Values 공개적으로 프로퍼티

public Lut Values
리턴 Lut