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