10 #ifndef _HUtilityAntialiasing_H
11 #define _HUtilityAntialiasing_H
20 #include "hic_types.h"
54 void Show(
int factor = 4);
66 static void RegisterCallbacks();
68 static void skip_segment_tree (HIC_Rendition *rendition, HIC_Segment_Info *seg);
70 static void draw_thick_polylines (HIC_Rendition *rendition,
int count, HIC_DC_Point * poi3);
72 static void draw_thick_polyedges (HIC_Rendition *rendition,
int count, HIC_DC_Point *points);
83 void GetWindowSize(
int &xmax,
int &ymax);
88 HC_KEY m_AntialisedImageSegmentKey;
94 char m_drawsegmenttree_callback_name[MVO_BUFFER_SIZE];
95 char m_drawwindow_callback_name[MVO_BUFFER_SIZE];
97 char largeImageSegment[MVO_BUFFER_SIZE];
98 char imagedriver[MVO_BUFFER_SIZE];
The HPixelRGB class is the data type of a rgb pixel.
Definition: HGlobals.h:471
The HUtilityAntialiasing class contains a set of function for software based image antialiasing...
Definition: HUtilityAntialiasing.h:30
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:332