Implemented class that handles lists of detected markers.[Details]
#include <narMarkerDetector.h>
mw::nar::MarkerAnalizableList_tc< N >
Public Methods | |
u16 | GetMarkerNum() |
Returns the number of markers in the list. | |
virtual s32 | GetMarkerNumWithID (s32 id) |
Returns the number of markers for the specified ID. | |
virtual Marker_cl * | GetpMarker (u32 idx) |
Returns the marker at index number idx . |
Implemented class that handles lists of detected markers.
N | Specifies the number of markers that can be detected. |
template<s32 N>
virtual s32 mw::nar::MarkerAnalizableList_tc< N >::GetMarkerNumWithID | ( | s32 | id | ) | [inline, virtual] |
Returns the number of markers for the specified ID.
id | ID |
Implements mw::nar::MarkerList_ac
.
template<s32 N>
virtual Marker_cl* mw::nar::MarkerAnalizableList_tc< N >::GetpMarker | ( | u32 | idx | ) | [inline, virtual] |
Returns the marker at index number idx
.
Invalid idx for values of 0 . |
Implements mw::nar::MarkerList_ac
.
© 2011-2012 Nintendo. All rights reserved.
CONFIDENTIAL