#include <GP_CorrectionFrame.h>

Public Member Functions | |
| GP_CorrectionFrame (void) | |
| GP_CorrectionFrame (const GP_XformHandle &handle) | |
| GP_CorrectionFrame (const GP_Frame &frame, const GP_XformHandle &handle, int history) | |
| GP_CorrectionFrame (const GP_CorrectionFrame &frame) | |
| virtual | ~GP_CorrectionFrame (void) |
| virtual void | copyFrom (const GP_Frame &src) |
| virtual void | changeXform (const GP_XformHandle &handle) |
| int | hasHistory (void) const |
| const GP_XformHandle & | correction (void) const |
Protected Member Functions | |
| void | eraseHistory (void) |
| void | createHistory (void) |
| void | correction (const GP_XformHandle &xf) |
Friends | |
| class | GP_FrameHierarchy |
Definition at line 31 of file GP_CorrectionFrame.h.
| GP_CorrectionFrame::GP_CorrectionFrame | ( | void | ) |
| GP_CorrectionFrame::GP_CorrectionFrame | ( | const GP_XformHandle & | handle | ) |
| GP_CorrectionFrame::GP_CorrectionFrame | ( | const GP_Frame & | frame, | |
| const GP_XformHandle & | handle, | |||
| int | history | |||
| ) |
| GP_CorrectionFrame::GP_CorrectionFrame | ( | const GP_CorrectionFrame & | frame | ) |
| virtual GP_CorrectionFrame::~GP_CorrectionFrame | ( | void | ) | [virtual] |
| virtual void GP_CorrectionFrame::changeXform | ( | const GP_XformHandle & | handle | ) | [virtual] |
Reimplemented from GP_Frame.
| virtual void GP_CorrectionFrame::copyFrom | ( | const GP_Frame & | src | ) | [virtual] |
Reimplemented from GP_Frame.
| void GP_CorrectionFrame::correction | ( | const GP_XformHandle & | xf | ) | [inline, protected] |
Definition at line 63 of file GP_CorrectionFrame.h.
| const GP_XformHandle& GP_CorrectionFrame::correction | ( | void | ) | const [inline] |
Definition at line 54 of file GP_CorrectionFrame.h.
| void GP_CorrectionFrame::createHistory | ( | void | ) | [inline, protected] |
Definition at line 60 of file GP_CorrectionFrame.h.
| void GP_CorrectionFrame::eraseHistory | ( | void | ) | [inline, protected] |
Definition at line 59 of file GP_CorrectionFrame.h.
| int GP_CorrectionFrame::hasHistory | ( | void | ) | const [inline] |
Definition at line 51 of file GP_CorrectionFrame.h.
friend class GP_FrameHierarchy [friend] |
1.5.9