SoVolumeReaderGetNumSignificantBits Method |
This method is optional. It returns the number of significant bits of the volume data.
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic virtual int GetNumSignificantBits()
Public Overridable Function GetNumSignificantBits As Integer
public:
virtual int GetNumSignificantBits()
abstract GetNumSignificantBits : unit -> int
override GetNumSignificantBits : unit -> int
Return Value
Type:
Int32
Remarks
If it is not implemented, the default return value is 0, meaning the number of bits
depends on the data type. See the last parameter of SoVolumeData.SetVolumeData().
This method is called immediately after #GetDataChar().
See Also