#include <polygontemplate.hxx>

Public Member Functions | |
| ImplSimpleBezierEntry () | |
| ImplSimpleBezierEntry (const Vector &rInitBackward, const Vector &rInitForward) | |
| const Vector & | getBackwardVector () const |
| void | setBackwardVector (const Vector &rValue) |
| const Vector & | getForwardVector () const |
| void | setForwardVector (const Vector &rValue) |
| bool | isBezierNeeded () |
| bool | operator== (const ImplSimpleBezierEntry &rEntry) const |
| void | doInvertForFlip () |
Private Attributes | |
| Vector | maBackward |
| Vector | maForward |
Definition at line 68 of file polygontemplate.hxx.
| ImplSimpleBezierEntry< Vector >::ImplSimpleBezierEntry | ( | ) | [inline] |
Definition at line 74 of file polygontemplate.hxx.
| ImplSimpleBezierEntry< Vector >::ImplSimpleBezierEntry | ( | const Vector & | rInitBackward, | |
| const Vector & | rInitForward | |||
| ) | [inline] |
Definition at line 80 of file polygontemplate.hxx.
| const Vector& ImplSimpleBezierEntry< Vector >::getBackwardVector | ( | ) | const [inline] |
Definition at line 86 of file polygontemplate.hxx.
References ImplSimpleBezierEntry< Vector >::maBackward.
| void ImplSimpleBezierEntry< Vector >::setBackwardVector | ( | const Vector & | rValue | ) | [inline] |
Definition at line 91 of file polygontemplate.hxx.
References ImplSimpleBezierEntry< Vector >::maBackward.
| const Vector& ImplSimpleBezierEntry< Vector >::getForwardVector | ( | ) | const [inline] |
Definition at line 96 of file polygontemplate.hxx.
References ImplSimpleBezierEntry< Vector >::maForward.
| void ImplSimpleBezierEntry< Vector >::setForwardVector | ( | const Vector & | rValue | ) | [inline] |
Definition at line 101 of file polygontemplate.hxx.
References ImplSimpleBezierEntry< Vector >::maForward.
| bool ImplSimpleBezierEntry< Vector >::isBezierNeeded | ( | ) | [inline] |
Definition at line 106 of file polygontemplate.hxx.
References ImplSimpleBezierEntry< Vector >::maBackward, and ImplSimpleBezierEntry< Vector >::maForward.
Referenced by ImplPolygonTemplate< Point, Vector >::setBackwardVector(), and ImplPolygonTemplate< Point, Vector >::setForwardVector().
| bool ImplSimpleBezierEntry< Vector >::operator== | ( | const ImplSimpleBezierEntry< Vector > & | rEntry | ) | const [inline] |
Definition at line 113 of file polygontemplate.hxx.
References ImplSimpleBezierEntry< Vector >::maBackward, and ImplSimpleBezierEntry< Vector >::maForward.
| void ImplSimpleBezierEntry< Vector >::doInvertForFlip | ( | ) | [inline] |
Definition at line 118 of file polygontemplate.hxx.
References ImplSimpleBezierEntry< Vector >::maBackward, and ImplSimpleBezierEntry< Vector >::maForward.
Referenced by ImplPolygonTemplate< Point, Vector >::flip().
Vector ImplSimpleBezierEntry< Vector >::maBackward [private] |
Definition at line 70 of file polygontemplate.hxx.
Referenced by ImplSimpleBezierEntry< Vector >::doInvertForFlip(), ImplSimpleBezierEntry< Vector >::getBackwardVector(), ImplSimpleBezierEntry< Vector >::isBezierNeeded(), ImplSimpleBezierEntry< Vector >::operator==(), and ImplSimpleBezierEntry< Vector >::setBackwardVector().
Vector ImplSimpleBezierEntry< Vector >::maForward [private] |
Definition at line 71 of file polygontemplate.hxx.
Referenced by ImplSimpleBezierEntry< Vector >::doInvertForFlip(), ImplSimpleBezierEntry< Vector >::getForwardVector(), ImplSimpleBezierEntry< Vector >::isBezierNeeded(), ImplSimpleBezierEntry< Vector >::operator==(), and ImplSimpleBezierEntry< Vector >::setForwardVector().
1.5.6