mw::nar::MarkerList_ac
ClassAbstract class that handles lists of detected markers.[Details]
#include <narMarkerDetector.h>
mw::nar::MarkerList_ac
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_cl * | GetpMarker (u32 idx)=0 |
Returns the marker at index number idx . |
Abstract class that handles lists of detected markers.
virtual s32 mw::nar::MarkerList_ac::GetMarkerNumWithID |
( | s32 | id | ) | [pure virtual] |
Returns the number of markers for the specified ID.
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
.
Invalid idx for values of 0 . |
Implemented with mw::nar::MarkerList_tc< N >
and mw::nar::MarkerAnalizableList_tc< N >
.
© 2011-2012 Nintendo. All rights reserved.
CONFIDENTIAL