#include <SM_SphereModel.h>
Public Member Functions | |
SM_SphereModel () | |
~SM_SphereModel () | |
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 | |
SphereModel * | sofaObject |
bool | justConnected |
bool | imported |
Static Protected Attributes | |
static MObject | attSofaInComing |
static MObject | attSofaOutSending |
static MObject | attUpdated |
static MObject | attSofaImport |
static MObject | attPosition |
static MObject | attRadius |
static MObject | attStatic |
SM_SphereModel::SM_SphereModel | ( | ) |
SM_SphereModel::~SM_SphereModel | ( | ) | [inline] |
bool SM_SphereModel::isBounded | ( | ) | const [inline] |
MStatus SM_SphereModel::compute | ( | const MPlug & | plug, | |
MDataBlock & | data | |||
) |
void * SM_SphereModel::creator | ( | ) | [static] |
MStatus SM_SphereModel::initialize | ( | ) | [static] |
MStatus SM_SphereModel::connectionMade | ( | const MPlug & | plug, | |
const MPlug & | otherPlug, | |||
bool | asSrc | |||
) |
MStatus SM_SphereModel::connectionBroken | ( | const MPlug & | plug, | |
const MPlug & | otherPlug, | |||
bool | asSrc | |||
) |
MStatus SM_SphereModel::setDependentsDirty | ( | const MPlug & | plugBeingDirtied, | |
MPlugArray & | affectedPlugs | |||
) |
void SM_SphereModel::draw | ( | M3dView & | view, | |
const MDagPath & | path, | |||
M3dView::DisplayStyle | style, | |||
M3dView::DisplayStatus | ||||
) |
MStatus SM_SphereModel::setSofaOutSending | ( | MDataBlock & | data | ) |
MStatus SM_SphereModel::buildSofaObject | ( | const MPlug & | plug | ) |
MStatus SM_SphereModel::updateAttributes | ( | MDataBlock & | data | ) |
MStatus SM_SphereModel::getSofaImported | ( | const MPlug & | plug | ) |
MStatus SM_SphereModel::importAttributes | ( | MDataBlock & | data | ) |
const MTypeId SM_SphereModel::typeId [static] |
MObject SM_SphereModel::attSofaInComing [static, protected] |
MObject SM_SphereModel::attSofaOutSending [static, protected] |
MObject SM_SphereModel::attUpdated [static, protected] |
MObject SM_SphereModel::attSofaImport [static, protected] |
MObject SM_SphereModel::attPosition [static, protected] |
MObject SM_SphereModel::attRadius [static, protected] |
MObject SM_SphereModel::attStatic [static, protected] |
SphereModel* SM_SphereModel::sofaObject [protected] |
bool SM_SphereModel::justConnected [protected] |
bool SM_SphereModel::imported [protected] |