Scripting API

btkGetEventNumber

Module BTKEventAccessor

Description#

Returns the number of events.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.

Returned Values#

numInteger with the number of events

Detailed Description#

Notes#

See also#

btkGetEvents

Syntax#

num = btkGetEventNumber(h)

Examples#