SoVRMemoryReader Constructor (SbBox3f, SoDataSetDataTypes, SbVec3s, SbNativeArrayByte, Int32) |
Note: This API is now obsolete.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoVRMemoryReader(
SbBox3f size,
SoDataSetDataTypes type,
SbVec3s smalldim,
SbNativeArray<byte> internalData,
int sigBits
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub New (
size As SbBox3f,
type As SoDataSetDataTypes,
smalldim As SbVec3s,
internalData As SbNativeArray(Of Byte),
sigBits As Integer
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoVRMemoryReader(
SbBox3f size,
SoDataSetDataTypes type,
SbVec3s smalldim,
SbNativeArray<unsigned char>^ internalData,
int sigBits
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
new :
size : SbBox3f *
type : SoDataSetDataTypes *
smalldim : SbVec3s *
internalData : SbNativeArray<byte> *
sigBits : int -> SoVRMemoryReader
Parameters
- size
- Type: OIV.InventorSbBox3f
- type
- Type: OIV.LDM.NodesSoDataSetDataTypes
- smalldim
- Type: OIV.InventorSbVec3s
- internalData
- Type: OIV.Inventor.GenericSbNativeArrayByte
- sigBits
- Type: SystemInt32
RemarksObsoletesince Open Inventor 6000
Obsolete version kept for compatibility.
See Also