C# 클래스 NBody.NBody

상속: IDisposable
파일 보기 프로젝트 열기: takayuki/opensim-pcproject 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Swap void
dot float

공개 메소드들

메소드 설명
Dispose ( ) : void
GetResource ( string fullname ) : byte[]
Initialize ( ) : void
Load ( OtpMbox mbox, OtpErlangPid pid, string script ) : OtpErlangTuple
Main ( string args ) : void
NBody ( CUDA CUDA, float DeltaTime, float Damping, int NumBodies ) : System
Update ( ulong frame ) : void

비공개 메소드들

메소드 설명
Swap ( ) : void
dot ( Float4 a, Float4 b ) : float

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetResource() 공개 정적인 메소드

public static GetResource ( string fullname ) : byte[]
fullname string
리턴 byte[]

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Load() 공개 정적인 메소드

public static Load ( OtpMbox mbox, OtpErlangPid pid, string script ) : OtpErlangTuple
mbox OtpMbox
pid OtpErlangPid
script string
리턴 OtpErlangTuple

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

NBody() 공개 메소드

public NBody ( CUDA CUDA, float DeltaTime, float Damping, int NumBodies ) : System
CUDA CUDA
DeltaTime float
Damping float
NumBodies int
리턴 System

Update() 공개 메소드

public Update ( ulong frame ) : void
frame ulong
리턴 void