C# 클래스 FluidsForms.Form1

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: kunzmi/managedCuda

공개 메소드들

메소드 설명
Form1 ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

비공개 메소드들

메소드 설명
Form1_FormClosing ( object sender, FormClosingEventArgs e ) : void
Form1_KeyDown ( object sender, KeyEventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
InitializeCUFFT ( ) : void
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

InitializeD3D ( ) : void
InitializePointTexture ( ) : void
InitializeVB ( ) : void
addForces ( CudaPitchedDeviceVariable v, int dx, int dy, int spx, int spy, float fx, float fy, int r, ManagedCuda.BasicTypes.SizeT tPitch ) : void
advectParticles ( CudaDeviceVariable p, CudaPitchedDeviceVariable v, int dx, int dy, float dt, ManagedCuda.BasicTypes.SizeT tPitch ) : void
advectVelocity ( CudaPitchedDeviceVariable v, CudaDeviceVariable vx, CudaDeviceVariable vy, int dx, int pdx, int dy, float dt, ManagedCuda.BasicTypes.SizeT tPitch ) : void
diffuseProject ( CudaDeviceVariable vx, CudaDeviceVariable vy, int dx, int dy, float dt, float visc, ManagedCuda.BasicTypes.SizeT tPitch ) : void
display ( ) : void
findGraphicsGPU ( string &devName ) : int
initParticles ( float2 p, int dx, int dy ) : void
panel1_MouseMove ( object sender, MouseEventArgs e ) : void
updateTexture ( CudaPitchedDeviceVariable data, ManagedCuda.BasicTypes.SizeT wib, ManagedCuda.BasicTypes.SizeT h, ManagedCuda.BasicTypes.SizeT pitch ) : void
updateVB ( ) : void
updateVelocity ( CudaPitchedDeviceVariable v, CudaDeviceVariable vx, CudaDeviceVariable vy, int dx, int pdx, int dy, ManagedCuda.BasicTypes.SizeT tPitch ) : void

메소드 상세

Dispose() 보호된 메소드

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
리턴 void

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System