How get real vertex position without apply rotation

How can I get the vertex position after apply rotation?

If you read the vertex array of one object, you get the position of the vertex before apply rotation, but after apply rotation (Ctrl+A) you get new position.

How could I get the position of the vertex using the rotation, but without apply it?