Renderer des Programms. Übernimmt sowohl die 2D-Slicedarstellung in verschiedenen Achsen, als auch das 3D-Raycasting. Dazu werden Shader-Funktionalitäten der Grafikkarte genutzt.
The following tables list the members exposed by Renderer.
Public Constructors
Public Fields
Private Fields
Name | Description | |
---|---|---|
![]() |
alpha | X-Rotation der Kamera. |
![]() |
arrowColorAccordingTo | Legt fest, wonach sich die Pfeilfarben richten. |
![]() |
arrowDist | Abstand zwischen den Pfeilen - bei Pfeildarstellung. |
![]() |
arrowFixedColor | Pfeilfarbe bei fixer Farbgebung. |
![]() |
arrowSize | Größe der Pfeile - bei Pfeildarstellung. |
![]() |
arrowSizeAccordingTo | Legt fest, wonach sich die Pfeilgröße richtet. |
![]() |
backgroundType | Definiert, welche Art von Hintergrundtextur angezeigt werden soll. |
![]() |
beta | Y-Rotation der Kamera. |
![]() |
bwRenderStreamlines | Backgroundworker für das automatische Generieren und Rendern von Streamlines. |
![]() |
cameraPos | Kameraposition. |
![]() |
cameraTargetPos | |
![]() |
d3dPanel | Panel, auf das sich der Renderer für seine Ausgabe bezieht. |
![]() |
dataTexture16 | Textur für Flow-Daten - nötig für gefilterte Hintergrundtexturen, da SM3.0 keine 32F Texturen filtern kann. |
![]() |
dataTexture32F | Textur für Flow-Daten - im 32F Format - nötig für Texture-Lookups innerhalb des Vertex-Shaders. |
![]() |
debugDrawEnd | Für Streamline-Generation-Debug: Endpunkt des Abstandsvektors beim suchen des neuen Seedpoint-Candidates. |
![]() |
debugDrawStart | Für Streamline-Generation-Debug: Anfangspunkt des Abstandsvektors beim suchen des neuen Seedpoint-Candidates. |
![]() |
device | Direct3D Device. Nötig für Direct3D-Ausgabe. |
![]() |
doGlyphMapping | Flag, ob Glyph-Mapping durchgeführt werden soll. |
![]() |
doStreamlineEmboss | Flag, ob Embossing (eine Art 3D-Effekt) an den Streamlines angewandt werden soll. |
![]() |
doStreamlineTapering | Flag, ob Streamlines mit einem Tapering-Effekt (Verjüngung) versehen werden sollen. |
![]() |
dSep | Minimale Distanz zwischen neuem Streamline-Seedpoint und vorhandenen Streamlines (Maßeinheit basiert auf absoluter Vertex-Positionierung). |
![]() |
dT | Schrittweite bei der Streamline-Integration. |
![]() |
dTest | Minimale Distanz, die eine Streamline benötigt, um weiter "wachsen zu können". [0.0; 1.0] - wird mit dSep multipliziert für konkrete Maßeinheit (basiert auf absoluter Vertex-Positionierung) |
![]() |
ghd | Header-Daten aus dem Grid-File, sowie einige andere Attribute eines geladenen Flowivs-Datensatzes. |
![]() |
glyphSize | Größe der Glyphen. |
![]() |
integrationMethod | Flag, welche Integrationsmethode angewandt werden soll (momentan: 0 = Runge-Kutta, 1 = Euler). |
![]() |
isLicCreated | Flag, ob LIC-Textur bereits generiert wurde. |
![]() |
isMouseDown | Flag, ob ein Mausbutton gedrückt wird. |
![]() |
isRendering | Flag, ob gerade gerendert wird. |
![]() |
labelCurrentlyAnalyzingNo | Zeigt die Nummer der aktuell in der Generierung befindlichen Streamline. |
![]() |
labelStreamlineStatus | Zeigt den Status der Streamline-Integration an. |
![]() |
licTexture | Textur für LIC. |
![]() |
manualSeeding | Flag, ob Stromlinien manuell gesetzt werden. |
![]() |
matProjection | Projektions-Matrix. |
![]() |
matView | View-Matrix. |
![]() |
mouseDownX | X-Position der Maus beim Klick. |
![]() |
mouseDownY | Y-Position der Maus beim Klick. |
![]() |
mouseMoveX | X-Position der Maus beim Draggen. |
![]() |
mouseMoveY | Y-Position der Maus beim Draggen. |
![]() |
presentParams | Presentation parameters, die nötige Einstellungen für das Direct3D-Device enthalten. |
![]() |
progressBarStreamlines | Progress-Bar, die den aktuellen Zustand der Streamline-Generierung anzeigt. |
![]() |
ratio2D | Seitenverhältnis des Strömungsfeldes. |
![]() |
renderArrows | Flag, ob Pfeile gerendert werden sollen. |
![]() |
renderBackground | Flag, ob Hintergrund gerendert werden soll. |
![]() |
renderLic | Flag, ob LIC gerendert werden sollen. |
![]() |
renderSingularities | Flag, ob Singularitäten per Icon dargestellt werden sollen. |
![]() |
renderStreamlines | Flag, ob Stromlinien gerendert werden sollen. |
![]() |
resampledStreamvectors | Auf ein lineares Grid ge-resampelte Strömungsvektoren. |
![]() |
samplePointGrid | Datenstruktur, die alle Sample-Points der momentan vorhandenen Streamlines enthält. Nötig für die Berechnung von neuen Seedpoints. |
![]() |
showSeedpointLookup | Flag, ob Debug-Information gerendert werden soll. |
![]() |
shuttingDown | Flag, ob Programm gerade beendet wird, und somit versucht wird, Ressourcen freizugeben. |
![]() |
singularities | Liste, die die Koordinaten aller Singularitäten enthält. |
![]() |
singularityIconMesh | Mesh für ein Singularitäts-Icon. |
![]() |
singularityThreshold | Räumliche Distanz, die bestimmt, ab wann eine, sich nicht mehr gravierend fortpflanzende Strömungslinie als Singularität gilt. |
![]() |
streamlineColorAccordingTo | Legt fest, wonach sich die Streamline-Farben richten. |
![]() |
streamlineFixedColor | Streamlinefarbe bei fixer Farbgebung. |
![]() |
streamlines | Enthält alle aktuell vorhandenen Streamlines (jeweils VertexBuffer, samplePunkte und numVerts). |
![]() |
streamlineVerts | Enthält die Vertices für den zu füllenden Vertexbuffer. Global vereinbart, da der VB-Create-Eventhandler keine eigenen Funktionsparameter annehmen kann. |
![]() |
streamlineWidth | Dicke der Streamlines. |
![]() |
streamvectorTexture | Textur mit 3D-Strömungsvektoren. |
![]() |
targetAlpha | |
![]() |
targetBeta | |
![]() |
targetZoom | |
![]() |
textureGenerationMode | Art der Streamline-Texturgenerierung. |
![]() |
textureWidth | "Laufweite" der Textur - d.h. ab wann eine Wiederholung der Textur stattfindet. |
![]() |
vertexBufferArrow | Vertexbuffer für eine Pfeildarstellung. |
![]() |
vertexBufferBg | Vertexbuffer für den Hintergrund. |
![]() |
vertexBufferDebug | Vertexbuffer für die Darstellung eines Distanzvektors zwischen neuem Seedpoint und Streamline. |
![]() |
vertexBufferLic | Vertexbuffer für eine LIC-Generierung. |
![]() |
whiteNoise | Noise-Textur für LIC. |
![]() |
wireframe | |
![]() |
zoom | Zoom-Faktor. |
Public Properties
Name | Description | |
---|---|---|
![]() |
AccessibilityObject | Gets the |
![]() |
AccessibleDefaultActionDescription | Gets or sets the default action description of the control for use by accessibility client applications. (inherited from Control) |
![]() |
AccessibleDescription | Gets or sets the description of the control used by accessibility client applications. (inherited from Control) |
![]() |
AccessibleName | Gets or sets the name of the control used by accessibility client applications. (inherited from Control) |
![]() |
AccessibleRole | Gets or sets the accessible role of the control (inherited from Control) |
![]() |
AllowDrop | Gets or sets a value indicating whether the control can accept data that the user drags onto it. (inherited from Control) |
![]() |
Anchor | Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (inherited from Control) |
![]() |
ArrowColorAccordingTo | |
![]() |
ArrowDist | |
![]() |
ArrowFixedColor | |
![]() |
ArrowSize | |
![]() |
ArrowSizeAccordingTo | |
![]() |
AutoScroll | Gets or sets a value indicating whether the container enables the user to scroll to any controls placed outside of its visible boundaries. (inherited from ScrollableControl) |
![]() |
AutoScrollMargin | Gets or sets the size of the auto-scroll margin. (inherited from ScrollableControl) |
![]() |
AutoScrollMinSize | Gets or sets the minimum size of the auto-scroll. (inherited from ScrollableControl) |
![]() |
AutoScrollOffset | Gets or sets where this control is scrolled to in |
![]() |
AutoScrollPosition | Gets or sets the location of the auto-scroll position. (inherited from ScrollableControl) |
![]() |
AutoSize | (inherited from Panel) |
![]() |
AutoSizeMode | Indicates the automatic sizing behavior of the control. (inherited from Panel) |
![]() |
BackColor | Gets or sets the background color for the control. (inherited from Control) |
![]() |
BackgroundImage | Gets or sets the background image displayed in the control. (inherited from Control) |
![]() |
BackgroundImageLayout | Gets or sets the background image layout as defined in the |
![]() |
BackgroundType | |
![]() |
BindingContext | Gets or sets the |
![]() |
BorderStyle | Indicates the border style for the control. (inherited from Panel) |
![]() |
Bottom | Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (inherited from Control) |
![]() |
Bounds | Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (inherited from Control) |
![]() |
CanFocus | Gets a value indicating whether the control can receive focus. (inherited from Control) |
![]() |
CanSelect | Gets a value indicating whether the control can be selected. (inherited from Control) |
![]() |
Capture | Gets or sets a value indicating whether the control has captured the mouse. (inherited from Control) |
![]() |
CausesValidation | Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (inherited from Control) |
![]() |
ClientRectangle | Gets the rectangle that represents the client area of the control. (inherited from Control) |
![]() |
ClientSize | Gets or sets the height and width of the client area of the control. (inherited from Control) |
![]() |
CompanyName | Gets the name of the company or creator of the application containing the control. (inherited from Control) |
![]() |
Container | Gets the |
![]() |
ContainsFocus | Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (inherited from Control) |
![]() |
ContextMenu | Gets or sets the shortcut menu associated with the control. (inherited from Control) |
![]() |
ContextMenuStrip | Gets or sets the |
![]() |
Controls | Gets the collection of controls contained within the control. (inherited from Control) |
![]() |
Created | Gets a value indicating whether the control has been created. (inherited from Control) |
![]() |
Cursor | Gets or sets the cursor that is displayed when the mouse pointer is over the control. (inherited from Control) |
![]() |
DataBindings | Gets the data bindings for the control. (inherited from Control) |
![]() |
DataTexture16 | |
![]() |
DataTexture32F | |
![]() |
Device | |
![]() |
DisplayRectangle | Gets the rectangle that represents the virtual display area of the control. (inherited from ScrollableControl) |
![]() |
Disposing | Gets a value indicating whether the base |
![]() |
Dock | Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (inherited from Control) |
![]() |
DockPadding | Gets the dock padding settings for all edges of the control. (inherited from ScrollableControl) |
![]() |
DoGlyphMapping | |
![]() |
DoStreamlineEmboss | |
![]() |
DoStreamlineTapering | |
![]() |
DSep | |
![]() |
DT | |
![]() |
DTest | |
![]() |
Enabled | Gets or sets a value indicating whether the control can respond to user interaction. (inherited from Control) |
![]() |
Focused | Gets a value indicating whether the control has input focus. (inherited from Control) |
![]() |
Font | Gets or sets the font of the text displayed by the control. (inherited from Control) |
![]() |
ForeColor | Gets or sets the foreground color of the control. (inherited from Control) |
![]() |
GlyphSize | |
![]() |
GridHeaderData | |
![]() |
Handle | Gets the window handle that the control is bound to. (inherited from Control) |
![]() |
HasChildren | Gets a value indicating whether the control contains one or more child controls. (inherited from Control) |
![]() |
Height | Gets or sets the height of the control. (inherited from Control) |
![]() |
HorizontalScroll | Gets the characteristics associated with the horizontal scroll bar. (inherited from ScrollableControl) |
![]() |
ImeMode | Gets or sets the Input Method Editor (IME) mode of the control. (inherited from Control) |
![]() |
IntegrationMethod | |
![]() |
InvokeRequired | Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (inherited from Control) |
![]() |
IsAccessible | Gets or sets a value indicating whether the control is visible to accessibility applications. (inherited from Control) |
![]() |
IsDisposed | Gets a value indicating whether the control has been disposed of. (inherited from Control) |
![]() |
IsHandleCreated | Gets a value indicating whether the control has a handle associated with it. (inherited from Control) |
![]() |
IsMirrored | Gets a value indicating whether the control is mirrored. (inherited from Control) |
![]() |
LayoutEngine | Gets a cached instance of the control's layout engine. (inherited from Control) |
![]() |
Left | Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (inherited from Control) |
![]() |
LicOpacity | |
![]() |
LicPosition | |
![]() |
LicStepCount | |
![]() |
LicStepSize | |
![]() |
Location | Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (inherited from Control) |
![]() |
ManualSeeding | |
![]() |
Margin | Gets or sets the space between controls. (inherited from Control) |
![]() |
MaximumSize | Gets or sets the size that is the upper limit that |
![]() |
MinimumSize | Gets or sets the size that is the lower limit that |
![]() |
Name | Gets or sets the name of the control. (inherited from Control) |
![]() |
Padding | Gets or sets padding within the control. (inherited from Control) |
![]() |
Parent | Gets or sets the parent container of the control. (inherited from Control) |
![]() |
PreferredSize | Gets the size of a rectangular area into which the control can fit. (inherited from Control) |
![]() |
ProductName | Gets the product name of the assembly containing the control. (inherited from Control) |
![]() |
ProductVersion | Gets the version of the assembly containing the control. (inherited from Control) |
![]() |
Ratio2D | |
![]() |
RecreatingHandle | Gets a value indicating whether the control is currently re-creating its handle. (inherited from Control) |
![]() |
Region | Gets or sets the window region associated with the control. (inherited from Control) |
![]() |
RenderArrows | |
![]() |
RenderBackground | |
![]() |
RenderLic | |
![]() |
RenderSingularities | |
![]() |
RenderStreamlines | |
![]() |
ResampledStreamvectors | |
![]() |
Right | Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (inherited from Control) |
![]() |
RightToLeft | Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (inherited from Control) |
![]() |
ShowSeedpointLookup | |
![]() |
SingularityThreshold | |
![]() |
Site | Gets or sets the site of the control. (inherited from Control) |
![]() |
Size | Gets or sets the height and width of the control. (inherited from Control) |
![]() |
StreamlineColorAccordingTo | |
![]() |
StreamlineFixedColor | |
![]() |
StreamlineWidth | |
![]() |
StreamvectorTexture | |
![]() |
TabIndex | Gets or sets the tab order of the control within its container. (inherited from Control) |
![]() |
TabStop | Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. (inherited from Panel) |
![]() |
Tag | Gets or sets the object that contains data about the control. (inherited from Control) |
![]() |
Text | This member is not meaningful for this control. (inherited from Panel) |
![]() |
TextureGenerationMode | |
![]() |
TextureWidth | |
![]() |
Top | Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (inherited from Control) |
![]() |
TopLevelControl | Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost |
![]() |
UseWaitCursor | Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (inherited from Control) |
![]() |
VerticalScroll | Gets the characteristics associated with the vertical scroll bar. (inherited from ScrollableControl) |
![]() |
Visible | Gets or sets a value indicating whether the control and all its parent controls are displayed. (inherited from Control) |
![]() |
Width | Gets or sets the width of the control. (inherited from Control) |
![]() |
WindowTarget | This property is not relevant for this class. (inherited from Control) |
![]() |
Zoom |
Protected Properties
Name | Description | |
---|---|---|
![]() |
CanRaiseEvents | Determines if events can be raised on the control. (inherited from Control) |
![]() |
CreateParams | (inherited from Panel) |
![]() |
DefaultCursor | Gets or sets the default cursor for the control. (inherited from Control) |
![]() |
DefaultImeMode | Gets the default Input Method Editor (IME) mode supported by the control. (inherited from Control) |
![]() |
DefaultMargin | Gets the space, in pixels, that is specified by default between controls. (inherited from Control) |
![]() |
DefaultMaximumSize | Gets the length and height, in pixels, that is specified as the default maximum size of a control. (inherited from Control) |
![]() |
DefaultMinimumSize | Gets the length and height, in pixels, that is specified as the default minimum size of a control. (inherited from Control) |
![]() |
DefaultPadding | Gets the internal spacing, in pixels, of the contents of a control. (inherited from Control) |
![]() |
DefaultSize | (inherited from Panel) |
![]() |
DesignMode | Gets a value that indicates whether the |
![]() |
DoubleBuffered | Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. (inherited from Control) |
![]() |
Events | Gets the list of event handlers that are attached to this |
![]() |
FontHeight | Gets or sets the height of the font of the control. (inherited from Control) |
![]() |
HScroll | Gets or sets a value indicating whether the horizontal scroll bar is visible. (inherited from ScrollableControl) |
![]() |
ResizeRedraw | Gets or sets a value indicating whether the control redraws itself when resized. (inherited from Control) |
![]() |
ScaleChildren | Gets a value that determines the scaling of child controls. (inherited from Control) |
![]() |
VScroll | Gets or sets a value indicating whether the vertical scroll bar is visible. (inherited from ScrollableControl) |
Protected Internal Properties
Name | Description | |
---|---|---|
![]() |
RenderRightToLeft | This property is now obsolete. (inherited from Control) |
![]() |
ShowFocusCues | Gets a value indicating whether the control should display focus rectangles. (inherited from Control) |
![]() |
ShowKeyboardCues | Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators. (inherited from Control) |
Public Methods
Name | Description | |
---|---|---|
![]() |
BeginInvoke | Overloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on. (inherited from Control) |
![]() |
BringToFront | Brings the control to the front of the z-order. (inherited from Control) |
![]() |
CleanUpAndShutdown | Cancelt den Streamline-Generation-Thread, disposed alle bisher verwendeten Ressourcen und bereited Flows auf seine Beendigung vor. |
![]() |
ClearStreamlines | Löscht alle bisher erstellten Streamlines (sowie deren VertexBuffer) und das Sample-Point Grid, welches nötig ist, um die Streamlines mit passendem Abstand rendern zu können. Des weiteren werden alle Singularitäten gelöscht. |
![]() |
Contains | Retrieves a value indicating whether the specified control is a child of the control. (inherited from Control) |
![]() |
CreateControl | Forces the creation of the control, including the creation of the handle and any child controls. (inherited from Control) |
![]() |
CreateGraphics | Creates the |
![]() |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject) |
![]() |
Dispose | Overloaded. Releases all resources used by the |
![]() |
DoDragDrop | Begins a drag-and-drop operation. (inherited from Control) |
![]() |
DrawToBitmap | Supports rendering to the specified bitmap. (inherited from Control) |
![]() |
EndInvoke | Retrieves the return value of the asynchronous operation represented by the |
![]() |
Equals | Determines whether the specified |
![]() |
FinalizeStreamlineIntegration | Setzt die GUI nach dem Fertigstellen oder Abbruch der Streamline-Integration zurück. |
![]() |
FindForm | Retrieves the form that the control is on. (inherited from Control) |
![]() |
Focus | Sets input focus to the control. (inherited from Control) |
![]() |
GetChildAtPoint | Overloaded. Retrieves the child control at a specified location. (inherited from Control) |
![]() |
GetContainerControl | Returns the next |
![]() |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
![]() |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
![]() |
GetNextControl | Retrieves the next control forward or back in the tab order of child controls. (inherited from Control) |
![]() |
GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. (inherited from Control) |
![]() |
GetType | Gets the |
![]() |
Hide | Conceals the control from the user. (inherited from Control) |
![]() |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) |
![]() |
Invalidate | Overloaded. Invalidates a specific region of the control and causes a paint message to be sent to the control. (inherited from Control) |
![]() |
Invoke | Overloaded. Executes a delegate on the thread that owns the control's underlying window handle. (inherited from Control) |
![]() |
PerformLayout | Overloaded. Forces the control to apply layout logic to child controls. (inherited from Control) |
![]() |
PointToClient | Computes the location of the specified screen point into client coordinates. (inherited from Control) |
![]() |
PointToScreen | Computes the location of the specified client point into screen coordinates. (inherited from Control) |
![]() |
PreProcessControlMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (inherited from Control) |
![]() |
PreProcessMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (inherited from Control) |
![]() |
RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. (inherited from Control) |
![]() |
RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. (inherited from Control) |
![]() |
Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. (inherited from Control) |
![]() |
Render | Rendert ein Bild basierend auf allen gesetzten Einstellungen. |
![]() |
Reset | Cancelt den Streamline-Generation-Thread, disposed alle bisher verwendeten Ressourcen und setzt die Perspektive zurück. |
![]() |
ResetBackColor | Resets the |
![]() |
ResetBindings | Causes a control bound to the |
![]() |
ResetCursor | Resets the |
![]() |
ResetFont | Resets the |
![]() |
ResetForeColor | Resets the |
![]() |
ResetImeMode | Resets the |
![]() |
ResetRightToLeft | Resets the |
![]() |
ResetText | Resets the |
![]() |
ResetView | Setzt die Perspektive (Position, Winkel, Zoom) auf die Ausgangswerte zurück. |
![]() |
ResumeLayout | Overloaded. Resumes the usual layout logic. (inherited from Control) |
![]() |
Scale | Overloaded. Scales the control and any child controls. (inherited from Control) |
![]() |
ScrollControlIntoView | Scrolls the specified child control into view on an auto-scroll enabled control. (inherited from ScrollableControl) |
![]() |
Select | Overloaded. Activates a control. (inherited from Control) |
![]() |
SelectNextControl | Activates the next control. (inherited from Control) |
![]() |
SendToBack | Sends the control to the back of the z-order. (inherited from Control) |
![]() |
SetAutoScrollMargin | Sets the size of the auto-scroll margins. (inherited from ScrollableControl) |
![]() |
SetBounds | Overloaded. Sets the bounds of the control. (inherited from Control) |
![]() |
Show | Displays the control to the user. (inherited from Control) |
![]() |
SuspendLayout | Temporarily suspends the layout logic for the control. (inherited from Control) |
![]() |
ToString | Returns a string representation for this control. (inherited from Panel) |
![]() |
Update | Causes the control to redraw the invalidated regions within its client area. (inherited from Control) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
AccessibilityNotifyClients | Overloaded. Notifies the accessibility client applications of |
![]() |
AdjustFormScrollbars | Adjusts the scroll bars on the container based on the current control positions and the control currently selected. (inherited from ScrollableControl) |
![]() |
CreateAccessibilityInstance | Creates a new accessibility object for the control. (inherited from Control) |
![]() |
CreateControlsInstance | Creates a new instance of the control collection for the control. (inherited from Control) |
![]() |
CreateHandle | Creates a handle for the control. (inherited from Control) |
![]() |
DefWndProc | Sends the specified message to the default window procedure. (inherited from Control) |
![]() |
DestroyHandle | Destroys the handle associated with the control. (inherited from Control) |
![]() |
Dispose | Overloaded. Releases all resources used by the |
![]() |
Finalize | Releases unmanaged resources and performs other cleanup operations before the |
![]() |
GetAccessibilityObjectById | Retrieves the specified |
![]() |
GetAutoSizeMode | Retrieves a value indicating how a control will behave when its |
![]() |
GetScaledBounds | Retrieves the bounds within which the control is scaled. (inherited from Control) |
![]() |
GetScrollState | Determines whether the specified flag has been set. (inherited from ScrollableControl) |
![]() |
GetService | Returns an object that represents a service provided by the |
![]() |
GetStyle | Retrieves the value of the specified control style bit for the control. (inherited from Control) |
![]() |
GetTopLevel | Determines if the control is a top-level control. (inherited from Control) |
![]() |
InitLayout | Called after the control has been added to another container. (inherited from Control) |
![]() |
InvokeGotFocus | Raises the |
![]() |
InvokeLostFocus | Raises the |
![]() |
InvokeOnClick | Raises the |
![]() |
InvokePaint | Raises the |
![]() |
InvokePaintBackground | Raises the PaintBackground event for the specified control. (inherited from Control) |
![]() |
IsInputChar | Determines if a character is an input character that the control recognizes. (inherited from Control) |
![]() |
IsInputKey | Determines whether the specified key is a regular input key or a special key that requires preprocessing. (inherited from Control) |
![]() |
MemberwiseClone | Overloaded. Creates a shallow copy of the current |
![]() |
NotifyInvalidate | Raises the |
![]() |
OnAutoSizeChanged | Raises the |
![]() |
OnBackColorChanged | Raises the |
![]() |
OnBackgroundImageChanged | Raises the |
![]() |
OnBackgroundImageLayoutChanged | Raises the |
![]() |
OnBindingContextChanged | Raises the |
![]() |
OnCausesValidationChanged | Raises the |
![]() |
OnChangeUICues | Raises the |
![]() |
OnClick | Raises the |
![]() |
OnClientSizeChanged | Raises the |
![]() |
OnContextMenuChanged | Raises the |
![]() |
OnContextMenuStripChanged | Raises the |
![]() |
OnControlAdded | Raises the |
![]() |
OnControlRemoved | Raises the |
![]() |
OnCreateControl | Raises the |
![]() |
OnCursorChanged | Raises the |
![]() |
OnDockChanged | Raises the |
![]() |
OnDoubleClick | Raises the |
![]() |
OnDragDrop | Raises the |
![]() |
OnDragEnter | Raises the |
![]() |
OnDragLeave | Raises the |
![]() |
OnDragOver | Raises the |
![]() |
OnEnabledChanged | Raises the |
![]() |
OnEnter | Raises the |
![]() |
OnFontChanged | Raises the |
![]() |
OnForeColorChanged | Raises the |
![]() |
OnGiveFeedback | Raises the |
![]() |
OnGotFocus | Raises the |
![]() |
OnHandleCreated | Raises the |
![]() |
OnHandleDestroyed | Raises the |
![]() |
OnHelpRequested | Raises the |
![]() |
OnImeModeChanged | Raises the |
![]() |
OnInvalidated | Raises the |
![]() |
OnKeyDown | Raises the |
![]() |
OnKeyPress | Raises the |
![]() |
OnKeyUp | Raises the |
![]() |
OnLayout | (inherited from ScrollableControl) |
![]() |
OnLeave | Raises the |
![]() |
OnLocationChanged | Raises the |
![]() |
OnLostFocus | Raises the |
![]() |
OnMarginChanged | Raises the |
![]() |
OnMouseCaptureChanged | Raises the |
![]() |
OnMouseClick | Raises the |
![]() |
OnMouseDoubleClick | Raises the |
![]() |
OnMouseDown | Raises the |
![]() |
OnMouseEnter | Raises the |
![]() |
OnMouseHover | Raises the |
![]() |
OnMouseLeave | Raises the |
![]() |
OnMouseMove | Raises the |
![]() |
OnMouseUp | Raises the |
![]() |
OnMouseWheel | Raises the |
![]() |
OnMove | Raises the |
![]() |
OnNotifyMessage | Notifies the control of Windows messages. (inherited from Control) |
![]() |
OnPaddingChanged | Raises the |
![]() |
OnPaint | Raises the |
![]() |
OnPaintBackground | Paints the background of the control. (inherited from ScrollableControl) |
![]() |
OnParentBackColorChanged | Raises the |
![]() |
OnParentBackgroundImageChanged | Raises the |
![]() |
OnParentBindingContextChanged | Raises the |
![]() |
OnParentChanged | Raises the |
![]() |
OnParentCursorChanged | Raises the |
![]() |
OnParentEnabledChanged | Raises the |
![]() |
OnParentFontChanged | Raises the |
![]() |
OnParentForeColorChanged | Raises the |
![]() |
OnParentRightToLeftChanged | Raises the |
![]() |
OnParentVisibleChanged | Raises the |
![]() |
OnPreviewKeyDown | Raises the |
![]() |
OnPrint | Raises the |
![]() |
OnQueryContinueDrag | Raises the |
![]() |
OnRegionChanged | Raises the |
![]() |
OnResize | Fires the event indicating that the panel has been resized. Inheriting controls should use this in favor of actually listening to the event, but should still call base.onResize to ensure that the event is fired for external listeners. (inherited from Panel) |
![]() |
OnRightToLeftChanged | (inherited from ScrollableControl) |
![]() |
OnScroll | Raises the |
![]() |
OnSizeChanged | Raises the |
![]() |
OnStyleChanged | Raises the |
![]() |
OnSystemColorsChanged | Raises the |
![]() |
OnTabIndexChanged | Raises the |
![]() |
OnTabStopChanged | Raises the |
![]() |
OnTextChanged | Raises the |
![]() |
OnValidated | Raises the |
![]() |
OnValidating | Raises the |
![]() |
OnVisibleChanged | (inherited from ScrollableControl) |
![]() |
ProcessCmdKey | Processes a command key. (inherited from Control) |
![]() |
ProcessDialogChar | Processes a dialog character. (inherited from Control) |
![]() |
ProcessDialogKey | Processes a dialog key. (inherited from Control) |
![]() |
ProcessKeyEventArgs | Processes a key message and generates the appropriate control events. (inherited from Control) |
![]() |
ProcessKeyPreview | Previews a keyboard message. (inherited from Control) |
![]() |
RaiseDragEvent | Raises the appropriate drag event. (inherited from Control) |
![]() |
RaiseKeyEvent | Raises the appropriate key event. (inherited from Control) |
![]() |
RaiseMouseEvent | Raises the appropriate mouse event. (inherited from Control) |
![]() |
RaisePaintEvent | Raises the appropriate paint event. (inherited from Control) |
![]() |
RecreateHandle | Forces the re-creation of the handle for the control. (inherited from Control) |
![]() |
ResetMouseEventArgs | Resets the control to handle the |
![]() |
RtlTranslateAlignment | Overloaded. Converts the current alignment to the appropriate alignment to support right-to-left text. (inherited from Control) |
![]() |
RtlTranslateHorizontal | Converts the specified |
![]() |
RtlTranslateLeftRight | Converts the specified |
![]() |
ScaleControl | (inherited from ScrollableControl) |
![]() |
ScaleCore | (inherited from ScrollableControl) |
![]() |
ScrollToControl | Calculates the scroll offset to the specified child control. (inherited from ScrollableControl) |
![]() |
Select | Overloaded. Activates a control. (inherited from Control) |
![]() |
SetAutoSizeMode | Sets a value indicating how a control will behave when its |
![]() |
SetBoundsCore | Performs the work of setting the specified bounds of this control. (inherited from Control) |
![]() |
SetClientSizeCore | Sets the size of the client area of the control. (inherited from Control) |
![]() |
SetDisplayRectLocation | Positions the display window to the specified value. (inherited from ScrollableControl) |
![]() |
SetScrollState | Sets the specified scroll state flag. (inherited from ScrollableControl) |
![]() |
SetStyle | Sets a specified |
![]() |
SetTopLevel | Sets the control as the top-level control. (inherited from Control) |
![]() |
SetVisibleCore | Sets the control to the specified visible state. (inherited from Control) |
![]() |
SizeFromClientSize | Determines the size of the entire control from the height and width of its client area. (inherited from Control) |
![]() |
UpdateBounds | Overloaded. Updates the bounds of the control. (inherited from Control) |
![]() |
UpdateStyles | Forces the assigned styles to be reapplied to the control. (inherited from Control) |
![]() |
UpdateZOrder | Updates the control in its parent's z-order. (inherited from Control) |
![]() |
WndProc | (inherited from ScrollableControl) |
Protected Internal Methods
Name | Description | |
---|---|---|
![]() |
AccessibilityNotifyClients | Overloaded. Notifies the accessibility client applications of |
![]() |
ProcessKeyMessage | Processes a keyboard message. (inherited from Control) |
![]() |
ProcessMnemonic | Processes a mnemonic character. (inherited from Control) |
![]() |
RtlTranslateContent | Converts the specified |
![]() |
UpdateBounds | Overloaded. Updates the bounds of the control. (inherited from Control) |
Private Methods
Name | Description | |
---|---|---|
![]() |
AddToGrid | Fügt einen gegbenen Vektor an der richtigen Position in das Samplepoint-Gitter ein. |
![]() |
bwRenderStreamlines_DoWork | Führt Streamline-Generation durch. |
![]() |
bwRenderStreamlines_ProgressChanged | Zeigt aktuelle Streamline-Nummer an, und Aktualisiert den Marquee-Progressbar. |
![]() |
bwRenderStreamlines_RunWorkerCompleted | Wird aufgerufen, wenn der Streamline-Generation Backgroundworker fertig ist, oder gecancelt wurde. |
![]() |
CancelStreamlineGeneration | Cancelt das Streamline-Rendering. |
![]() |
CreateEvenlyspacedStreamlines | Generiert automatisch gleichmäßig verteilte Streamlines. |
![]() |
CreateGlyph | Erstellt einen Glyph innerhalb eines Streamline-Abschnittes, dessen Länge je nach Glyphen-Größe variiert. |
![]() |
CreateStreamline | Erstellt eine Streamline und generiert auch den nötigen Vertex-Buffer. |
![]() |
DisposeStreamline | Gibt die vom Vertexbuffer einer Streamline verwendeten Ressourcen wieder frei. |
![]() |
Distance | Liefert Abstand zwischen zwei Vektoren. |
![]() |
FindSeedpointCandidate | Iteriert durch eine gegebene Streamline und sucht nach einem passenden, neuen Seedpoint. |
![]() |
GenerateLicTexture | Erstellt die LIC-Textur. |
![]() |
GetNormalDistance | Generiert einen Vektor mit beliebig wählbarem Winkel bzw. Abstand bezogen auf die von p1 und p2 gebildete Gerade. Einsetzbar, um z.B. den Normalvektor einer Geraden in beiden Richtungen zu erhalten. |
![]() |
GetTextureCoefAtPos | Ermittelt den Textur-Koeffizienten (Intensität der Textur) an einer gegebenen Schrittweite, basierend auf der Laufweite der Texutr. |
![]() |
InitializeBwRenderStreamlines | Initialisiert den BackgroundWorker für die Streamline-Generation. |
![]() |
InitializeGraphics | Initialisiert das Device und alles, was dazugehört. Es ist eine Shader 3.0 Grafikkarte nötig, um diese Funktion ohne Fehlermeldung auszuführen und somit "Flows" überhaupt ausführen zu können. |
![]() |
IntegrateStreamline | Integriert Streamline von gegebenem Punkt aus weiter. |
![]() |
IsFarEnoughAway | Prüft, ob ein gegebener Samplepoint p einer (potentiellen) Streamline weit genug von allen anderen, bisher erzeugten Streamlines entfernt ist. Dazu werden die Zelle, in der sich p befindet, sowie alle 8 Nachbarzellen nach vorhandenen Samplepoints anderer Streamlines durchsucht und deren Abstände zu p gemessen. Ist p weit genug entfernt, wird der Abstand zum nächsten Samplepoint retourniert. Andernalls (p ist zu nahe; Abstand zwischen p und anderen Samplepoints ist kleiner als 'distance') liefert die Funktion 0f. |
![]() |
OnCreateDebug | Definiert/Positioniert den Inhalt des Debug-Vertexbuffers (Darstellung der Seedpoint-Suche). |
![]() |
OnCreateDevice | Wird ausgeführt, nachdem das Device erstellt wurde. Hier werden Vertexbuffer und Meshes initialisiert. |
![]() |
OnCreateStreamline | Definiert/Positioniert den Inhalt eines Streamline-Vertexbuffers. |
![]() |
OnCreateVertexBufferArrow | Definiert/Positioniert den Inhalt des Arrow-Vertexbuffers. |
![]() |
OnCreateVertexBufferBg | Definiert/Positioniert den Inhalt des Background-Vertexbuffers und bezieht dabei das Seitenverhältnis des Backgrounds mit ein. |
![]() |
OnCreateVertexBufferLic | VB mit den Ausweitungen von 0 bis 1 - sowohl x als auch y. Nötig für LIC. |
![]() |
OnResetDevice | Legt grundlegende Rendering-Eigenschaften des Devices fest. |
![]() |
RenderSingularityIcons | Rendert ein Singularitäts-Icon. |
![]() |
RenderStreamline | Rendert eine gegebene Streamline. |
![]() |
RestartStreamlineGeneration | Restartet die Streamline-Generation. |
![]() |
RunAlongStreamline | Zieht vom gegebenen Starpunkt aus eine Strömungslinie in beliebige Richtung, bis der Algorithmus außerhalb des Strömungsfeldes ist, er einer anderen Strömungslinie zu nahe kommt (Abstand kleiner als dTest), eine Singularität auftritt - oder - falls keiner dieser Fälle eintritt (unerkannte Singularität): nach 5.000 Schritten. |
![]() |
SetupMatrices | Aktualisiert die View-Matrizen. |
![]() |
ShowTexture | Stellt eine beliebige Textur bildschirmfüllend dar. |
![]() |
TaperStreamline | Führt ein Tapering ('fließende' Verjüngung) an einer Streamline durch. |
![]() |
this_MouseDoubleClick | Doppelter Rechtsklick, um die Ansicht zu resetten. |
![]() |
this_MouseDown | Wenn Maustaste innerhalb des Render-Panels gedrückt wird, werden die Mauskoordinaten gespeichert. |
![]() |
this_MouseEnter | Maus befindet sich über dem Render-Panel. Wird eingesetzt, damit der Focus gesetzt werden kann, um mit dem Mausrad zoomen zu können. |
![]() |
this_MouseMove | Wenn Maus innerhalb des Renderpanels bei gedrückter Maustaste bewegt wird, wird entweder das Strömungsfeld verschoben (Linksklick) oder rotiert (Rechtsklick). |
![]() |
this_MouseUp | Maustaste wurde innerhalb des Render-Panels losgelassen. Eingesetzt beim manuellen Streamline-Seeding. |
![]() |
this_MouseWheel | Drehen des Mausrades, um zu zoomen. |
![]() |
ValidateOutOfBounds | Kontrolliert, ob sich ein gegebener Wert innerhalb von zwei Grenzen befindet. Falls das nicht der Fall ist, wird der Wert auf die unter- bzw. überschrittene Grenze gesetzt. Sinnvoll einzusetzen, um z.B. sicherzustellen, dass ein Array-Index durch Rundungsfehler nicht unter/über die Array-Grenzen hinaus geht (Out-of-Bounds). |
Public Events
Name | Description | |
---|---|---|
![]() |
AutoSizeChanged | Occurs when the value of the |
![]() |
BackColorChanged | Occurs when the value of the |
![]() |
BackgroundImageChanged | Occurs when the value of the |
![]() |
BackgroundImageLayoutChanged | Occurs when the |
![]() |
BindingContextChanged | Occurs when the value of the |
![]() |
CausesValidationChanged | Occurs when the value of the |
![]() |
ChangeUICues | Occurs when the focus or keyboard user interface (UI) cues change. (inherited from Control) |
![]() |
Click | Occurs when the control is clicked. (inherited from Control) |
![]() |
ClientSizeChanged | Occurs when the value of the |
![]() |
ContextMenuChanged | Occurs when the value of the |
![]() |
ContextMenuStripChanged | Occurs when the value of the |
![]() |
ControlAdded | Occurs when a new control is added to the |
![]() |
ControlRemoved | Occurs when a control is removed from the |
![]() |
CursorChanged | Occurs when the value of the |
![]() |
Disposed | Occurs when the component is disposed by a call to the |
![]() |
DockChanged | Occurs when the value of the |
![]() |
DoubleClick | Occurs when the control is double-clicked. (inherited from Control) |
![]() |
DragDrop | Occurs when a drag-and-drop operation is completed. (inherited from Control) |
![]() |
DragEnter | Occurs when an object is dragged into the control's bounds. (inherited from Control) |
![]() |
DragLeave | Occurs when an object is dragged out of the control's bounds. (inherited from Control) |
![]() |
DragOver | Occurs when an object is dragged over the control's bounds. (inherited from Control) |
![]() |
EnabledChanged | Occurs when the |
![]() |
Enter | Occurs when the control is entered. (inherited from Control) |
![]() |
FontChanged | Occurs when the |
![]() |
ForeColorChanged | Occurs when the |
![]() |
GiveFeedback | Occurs during a drag operation. (inherited from Control) |
![]() |
GotFocus | Occurs when the control receives focus. (inherited from Control) |
![]() |
HandleCreated | Occurs when a handle is created for the control. (inherited from Control) |
![]() |
HandleDestroyed | Occurs when the control's handle is in the process of being destroyed. (inherited from Control) |
![]() |
HelpRequested | Occurs when the user requests help for a control. (inherited from Control) |
![]() |
ImeModeChanged | Occurs when the |
![]() |
Invalidated | Occurs when a control's display requires redrawing. (inherited from Control) |
![]() |
KeyDown | This member is not meaningful for this control. (inherited from Panel) |
![]() |
KeyPress | This member is not meaningful for this control. (inherited from Panel) |
![]() |
KeyUp | This member is not meaningful for this control. (inherited from Panel) |
![]() |
Layout | Occurs when a control should reposition its child controls. (inherited from Control) |
![]() |
Leave | Occurs when the input focus leaves the control. (inherited from Control) |
![]() |
LocationChanged | Occurs when the |
![]() |
LostFocus | Occurs when the control loses focus. (inherited from Control) |
![]() |
MarginChanged | Occurs when the control's margin changes. (inherited from Control) |
![]() |
MouseCaptureChanged | Occurs when the control loses or gains mouse capture. (inherited from Control) |
![]() |
MouseClick | Occurs when the control is clicked by the mouse. (inherited from Control) |
![]() |
MouseDoubleClick | Occurs when the control is double clicked by the mouse. (inherited from Control) |
![]() |
MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed. (inherited from Control) |
![]() |
MouseEnter | Occurs when the mouse pointer enters the control. (inherited from Control) |
![]() |
MouseHover | Occurs when the mouse pointer rests on the control. (inherited from Control) |
![]() |
MouseLeave | Occurs when the mouse pointer leaves the control. (inherited from Control) |
![]() |
MouseMove | Occurs when the mouse pointer is moved over the control. (inherited from Control) |
![]() |
MouseUp | Occurs when the mouse pointer is over the control and a mouse button is released. (inherited from Control) |
![]() |
MouseWheel | Occurs when the mouse wheel moves while the control has focus. (inherited from Control) |
![]() |
Move | Occurs when the control is moved. (inherited from Control) |
![]() |
PaddingChanged | Occurs when the control's padding changes. (inherited from Control) |
![]() |
Paint | Occurs when the control is redrawn. (inherited from Control) |
![]() |
ParentChanged | Occurs when the |
![]() |
PreviewKeyDown | Occurs before the |
![]() |
QueryAccessibilityHelp | Occurs when |
![]() |
QueryContinueDrag | Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. (inherited from Control) |
![]() |
RegionChanged | Occurs when the value of the |
![]() |
Resize | Occurs when the control is resized. (inherited from Control) |
![]() |
RightToLeftChanged | Occurs when the |
![]() |
Scroll | Occurs when the user or code scrolls through the client area. (inherited from ScrollableControl) |
![]() |
SizeChanged | Occurs when the |
![]() |
StyleChanged | Occurs when the control style changes. (inherited from Control) |
![]() |
SystemColorsChanged | Occurs when the system colors change. (inherited from Control) |
![]() |
TabIndexChanged | Occurs when the |
![]() |
TabStopChanged | Occurs when the |
![]() |
TextChanged | This member is not meaningful for this control. (inherited from Panel) |
![]() |
Validated | Occurs when the control is finished validating. (inherited from Control) |
![]() |
Validating | Occurs when the control is validating. (inherited from Control) |
![]() |
VisibleChanged | Occurs when the |
Explicit Interface Implementations
Top