3ds Max C++ API Reference
|
Interface to the IK Key Property. More...
#include <istdplug.h>
Public Types | |
enum | EnumIKSpace { kBodySpace , kObjectSpace } |
The enum type for the space with regard to which the IK goal is interpreted. More... | |
Public Types inherited from IKeyProperty | |
enum | PropID { kIKProp } |
Property ID enumeration. More... | |
Public Member Functions | |
PropID | GetPropID () const |
The Property ID of this interface. | |
virtual float | GetIKBlend () const =0 |
Get the IK Blend attribute of the property. | |
virtual EnumIKSpace | GetIKSpace () const =0 |
Get the IK Space attribute of the property. | |
virtual bool | GetPivotOn () const =0 |
Get the Pivot On attribute of the property. | |
virtual Point3 | GetWorldPivot () const =0 |
Get the World Pivot attribute of the property. | |
virtual INode * | GetPivotNode () const =0 |
Get the Pivot Node attribute of the property. | |
virtual bool | SetIKBlend () const |
When passed in IKeyControl2::SetKeyProp(), it tells whether to set value to the IK Blend attribute. | |
virtual bool | SetIKSpace () const |
When passed in IKeyControl2::SetKeyProp(), it tells whether to set value to the IK Space attribute. | |
virtual bool | SetPivotOn () const |
When passed in IKeyControl2::SetKeyProp(), it tells whether to set value to the Pivot On attribute. | |
virtual bool | SetWorldPivot () const |
When passed in IKeyControl2::SetKeyProp(), it tells whether to set value to the World Pivot attribute. | |
virtual bool | SetPivotNode () const |
When passed in IKeyControl2::SetKeyProp(), it tells whether to set value to the Pivot Node attribute. | |
Public Member Functions inherited from IKeyProperty | |
virtual | ~IKeyProperty () |
Virtual destructor. | |
virtual PropID | GetPropID () const =0 |
Get the Property ID. | |
Additional Inherited Members | |
Static Public Member Functions inherited from MaxHeapOperators | |
static UtilExport void * | operator new (size_t size) |
Standard new operator used to allocate objects If there is insufficient memory, an exception will be thrown. | |
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e) |
Standard new operator used to allocate objects if there is insufficient memory, NULL will be returned. | |
static UtilExport void * | operator new (size_t size, const char *filename, int line) |
New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, an exception will be thrown. | |
static UtilExport void * | operator new (size_t size, int block_type, const char *filename, int line) |
New operator used to allocate objects that takes the type of memory, filename and line number where the new was called If there is insufficient memory, an exception will be thrown. | |
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e, const char *filename, int line) |
New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, NULL will be returned. | |
static UtilExport void * | operator new (size_t size, unsigned long flags) |
New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, an exception will be thrown. | |
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e, unsigned long flags) |
New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, NULL will be returned. | |
static UtilExport void * | operator new[] (size_t size) |
New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. | |
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e) |
New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. | |
static UtilExport void * | operator new[] (size_t size, const char *filename, int line) |
New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. | |
static UtilExport void * | operator new[] (size_t size, int block_type, const char *filename, int line) |
New operator used to allocate arrays of objects. | |
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e, const char *filename, int line) |
New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. | |
static UtilExport void * | operator new[] (size_t size, unsigned long flags) |
New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. | |
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e, unsigned long flags) |
New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. | |
static UtilExport void | operator delete (void *ptr) |
Standard delete operator used to deallocate an object If the pointer is invalid, an exception will be thrown. | |
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e) |
Standard delete operator used to deallocate an object If the pointer is invalid, nothing will happen. | |
static UtilExport void | operator delete (void *ptr, const char *filename, int line) |
Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. | |
static UtilExport void | operator delete (void *ptr, int block_type, const char *filename, int line) |
Delete operator used to deallocate an object that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. | |
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e, const char *filename, int line) |
Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. | |
static UtilExport void | operator delete (void *ptr, unsigned long flags) |
Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. | |
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e, unsigned long flags) |
Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, nothing will happen. | |
static UtilExport void | operator delete[] (void *ptr) |
Standard delete operator used to deallocate an array of objects If the pointer is invalid, an exception will be thrown. | |
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e) |
Standard delete operator used to deallocate an array of objects If the pointer is invalid, nothing will happen. | |
static UtilExport void | operator delete[] (void *ptr, const char *filename, int line) |
Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. | |
static UtilExport void | operator delete[] (void *ptr, int block_type, const char *filename, int line) |
Delete operator used to deallocate an array of objects that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. | |
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e, const char *filename, int line) |
Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. | |
static UtilExport void | operator delete[] (void *ptr, unsigned long flags) |
Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. | |
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e, unsigned long flags) |
Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. | |
static UtilExport void * | operator new (size_t size, void *placement_ptr) |
Placement new operator. | |
static UtilExport void | operator delete (void *ptr, void *placement_ptr) |
Placement delete operator. | |
static UtilExport void * | aligned_malloc (size_t size, size_t alignment) |
Allocates memory on a specified alignment boundary. | |
static UtilExport void * | aligned_realloc (void *ptr, size_t size, size_t alignment) |
Reallocates memory on a specified alignment boundary. | |
static UtilExport void | aligned_free (void *ptr) |
Frees a block of memory that was allocated with aligned_malloc/aligned_realloc. | |
Interface to the IK Key Property.
This class defines the interface to the IK key property. This property has a property ID of IKeyProperty::kIKProp. A pointer to IKeyProperty whose propertyID is kIKProp can be safely cast to a pointer to an IIKKeyProp:
enum EnumIKSpace |
The enum type for the space with regard to which the IK goal is interpreted.
Enumerator | |
---|---|
kBodySpace | The body space is the parent space of the start bone shifted by the position of the start bone. |
kObjectSpace | The object space if the parent space of the IK goal object. |
|
inlinevirtual |
|
pure virtual |
Get the IK Blend attribute of the property.
It should be in the range of [0,1].
Implemented in ISetIKKeyProp.
|
pure virtual |
Get the IK Space attribute of the property.
Implemented in ISetIKKeyProp.
|
pure virtual |
Get the Pivot On attribute of the property.
Implemented in ISetIKKeyProp.
|
pure virtual |
Get the World Pivot attribute of the property.
Implemented in ISetIKKeyProp.
|
pure virtual |
Get the Pivot Node attribute of the property.
Implemented in ISetIKKeyProp.
|
inlinevirtual |
When passed in IKeyControl2::SetKeyProp(), it tells whether to set value to the IK Blend attribute.
If it is true, GetIKBlend() will be used as the target of the set value.
|
inlinevirtual |
When passed in IKeyControl2::SetKeyProp(), it tells whether to set value to the IK Space attribute.
If it is true, GetIKSpace() will be used as the target of the set value.
|
inlinevirtual |
When passed in IKeyControl2::SetKeyProp(), it tells whether to set value to the Pivot On attribute.
If it is true, GetPivotOn() will be used as the target of the set value.
|
inlinevirtual |
When passed in IKeyControl2::SetKeyProp(), it tells whether to set value to the World Pivot attribute.
If it is true, GetWorldPivot() will be used as the target of the set value.
|
inlinevirtual |
When passed in IKeyControl2::SetKeyProp(), it tells whether to set value to the Pivot Node attribute.
If it is true, GetPivotNode() will be used as the target of the set value.