Toggle the navigation pane
Add to Favorites
Home: Autodesk 3ds Max SDK Documentation
Share
Translate this page
Powered by
Microsoft® Translator
JointDlgData Class Reference
Main Page
Public Member Functions
|
Public Attributes
JointDlgData Class Reference
Search for all occurrences
#include <interpik.h>
Inheritance diagram for JointDlgData:
Class Description
See also:
Class
JointParams
, Class
InterpCtrlUI
.
Description:
This class simply holds a few pointers used with joint parameter dialogs.
Data Members:
InterpCtrlUI
*ui;
This points to storage where the window handle, the interface pointer, and the controller being edited can be retrieved.
JointParams
*jp;
This points to a class used to work with the IK joint parameters dialog.
Public Member Functions
JointDlgData
(
InterpCtrlUI
*
ui
,
JointParams
*
jp
)
Public Attributes
InterpCtrlUI
*
ui
JointParams
*
jp
Constructor & Destructor Documentation
JointDlgData
(
InterpCtrlUI
*
ui
,
JointParams
*
jp
)
[inline]
Remarks:
Constructor. The data members are initialized to the values passed.
{this->ui=
ui
;this->jp=
jp
;}
Member Data Documentation
InterpCtrlUI
*
ui
Search for all occurrences
JointParams
*
jp
Search for all occurrences