#include <SM_IdentityMapping.h>
Public Member Functions | |
SM_IdentityMapping () | |
~SM_IdentityMapping () | |
bool | isBounded () const |
MStatus | compute (const MPlug &plug, MDataBlock &data) |
MStatus | connectionMade (const MPlug &plug, const MPlug &otherPlug, bool asSrc) |
MStatus | connectionBroken (const MPlug &plug, const MPlug &otherPlug, bool asSrc) |
MStatus | setDependentsDirty (const MPlug &plugBeingDirtied, MPlugArray &affectedPlugs) |
void | draw (M3dView &view, const MDagPath &path, M3dView::DisplayStyle style, M3dView::DisplayStatus) |
MStatus | setSofaOutSending (MDataBlock &data) |
MStatus | buildSofaObject (const MPlug &plug) |
MStatus | updateAttributes (MDataBlock &data) |
MStatus | getSofaImported (const MPlug &plug) |
MStatus | importAttributes (MDataBlock &data) |
Static Public Member Functions | |
static void * | creator () |
static MStatus | initialize () |
Static Public Attributes | |
static const MTypeId | typeId |
Protected Attributes | |
IdentityMapping< MechanicalMapping< MechanicalState< Vec3dTypes >, MechanicalState< Vec3dTypes > > > * | sofaObject |
MechanicalObject< Vec3dTypes > * | mech1 |
MechanicalObject< Vec3dTypes > * | mech2 |
bool | justConnected |
bool | imported |
Static Protected Attributes | |
static MObject | attSofaInComing1 |
static MObject | attSofaInComing2 |
static MObject | attSofaOutSending |
static MObject | attUpdated |
static MObject | attSofaImport |
SM_IdentityMapping::SM_IdentityMapping | ( | ) |
SM_IdentityMapping::~SM_IdentityMapping | ( | ) |
bool SM_IdentityMapping::isBounded | ( | ) | const [inline] |
MStatus SM_IdentityMapping::compute | ( | const MPlug & | plug, | |
MDataBlock & | data | |||
) |
void * SM_IdentityMapping::creator | ( | ) | [static] |
MStatus SM_IdentityMapping::initialize | ( | ) | [static] |
MStatus SM_IdentityMapping::connectionMade | ( | const MPlug & | plug, | |
const MPlug & | otherPlug, | |||
bool | asSrc | |||
) |
MStatus SM_IdentityMapping::connectionBroken | ( | const MPlug & | plug, | |
const MPlug & | otherPlug, | |||
bool | asSrc | |||
) |
MStatus SM_IdentityMapping::setDependentsDirty | ( | const MPlug & | plugBeingDirtied, | |
MPlugArray & | affectedPlugs | |||
) |
void SM_IdentityMapping::draw | ( | M3dView & | view, | |
const MDagPath & | path, | |||
M3dView::DisplayStyle | style, | |||
M3dView::DisplayStatus | ||||
) | [inline] |
MStatus SM_IdentityMapping::setSofaOutSending | ( | MDataBlock & | data | ) |
MStatus SM_IdentityMapping::buildSofaObject | ( | const MPlug & | plug | ) |
MStatus SM_IdentityMapping::updateAttributes | ( | MDataBlock & | data | ) |
MStatus SM_IdentityMapping::getSofaImported | ( | const MPlug & | plug | ) |
MStatus SM_IdentityMapping::importAttributes | ( | MDataBlock & | data | ) |
const MTypeId SM_IdentityMapping::typeId [static] |
MObject SM_IdentityMapping::attSofaInComing1 [static, protected] |
MObject SM_IdentityMapping::attSofaInComing2 [static, protected] |
MObject SM_IdentityMapping::attSofaOutSending [static, protected] |
MObject SM_IdentityMapping::attUpdated [static, protected] |
MObject SM_IdentityMapping::attSofaImport [static, protected] |
IdentityMapping< MechanicalMapping<MechanicalState<Vec3dTypes>, MechanicalState<Vec3dTypes> > >* SM_IdentityMapping::sofaObject [protected] |
MechanicalObject<Vec3dTypes>* SM_IdentityMapping::mech1 [protected] |
MechanicalObject<Vec3dTypes>* SM_IdentityMapping::mech2 [protected] |
bool SM_IdentityMapping::justConnected [protected] |
bool SM_IdentityMapping::imported [protected] |