|
Programming Reference for VirtualLab Fusion
2022.1
|
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Class which combines a complex amplitude with view settings.
More...
Public Member Functions | |
| override object | Clone () |
| Creates a new object that is a copy of the current instance. More... | |
| ComplexAmplitudeView (ComplexAmplitude complexAmplitude) | |
| Constructor using default view settings. More... | |
| ComplexAmplitudeView (ComplexAmplitude complexAmplitude, ViewProperties viewSettings) | |
| Default constructor More... | |
| ComplexAmplitudeView (ComplexAmplitude complexAmplitude, ViewProperties viewSettings, string comment) | |
| Default constructor More... | |
| ComplexAmplitudeView (SerializationInfo info, StreamingContext context) | |
| Initializes a new instance of the ComplexAmplitudeView class. More... | |
| void | Dispose () |
| Dispose functionality | |
| override bool | Equals (object otherObject, EqualityIntent equalityIntent) |
| Determines whether the specified Object is equal to this instance. More... | |
| void | Show (string caption, bool cloneDocument=true) |
| Shows the complex amplitude with the corresponding view settings. More... | |
| override string | ToString () |
| overridden ToString() function. Used for parameter run. More... | |
Public Attributes | |
| string | Comment |
| Comment to be displayed. | |
| ComplexAmplitude | ComplexAmplitude |
| The underlying complex amplitude. | |
Properties | |
| ViewProperties | ViewSettings [get, set] |
| Gets and sets the view settings which shall be applied to the complex amplitude. More... | |
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Class which combines a complex amplitude with view settings.
| ComplexAmplitudeView | ( | ComplexAmplitude | complexAmplitude | ) |
Constructor using default view settings.
| complexAmplitude | The complex amplitude with which the class shall be initialized. |
| ComplexAmplitudeView | ( | ComplexAmplitude | complexAmplitude, |
| ViewProperties | viewSettings | ||
| ) |
Default constructor
| complexAmplitude | The complex amplitude with which the class shall be initialized. |
| viewSettings | The view properties with which the class shall be initialized. |
| ComplexAmplitudeView | ( | ComplexAmplitude | complexAmplitude, |
| ViewProperties | viewSettings, | ||
| string | comment | ||
| ) |
Default constructor
| complexAmplitude | The complex amplitude with which the class shall be initialized. |
| viewSettings | The view properties with which the class shall be initialized. |
| comment | Comment being displayed in parameter run (subdetector) |
| ComplexAmplitudeView | ( | SerializationInfo | info, |
| StreamingContext | context | ||
| ) |
Initializes a new instance of the ComplexAmplitudeView class.
| info | The info object of the deserialization stream. |
| context | The context object of the deserialization stream. |
| override object Clone | ( | ) |
Creates a new object that is a copy of the current instance.
| override bool Equals | ( | object | otherObject, |
| EqualityIntent | equalityIntent | ||
| ) |
Determines whether the specified Object is equal to this instance.
| otherObject | The Object to compare with this instance. |
| equalityIntent | Defines what kind of equality you want to check when comparing two objects, for example all values or just physical equality. |
true if the specified Object is equal to this instance; otherwise, false. | void Show | ( | string | caption, |
| bool | cloneDocument = true |
||
| ) |
Shows the complex amplitude with the corresponding view settings.
| caption | The caption of the shown document. |
| cloneDocument | If set this optional parameter is set to false this document is shown. Otherwise a cloned copy of this document is shown. |
| override string ToString | ( | ) |
overridden ToString() function. Used for parameter run.
|
getset |
Gets and sets the view settings which shall be applied to the complex amplitude.