how to get sprite's anchor point?

I can see Sprite’s setAnchorPoint in th Class list.
But, I can not find getAnchorPoint.

So, How can I get a sprite’s anchor point?

getAnchorPoint works… make sure your project is correctly created and that your cpp code is referring cocos2d.h

ah~
thank you~