MyPolygonMarkupOp

Functions

MyPolygonMarkupOp

HBaseOperator *

Clone

char const *

GetName

void

CreateMarkupPolygon

Detailed Description

class MyPolygonMarkupOp : public HBaseOperator

Public Functions

MyPolygonMarkupOp(HBaseView *view, int DoRepeat = 0, int DoCapture = 1)
virtual HBaseOperator *Clone()

Creates a new operator which is associated with the same view as the current operator. The user is responsible for deleting the newly created operator.

Returns

A pointer to an HBaseOperator object

virtual char const *GetName()
Returns

A character pointer denoting the name of operator.

Public Static Functions

static void CreateMarkupPolygon(HBaseView *pView, char const *segment, unsigned int PolyLineLength, HPoint *pPolyline, bool emit_message)