All Classes |Grouped Classes |Index

Class CL_OutlineProvider

Collision detection contour. More...

Derived from:

None

Derived by:

CL_OutlineProviderBitmap, CL_OutlineProviderFile

Group:

Collision (Display)

#include <ClanLib/display.h>

Class Members:

Construction:

CL_OutlineProvider

Construct a outline provider.


Attributes:

get_contours

return the countours that make up the outline

get_width

return the width of the image used as basis for outline creation, or -1 when loading a precompiled outline.

get_height

return the height of the image used as basis for outline creation, or -1 when loading a precompiled outline.


Operations:

destroy

Destroys the provider.

Detailed description:

Abstract Base class for outline providers. Don't use this!