VolumeModel Class |
Namespace: Arction.Wpf.ChartingMVVM.Views.View3D
The VolumeModel type exposes the following members.
| Name | Description | |
|---|---|---|
| VolumeModel |
Constructor.
| |
| VolumeModel(LightningChart) |
Constructor.
| |
| VolumeModel(String) |
Constructor.
| |
| VolumeModel(View3D) |
Constructor. Use primary axis for axis binding.
| |
| VolumeModel(LightningChart, String) |
Constructor.
| |
| VolumeModel(LightningChart, BitmapFrame) |
Constructor.
| |
| VolumeModel(String, Int32) |
Constructor.
| |
| VolumeModel(LightningChart, String, Int32) |
Constructor.
| |
| VolumeModel(LightningChart, BitmapFrame, Int32) |
Constructor.
| |
| VolumeModel(View3D, Axis3DBinding, Axis3DBinding, Axis3DBinding) |
Constructor.
| |
| VolumeModel(LightningChart, Byte, Int32, Int32, Int32) |
Constructor.
|
| Name | Description | |
|---|---|---|
| AllowUserInteraction |
Gets or sets if user interaction is allowed. This is a dependency property.
(Inherited from UserInteractiveObject.) | |
| Brightness |
Brightness option of the transfer function
| |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| ClipColorRange |
Enables color clipping ability
| |
| ColorRangeToClip |
Color clip settings, to cut away range of colors
| |
| Darkness |
Darkness option of the transfer function
| |
| Data |
Gets or sets BitmapFrameCollection. This is a dependency property.
| |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
| EmptySpaceSkipping |
Sampling rate for empty space skipping settings. Low level increases performance, but can reveal some artifacts.
| |
| Highlight |
Gets or sets highlight style. Item can be highlighted by user interactive device or by code. This is a dependency property.
(Inherited from HighlightingItemBase.) | |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) | |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
| Opacity |
Opacity for semi-transparent volume rendering functions
| |
| Position |
Gets or sets position. This is a dependency property.
| |
| RayFunction |
Enum specifies Ray Function, which is used to render the model.
| |
| Rotation |
Gets or sets rotating angles, in degrees. This is a dependency property.
| |
| SamplingRateOptions |
Set of setting for Sampling Rate Manager
| |
| Size |
Gets or sets size. This is a dependency property.
| |
| SliceRange |
Slice Range settings per every dimension
| |
| Smoothness |
Smoothness factor for Iso-Surface rendering
| |
| Threshold |
Threshold settings, to cut away unaccepted part of the model
| |
| Visible |
Gets or sets if model is visible. This is a dependency property.
| |
| XAxisBinding |
Gets or sets X axis binding. This is a dependency property.
| |
| YAxisBinding |
Gets or sets Y axis binding. This is a dependency property.
| |
| ZAxisBinding |
Gets or sets Z axis binding. This is a dependency property.
|
| Name | Description | |
|---|---|---|
| ClearValue(DependencyProperty) | Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (Inherited from DependencyObject.) | |
| ClearValue(DependencyPropertyKey) | Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. (Inherited from DependencyObject.) | |
| Clone | Creates a modifiable clone of the Freezable, making deep copies of the object's values. When copying the object's dependency properties, this method copies expressions (which might no longer resolve) but not animations or their current values. (Inherited from Freezable.) | |
| CloneCurrentValue | Creates a modifiable clone (deep copy) of the Freezable using its current values. (Inherited from Freezable.) | |
| CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. (Inherited from DependencyObject.) | |
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Inherited from DependencyObject.) | |
| Freeze | Makes the current object unmodifiable and sets its IsFrozen property to true. (Inherited from Freezable.) | |
| GetAsFrozen | Creates a frozen copy of the Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from Freezable.) | |
| GetCurrentValueAsFrozen | Creates a frozen copy of the Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from Freezable.) | |
| GetHashCode | Gets a hash code for this DependencyObject. (Inherited from DependencyObject.) | |
| GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Inherited from DependencyObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (Inherited from DependencyObject.) | |
| InvalidateProperty | Re-evaluates the effective value for the specified dependency property (Inherited from DependencyObject.) | |
| IsHighlighted |
returns true if the object is highlighted.
(Inherited from HighlightingItemBase.) | |
| IsPositionOver(Int32, Int32) |
Is position over item.
| |
| IsPositionOver(Int32, Int32, Boolean) |
Defines if position is over an item.
(Inherited from UserInteractiveObject.) | |
| LoadFromBytes |
Receive a texture map as byte array and assigns it to the volume data.
| |
| LoadFromSliceMap(BitmapFrame, Int32) |
Receive a texture map and assigns it to the volume data.
| |
| LoadFromSliceMap(String, Int32) |
Receive a texture map and set assigns it to the volume data.
| |
| LoadFromSlices(BitmapFrame) |
Receive an array of slices and assign it to the volume data.
| |
| LoadFromSlices(String) |
Receive an array of slices and assign it to the volume data.
| |
| ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject.) | |
| RemoveHighlight |
Removes forced highlighting.
(Inherited from HighlightingItemBase.) | |
| SetChart |
Set Chart.
| |
| SetCurrentValue | Sets the value of a dependency property without changing its value source. (Inherited from DependencyObject.) | |
| SetHighlight |
Highlights the object.
(Inherited from HighlightingItemBase.)This is a kind of "forced" highlight, and the object might be highlighted even if the highlighting type (defined by Highlight property) is set to None. How the highlighting happens, if any, depends on object. Most objects use the defined type by default, and fall back to Simple highlighting if None is set. | |
| SetProperCursor |
Set proper drag cursor. Default is hand.
(Inherited from UserInteractiveObject.) | |
| SetValue(DependencyProperty, Object) | Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from DependencyObject.) | |
| SetValue(DependencyPropertyKey, Object) | Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. (Inherited from DependencyObject.) | |
| ToString |
Convert class description to string.
(Overrides HighlightingItemBaseToString.) |
| Name | Description | |
|---|---|---|
| Changed | Occurs when the Freezable or an object it contains is modified. (Inherited from Freezable.) | |
| HighlightedStateChanged |
Event telling that highlighted state has changed. Contains information of the new state.
(Inherited from HighlightingItemBase.) | |
| MouseClick |
Mouse button has been clicked.
(Inherited from UserInteractiveObject.) | |
| MouseDoubleClick |
Mouse button has been doubleclicked.
(Inherited from UserInteractiveObject.) | |
| MouseDown |
Mouse button has been pressed down.
(Inherited from UserInteractiveObject.) | |
| MouseOverOff |
Mouse has been moved outside of object.
(Inherited from UserInteractiveObject.) | |
| MouseOverOn |
Mouse has been moved over object.
(Inherited from UserInteractiveObject.) | |
| MouseUp |
Mouse button has been released.
(Inherited from UserInteractiveObject.) |
| Name | Description | |
|---|---|---|
| BrightnessProperty |
Identifies the Brightness dependency property.
| |
| ClipColorRangeProperty |
Enables Color clipping ability
| |
| ColorRangeToClipProperty |
Identifies the Color clipping range
| |
| DarknessProperty |
Identifies the Darkness dependency property.
| |
| EmptySpaceSkippingProperty |
Identifies the EmptySpaceSkipping dependency property.
| |
| OpacityProperty |
Identifies the Opacity dependency property.
| |
| PositionProperty |
Identifies the Position dependency property.
| |
| RayFunctionProperty |
Identifies the RayFunction dependency property.
| |
| RotationProperty |
Identifies the Rotation dependency property.
| |
| SamplingRateOptionsProperty |
Identifies the SamplingRateOptions dependency property.
| |
| SizeProperty |
Identifies the Size dependency property.
| |
| SliceRangeProperty |
Identifies the SliceRange dependency property.
| |
| SmoothnessProperty |
Identifies the Smoothness dependency property.
| |
| Tag |
Tag. Freely assignable object.
(Inherited from UserInteractiveObjectInt.) | |
| ThresholdProperty |
Identifies the Threshold dependency property.
| |
| VisibleProperty |
Identifies the Visible dependency property.
| |
| XAxisBindingProperty |
Identifies the XAxisBinding dependency property.
| |
| YAxisBindingProperty |
Identifies the YAxisBinding dependency property.
| |
| ZAxisBindingProperty |
Identifies the ZAxisBinding dependency property.
|