A constructor used when creating managed representations of unmanaged objects; Called by the runtime. HKSeriesSample(NSCoder) A constructor that initializes the object from the data stored in the unarchiver object. HKSeriesSample(NSObjectFlag) Constructor to call on derived classes to skip initia...
Place collision objects in the robot environment. Set the Environment property of the collision validator object using a cell array of objects. Get box = collisionBox(0.1,0.1,0.5); % XYZ Lengths box.Pose = trvec2tform([0.2 0.2 0.5]); % XYZ Position sphere = collisionSphere(0.25); % ...
Gets the type of object that will be queried. (Inherited from HKQuery) Predicate Gets a predicate that filters objects that are returned from the HealthKit store. (Inherited from HKQuery) RetainCount Returns the current Objective-C retain count for the object. (Inherited from NSObject) ...
The TerrainSimRenderer class owns vertex buffer objects (VBOs) and the corresponding indices. The TerrainSimThread class manages multiple threads, taking advantage of Tegra's multiple CPU cores to accelerate the height field generation in response to adjustment's on the GUI sliders. See Also F. ...
The following example uses thestackandtimeproperties of a Sample objectsto collect memory samples. The samples contain NewObjectSample objects (thenewSamplesarray), DeleteObjectSample objects (thedelSamplesarray), and CPU memory sample objects (thecpuSamplesarray). To use the memory profiler, you ...
Create an observable object BigDot that publishes an offset, color, scale, and an array of small dot observable objects. You’ll use this object to model the view animations you want in your view. Step 2 Add a SmallDot observable object that publishes a color and an offset. Step 3 When...
This sample shows how to use hitTest to find all objects under the mouse pointer for each click-interaction. Starting at version 4.11, the hitTest in SceneView returns an array of all objects that intersect the mouse location from these layers:...
Use NVDS_META_EVENT_MSG for different types of objects, e.g. vehicle and person Implement “copy” and “free” functions for use if metadata is extended through the extMsg field USB camera source application apps/deepstream-test1-usbcam ...
The following example uses the stack and time properties of a Sample object s to collect memory samples. The samples contain NewObjectSample objects (the newSamples array), DeleteObjectSample objects (the delSamples array), and CPU memory sample objects (the cpuSamples array). To use ...
Use sdo.getParameterFromModel to create an array of param.Continuous objects representing A and h. Then, specify values for the grid, and create the parameter space. Get pg = sdo.getParameterFromModel(mdl,{'A','h'}); Avals = {0.2 0.6 1.0 1.4 1.8}; hvals = {0.5 1.5 2.5}; gspace...