public class SoBaseLDMConverter extends SoConverter
SoVolumeConverter
to convert volume data.
The LDM converter classes provide many powerful features. Information common to all converter classes is documented in SoConverter
, including:
SoVolumeData
).
SoVolumeReader
).
See also:
SoConverter.ConverterErrors
Inventor.ConstructorCommand
CVT_ABORTED, CVT_CANT_CREATE_DATA_FILE, CVT_CANT_CREATE_HEADER_FILE, CVT_CANT_OPEN_INPUT_FILE, CVT_CANT_READ_INPUT_FILE, CVT_FILE_EXT_UNKNOWN, CVT_FINISHED_WITH_WARNINGS, CVT_INPUT_PARAMS_PROBLEM, CVT_NO_ERROR, CVT_NO_LDM_LICENSE, CVT_NO_NODE, CVT_NOT_ENOUGH_DISK_SPACE, CVT_NOT_INITIALIZED
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoBaseLDMConverter()
Calls SoBaseLDMConverter(false).
|
SoBaseLDMConverter(boolean isClient)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SoVolumeReader |
getReader(java.lang.String filename,
java.lang.String fileExt)
Returns a custom reader according to the given filename and extension.
|
convert, convert, convert, listenToServer
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public SoBaseLDMConverter()
public SoBaseLDMConverter(boolean isClient)
public SoVolumeReader getReader(java.lang.String filename, java.lang.String fileExt)
SoBaseLDMConverter
is configured to run with a predefined reader not a custom one. The method must be overridden in a derived class to return a user-defined custom reader.
filename
- part of the filename without extension.
fileExt
- part of the filename after the last '.'Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com