C# 클래스 Quelea.PositionHistoryAsDataTree

상속: IPositionHistory
파일 보기 프로젝트 열기: lxfschr/Quelea

공개 메소드들

메소드 설명
Add ( Point3d position ) : void
Add ( Point3d position, bool wrapped ) : void
Get ( int i ) : Point3d
PositionHistoryAsDataTree ( int size ) : System
ToArray ( ) : Point3d[]
ToGooList ( ) : List
ToList ( ) : List
ToStructure ( ) : GH_Structure
ToTree ( ) : DataTree

메소드 상세

Add() 공개 메소드

public Add ( Point3d position ) : void
position Point3d
리턴 void

Add() 공개 메소드

public Add ( Point3d position, bool wrapped ) : void
position Point3d
wrapped bool
리턴 void

Get() 공개 메소드

public Get ( int i ) : Point3d
i int
리턴 Point3d

PositionHistoryAsDataTree() 공개 메소드

public PositionHistoryAsDataTree ( int size ) : System
size int
리턴 System

ToArray() 공개 메소드

public ToArray ( ) : Point3d[]
리턴 Point3d[]

ToGooList() 공개 메소드

public ToGooList ( ) : List
리턴 List

ToList() 공개 메소드

public ToList ( ) : List
리턴 List

ToStructure() 공개 메소드

public ToStructure ( ) : GH_Structure
리턴 GH_Structure

ToTree() 공개 메소드

public ToTree ( ) : DataTree
리턴 DataTree