3DiVi Face SDK  3.25.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
VDT.FaceRecognition.SDK.DynamicTemplateIndex Class Reference

Interface object for working with the template index. More...

Public Member Functions

String getMethodName ()
 Get a method name. Thread-safe. More...
 
long size ()
 Get a number of templates in the index. Thread-safe. More...
 
ContextTemplate Get (int i)
 Get an i-th template. Thread-safe. More...
 
override void Dispose ()
 Release internal object.
 

Additional Inherited Members

- Properties inherited from VDT.FaceRecognition.SDK.IDisposableObject
bool isDisposed [get]
 True if internal object already disposed.
 

Detailed Description

Interface object for working with the template index.

Member Function Documentation

ContextTemplate VDT.FaceRecognition.SDK.DynamicTemplateIndex.Get ( int  i)
inline

Get an i-th template. Thread-safe.

Parameters
[in]iInteger i: 0 <= i < size.
Returns
The i-th template.
String VDT.FaceRecognition.SDK.DynamicTemplateIndex.getMethodName ( )
inline

Get a method name. Thread-safe.

Returns
The name of the method created this index.
long VDT.FaceRecognition.SDK.DynamicTemplateIndex.size ( )
inline

Get a number of templates in the index. Thread-safe.

Returns
Number of templates in the index.