GetViewFromObject Data Member Function

Copies <DataCapture> dimension information into the <MemberView> object parameter. For example, <LightDataCaptureNearX> is a <Float32DataCapture> object. The resulting <MemberView> object will return 1 and 1 for its rows and columns when queried. Similarly, a <LightDataCapturePosition> is a <Float32VectorDataCapture< object. The resulting <MemberView> object will return 1 and 1 for its rows and columns when queried. <Float32MatrixDataCapture> objects might return row and column counts such as 3 and 3 or 4 and 4.

Prototype

int32 GetViewFromObject( MemberView p_oMemberView )

Parameters

Parameter Type Parameter Name Documentation
<MemberView>p_oMemberViewThe <MemberView> object into which you wish to copy dimension information.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.