Toggle the navigation pane
Add to Favorites
Home: Autodesk 3ds Max SDK Documentation
Share
Translate this page
Powered by
Microsoft® Translator
TimeMap Class Reference
Main Page
Public Member Functions
TimeMap Class Reference
Search for all occurrences
#include <TimeMap.h>
Inheritance diagram for TimeMap:
Class Description
See also:
Class
Animatable
.
Description:
This class is used by
Animatable::MapKeys()
. It provides a method
map()
that is used to apply the mapping required by the system to the TimeValue passed.
Public Member Functions
virtual
~TimeMap
()
virtual
TimeValue
map
(
TimeValue
t)=0
virtual
TimeValue
prevmap
(
TimeValue
t)=0
Constructor & Destructor Documentation
virtual ~
TimeMap
(
)
[inline, virtual]
Remarks:
Destructor.
{}
Member Function Documentation
virtual
TimeValue
map
(
TimeValue
t
)
[pure virtual]
Search for all occurrences
Remarks:
Implemented by the System.
This is a time map function that takes a TimeValue and returns a TimeValue. A plug-in developer just calls this map method to alter the TimeValue.
Parameters:
TimeValue t
This is the input time.
Returns:
The modified time.
virtual
TimeValue
prevmap
(
TimeValue
t
)
[pure virtual]
Search for all occurrences
Remarks:
This method is not used.