Is any part of the polygon in my view?

I can I determine if any part of a polygon
is within the clipping volume.
Can openGL tell me this.
Note: I am updating the clipping planes using the opengl clipping function, and I want to determine if a polygon, any amount of it, is or is not within the volume.
thanks