#include <EUC_Object.h>

Public Member Functions | |
| EUC_Line () | |
| virtual | ~EUC_Line () |
| virtual EUC_ObjType | getType () const |
| const UT_Vector2 & | getPt (int idx) const |
| void | setPt (int idx, const UT_Vector2 &pt) |
Protected Attributes | |
| UT_Vector2 | myPts [2] |
Definition at line 77 of file EUC_Object.h.
| EUC_Line::EUC_Line | ( | ) |
Definition at line 74 of file EUC_Object.C.
| EUC_Line::~EUC_Line | ( | ) | [virtual] |
Definition at line 80 of file EUC_Object.C.
| const UT_Vector2& HDK_Sample::EUC_Line::getPt | ( | int | idx | ) | const [inline] |
Definition at line 85 of file EUC_Object.h.
| virtual EUC_ObjType HDK_Sample::EUC_Line::getType | ( | void | ) | const [inline, virtual] |
Implements HDK_Sample::EUC_Object.
Reimplemented in HDK_Sample::EUC_Circle.
Definition at line 83 of file EUC_Object.h.
| void HDK_Sample::EUC_Line::setPt | ( | int | idx, | |
| const UT_Vector2 & | pt | |||
| ) | [inline] |
Definition at line 86 of file EUC_Object.h.
UT_Vector2 HDK_Sample::EUC_Line::myPts[2] [protected] |
Definition at line 89 of file EUC_Object.h.
1.5.9