Public Methods

mw::nar::MarkerList_ac Class

Abstract class that handles lists of detected markers.[Details]

#include <narMarkerDetector.h>

Inheritance graph for mw::nar::MarkerList_ac

List of All Members

Public Methods

u16 GetMarkerNum()
 Returns the number of markers in the list.
virtual s32 GetMarkerNumWithID (s32 id)=0
 Returns the number of markers for the specified ID.
virtual Marker_clGetpMarker (u32 idx)=0
 Returns the marker at index number idx.

Description

Abstract class that handles lists of detected markers.


Functions

virtual s32 mw::nar::MarkerList_ac::GetMarkerNumWithID ( s32 id  )  [pure virtual]

Returns the number of markers for the specified ID.

Argument:
id ID

Implemented with mw::nar::MarkerList_tc< N > and mw::nar::MarkerAnalizableList_tc< N >.

virtual Marker_cl* mw::nar::MarkerList_ac::GetpMarker ( u32 idx  )  [pure virtual]

Returns the marker at index number idx.

Return Values:
Invalid idx for values of 0. 

Implemented with mw::nar::MarkerList_tc< N > and mw::nar::MarkerAnalizableList_tc< N >.


This class description was generated from the following file.


CONFIDENTIAL