SoVolumeReaderGetConfiguredWriter Method |
Returns a writer that correspond to this reader (same format, same parameters, etc...).
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public virtual SoVolumeWriter GetConfiguredWriter()
Public Overridable Function GetConfiguredWriter As SoVolumeWriter
public:
virtual SoVolumeWriter^ GetConfiguredWriter()
abstract GetConfiguredWriter : unit -> SoVolumeWriter
override GetConfiguredWriter : unit -> SoVolumeWriter
Return Value
Type:
SoVolumeWriterA writer that correspond to this reader.
Remarks
If no writer can be created, a null reference is returned.
Returned writer is not synchronized with this reader, neither with other writer.
The simplest way to implement this behavior is to return a new writer
every time.
See Also