C# 클래스 SANTA.Utility.UnitConverter

파일 보기 프로젝트 열기: siegleal/iSanta

공개 메소드들

메소드 설명
GenerateReport ( Datatype data, Datatype stats, ConfigReader configReader ) : void

Given Pixel Data, convert the data to inches, generate new statists based on them, and generate the report based on the new data.

비공개 메소드들

메소드 설명
convertToInches ( Datatype data, Datatype stats ) : IList

Given a set of datapoints, convert them to inches and return the points.

pointSubtract ( Datatype minuend, Datatype subtrahend ) : Datatype.DoublePoint
pointSubtract ( Point minuend, Point subtrahend ) : Point
translatePoints ( IList pointList ) : IList
verticallyFlip ( IList dataPoints ) : IList

Given a set of datapoints, vertically flip them.

메소드 상세

GenerateReport() 공개 정적인 메소드

Given Pixel Data, convert the data to inches, generate new statists based on them, and generate the report based on the new data.
public static GenerateReport ( Datatype data, Datatype stats, ConfigReader configReader ) : void
data Datatype Data points in pixels.
stats Datatype Statistics in pixels.
configReader SANTA.IO.ConfigReader
리턴 void