#include <rsmooth.h>
Public Member Functions | |
| RetroSmooth () | |
| BOOL | Initialise () |
| void | Changing (NodePath *pNodePath, Spread *pSpread, double smooth) |
| void | Finished () |
| void | Invalidate () |
| double | ReturnCachedAccuracy (Path *pPath) |
| BOOL | FinishedNoUndo (NodePath *pNodePath) |
| void | SetRenderFlag (BOOL Render) |
Private Member Functions | |
| BOOL | Starting (NodePath *pDocNodePath) |
| void | Update () |
| BOOL | RenderRegions () |
| BOOL | NewPathToSmooth (NodePath *pNodePath) |
| BOOL | MatchRegions (NodePath *pNodePath) |
| BOOL | RecordPathRegions (Path *pPath) |
| void | AlterRegion (INT32 index, INT32 newstart, INT32 newend) |
| INT32 | FindMasterRegion () |
| void | TranslateRetroData (Path *pPath) |
Private Attributes | |
| BOOL | RetroSmoothing |
| NodePath * | pRetroNode |
| Spread * | pRetroSpread |
| Path | RetroPath |
| Path | RetroEorPath |
| DynArray | RetroEorRegion |
| double | RetroSmoothPercent |
| double | RetroSmoothAcc |
| INT32 | RetroPathCRC |
| INT32 | RetroSelCRC |
| BOOL | m_bRender |
Definition at line 179 of file rsmooth.h.
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4