This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Base class for Harmonic Fields and Harmonic Fields Sets.
More...
|
|
abstract bool | IsSpatial [get, set] |
| | Gets and sets whether the field is in spatial domain (if true) or spectral domain (if false).
|
| |
|
OpticalSystems.HomogeneousMedium | EmbeddingMedium [get, set] |
| | Medium the light field object is located in
|
| |
| abstract FieldRepresentation | FieldRepresentation [get] |
| | Get field representation. More...
|
| |
| abstract string | FileExtension [get] |
| | File extension More...
|
| |
|
abstract DocumentType | TypeOfDocument [get] |
| | The type of the document.
|
| |
|
VirtualLabSession | Session [get, set] |
| | every documents need to be handled in a session ==> default is the VirtualLab Mainsession
|
| |
|
NodeVLExplorer | TreeStructure [get] |
| | every document should have a node (maybe with subnodes) in the VirtualLab Explorer
|
| |
|
DocumentType | TypeOfDocument [get] |
| | Gets an enum entry specifying the type of the document.
|
| |
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Base class for Harmonic Fields and Harmonic Fields Sets.
- See also
- VirtualLabAPI.Core.FieldRepresentations.FieldRepresentationObject
◆ HarmonicFieldBase() [1/2]
Copy constructor to initialize a new instance of the HarmonicFieldBase class.
- Parameters
-
◆ HarmonicFieldBase() [2/2]
Deserialization constructor to initialize new instance of the HarmonicFieldBase class.
- Parameters
-
| info | The serialization information. |
| context | The serialization context. |