Click or drag to resize
SoLDMDataAccessGetData Method
Overload List
  NameDescription
Public methodGetData(Int32, SbBox3i32)
Calls GetData(resolution, subVolume0, (OIV.Inventor.Devices.SoBufferObject ^)nullptr).
Public methodGetData(Int32, SbVec3i32)

Returns a reference to the block of data (LDM tile) which contains the voxel at dataPosition.

Public methodGetData(Int32, SbBox3i32, SoBufferObject)

Given a subvolume in voxel coordinates, copies the associated data into an application buffer.

Public methodGetData(Int32, SbBox3i32, SbNativeArrayByte) Obsolete.

Public methodGetData(Int32, SbBox3i32, SbLine)
Calls GetData(resolution, subVolume0, line, (OIV.Inventor.Devices.SoBufferObject ^)nullptr).
Public methodGetData(Int32, SbBox3i32, SbNativeArray) Obsolete.

Public methodGetData(Int32, SbBox3i32, SbPlane)
Calls GetData(resolution, subVolume0, plane, (OIV.Inventor.Devices.SoBufferObject ^)nullptr).
Public methodGetData(Int32, SbBox3i32, SbVec2i32)
Calls GetData(resolution, subVolume, coord, (OIV.Inventor.Devices.SoBufferObject ^)nullptr).
Public methodGetData(Int32, SbBox3i32, SbLine, SoBufferObject)

Given a subvolume in voxel coordinates and a line, copies the data intersecting the line and the subvolume into an application buffer.

Public methodGetData(Int32, SbBox3i32, SbLine, SbNativeArrayByte) Obsolete.

Public methodGetData(Int32, SbBox3i32, SbLine, SbNativeArray) Obsolete.

Public methodGetData(Int32, SbBox3i32, SbPlane, SoBufferObject)

Given a subvolume in voxel coordinates and a plane, copies the data intersecting the plane and the subvolume into an application buffer.

Public methodGetData(Int32, SbBox3i32, SbPlane, SbNativeArrayByte) Obsolete.

Public methodGetData(Int32, SbBox3i32, SbPlane, SbNativeArray) Obsolete.

Public methodGetData(Int32, SbBox3i32, SbVec2i32, SoBufferObject)

Data values in a single seismic trace (a row of voxels along the volume X axis) are copied into an application buffer.

Public methodGetData(Int32, SbBox3i32, SbVec2i32, SbNativeArrayByte) Obsolete.

Public methodGetData(Int32, SbBox3i32, SbVec2i32, SbNativeArray) Obsolete.

Public methodGetData(SoLDMDataAccessDataInfoPolyLine, Int32, SbBox3i32, SbVec3i32)
Calls GetData(infoPolyline, resolution, subVolume, polyline, (OIV.Inventor.Devices.SoBufferObject ^)nullptr).
Public methodGetData(SoLDMDataAccessDataInfoPolyLine, Int32, SbBox3i32, SbVec3i32, SoBufferObject)

Given a subvolume in voxel coordinates and a polyline (set of connected line segments), copies the data intersecting each line segment with the subvolume into an application buffer.

Public methodGetData(SoLDMDataAccessDataInfoPolyLine, Int32, SbBox3i32, SbVec3i32, SbNativeArrayByte) Obsolete.

Public methodGetData(SoLDMDataAccessDataInfoPolyLine, Int32, SbBox3i32, SbVec3i32, SbNativeArray) Obsolete.

Top
See Also