15 #ifndef _HUtilityAntialiasing_H
16 #define _HUtilityAntialiasing_H
25 #include "hic_types.h"
59 void Show(
int factor = 4);
71 static void RegisterCallbacks();
73 static void skip_segment_tree (HIC_Rendition *rendition, HIC_Segment_Info *seg);
75 static void draw_thick_polylines (HIC_Rendition *rendition,
int count, HIC_DC_Point * poi3);
77 static void draw_thick_polyedges (HIC_Rendition *rendition,
int count, HIC_DC_Point *points);
88 void GetWindowSize(
int &xmax,
int &ymax);
93 HC_KEY m_AntialisedImageSegmentKey;
99 char m_drawsegmenttree_callback_name[MVO_BUFFER_SIZE];
100 char m_drawwindow_callback_name[MVO_BUFFER_SIZE];
102 char largeImageSegment[MVO_BUFFER_SIZE];
103 char imagedriver[MVO_BUFFER_SIZE];
The HPixelRGB class is the data type of a rgb pixel.
Definition: HGlobals.h:478
The HUtilityAntialiasing class contains a set of function for software based image antialiasing...
Definition: HUtilityAntialiasing.h:35
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:337