SoLDMDataAccessGetData Method |
Name | Description | |
---|---|---|
GetData(Int32, SbBox3i32) | Calls GetData(resolution, subVolume0, (OIV.Inventor.Devices.SoBufferObject ^)nullptr). | |
GetData(Int32, SbVec3i32) | Returns a reference to the block of data (LDM tile) which contains the voxel at dataPosition. | |
GetData(Int32, SbBox3i32, SoBufferObject) | Given a subvolume in voxel coordinates, copies the associated data into an application buffer. | |
GetData(Int32, SbBox3i32, SbNativeArrayByte) | Obsolete. | |
GetData(Int32, SbBox3i32, SbLine) | Calls GetData(resolution, subVolume0, line, (OIV.Inventor.Devices.SoBufferObject ^)nullptr). | |
GetData(Int32, SbBox3i32, SbPlane) | Calls GetData(resolution, subVolume0, plane, (OIV.Inventor.Devices.SoBufferObject ^)nullptr). | |
GetData(Int32, SbBox3i32, SbVec2i32) | Calls GetData(resolution, subVolume, coord, (OIV.Inventor.Devices.SoBufferObject ^)nullptr). | |
GetData(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. | |
GetData(Int32, SbBox3i32, SbLine, SbNativeArrayByte) | Obsolete. | |
GetData(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. | |
GetData(Int32, SbBox3i32, SbPlane, SbNativeArrayByte) | Obsolete. | |
GetData(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. | |
GetData(Int32, SbBox3i32, SbVec2i32, SbNativeArrayByte) | Obsolete. | |
GetData(SoLDMDataAccessDataInfoPolyLine, Int32, SbBox3i32, SbVec3i32) | Calls GetData(infoPolyline, resolution, subVolume, polyline, (OIV.Inventor.Devices.SoBufferObject ^)nullptr). | |
GetData(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. | |
GetData(SoLDMDataAccessDataInfoPolyLine, Int32, SbBox3i32, SbVec3i32, SbNativeArrayByte) | Obsolete. |