MeVisLab Scripting Reference
MLABPlaneField Class Reference

Inherits MLABVector4Field.

Public Slots

Scripting access.
SbPlaned inventorValue ()
 
void setValue (const SbPlaned &value)
 
void setValue (const SbPlane &value)
 
void updateValue (const SbPlaned &value)
 
void updateValue (const SbPlane &value)
 
- Public Slots inherited from MLABVector4Field
void setValue (double a, double b, double c, double d)
 
void updateValue (double a, double b, double c, double d)
 
SbVec4d inventorValue ()
 
void setValue (const SbVec4d &value)
 
void setValue (const SbVec4f &value)
 
void updateValue (const SbVec4d &value)
 
void updateValue (const SbVec4f &value)
 
- Public Slots inherited from MLABBaseDoubleVectorField
virtual double value (int i)
 
virtual QString formattedStringValue (const QString &cformat, int i)
 
- Public Slots inherited from MLABVectorField
virtual void setValue (const QVariantList &value)
 
void updateVectorValue (const QVariantList &value)
 
void updateValue (const QVariantList &value)
 
- Public Slots inherited from MLABField
bool isInventorField ()
 
bool isMLField ()
 
QString getType () const
 
QString getName () const
 
virtual QString stringValue ()
 
QString truncatedStringValue (int maxChars=80)
 
virtual QString stringValueForProfiling ()
 
virtual void touch ()
 
MLABFieldOwnerowner ()
 
MLABFieldconnectedField ()
 
MLABFieldinputField ()
 
bool isConnected ()
 
bool isConnectedToFieldInSameNetwork ()
 
int outputCount ()
 
MLABFieldoutputField (int index)
 
QList< MLABField * > outputFields ()
 
bool connectFrom (MLABField *field)
 
void disconnect ()
 
void disconnectOutputs ()
 
void disconnectAll ()
 
bool connectFromUndoable (MLABField *field)
 
void disconnectUndoable ()
 
void disconnectOutputsUndoable ()
 
void disconnectAllUndoable ()
 
virtual bool isConnectionPossible (MLABField *field)
 
bool isConnectionInSameNetworkPossible (MLABField *field)
 
bool isInSameNetwork (MLABField *field)
 
virtual QString toolTipInfo ()
 
void setPriority (int aPriority)
 
int priority ()
 
void setProxy (bool flag)
 
bool isProxy ()
 
void setComment (const QString &comment)
 
QString comment ()
 
void setTitle (const QString &title)
 
QString title ()
 
QString fullName () const
 
bool isHidden ()
 
void setHidden (bool flag)
 
bool isIgnored ()
 
void setIgnored (bool flag)
 
bool isInterfaceField ()
 
bool isParameterField ()
 
bool isInput ()
 
bool isOutput ()
 
bool isInOut ()
 
QString infoString ()
 
bool isPersistent () const
 
bool isEditable () const
 
bool triggersLoading () const
 
void setTriggersLoading (bool flag)
 

Additional Inherited Members

- Public Member Functions inherited from MLABVector4Field
virtual void setStringValue (const QString &value)
 
virtual void setVectorValue (const QVariantList &value)
 
virtual int size ()
 
- Public Member Functions inherited from MLABBaseDoubleVectorField
virtual QString componentStringValue (int i)
 
virtual QVariantList vectorValue ()
 

Detailed Description

Field containing a plane equation.

Member Function Documentation

SbPlaned MLABPlaneField::inventorValue ( )
slot

Get value as Inventor value.

void MLABPlaneField::setValue ( const SbPlaned &  value)
slot

Set value from Inventor value.

void MLABPlaneField::setValue ( const SbPlane &  value)
slot

Set value from Inventor value.

void MLABPlaneField::updateValue ( const SbPlaned &  value)
slot

Update value from Inventor value.

void MLABPlaneField::updateValue ( const SbPlane &  value)
slot

Update value from Inventor value.