The python export class for ViewProviderFemMesh. More...

#include <ViewProviderFemMeshPy.h>

Public Types

typedef ViewProviderFemMeshPointerType
 
- Public Types inherited from Gui::ViewProviderDocumentObjectPy
typedef ViewProviderDocumentObjectPointerType
 
- Public Types inherited from Gui::ViewProviderPy
typedef ViewProviderPointerType
 
- Public Types inherited from App::ExtensionContainerPy
typedef ExtensionContainerPointerType
 
- Public Types inherited from App::PropertyContainerPy
typedef PropertyContainerPointerType
 
- Public Types inherited from Base::PersistencePy
typedef PersistencePointerType
 
- Public Types inherited from Base::BaseClassPy
typedef BaseClassPointerType
 
- Public Types inherited from Base::PyObjectBase
typedef void * PointerType
 
enum  Status { Valid = 0, Immutable = 1, Notify = 2, NoTrack = 3 }
 

Public Member Functions

virtual PyTypeObject * GetType (void)
 
virtual int PyInit (PyObject *args, PyObject *k)
 PyInit method Override this method to initialize a newly created instance of the class (Constructor) More...
 
std::string representation (void) const
 
 ViewProviderFemMeshPy (ViewProviderFemMesh *pcObject, PyTypeObject *T=&Type)
 
- Public Member Functions inherited from Gui::ViewProviderDocumentObjectPy
std::string representation (void) const
 
 ViewProviderDocumentObjectPy (ViewProviderDocumentObject *pcObject, PyTypeObject *T=&Type)
 
PyObjectupdate (PyObject *args)
 implementer for the update() method More...
 
Py::Object getObject (void) const
 getter for the Object attribute More...
 
Py::Object getDocument (void) const
 getter for the Document attribute More...
 
PyObjectgetCustomAttributes (const char *attr) const
 getter method for special attributes (e.g. dynamic ones) More...
 
int setCustomAttributes (const char *attr, PyObject *obj)
 setter for special attributes (e.g. More...
 
ViewProviderDocumentObjectgetViewProviderDocumentObjectPtr (void) const
 getter for the object handled by this class More...
 
- Public Member Functions inherited from Gui::ViewProviderPy
std::string representation (void) const
 
 ViewProviderPy (ViewProvider *pcObject, PyTypeObject *T=&Type)
 
PyObjectaddProperty (PyObject *args)
 implementer for the addProperty() method More...
 
PyObjectremoveProperty (PyObject *args)
 implementer for the removeProperty() method More...
 
PyObjectsupportedProperties (PyObject *args)
 implementer for the supportedProperties() method More...
 
PyObjectshow (PyObject *args)
 implementer for the show() method More...
 
PyObjecthide (PyObject *args)
 implementer for the hide() method More...
 
PyObjectisVisible (PyObject *args)
 implementer for the isVisible() method More...
 
PyObjectaddDisplayMode (PyObject *args)
 implementer for the addDisplayMode() method More...
 
PyObjectlistDisplayModes (PyObject *args)
 implementer for the listDisplayModes() method More...
 
PyObjecttoString (PyObject *args)
 implementer for the toString() method More...
 
PyObjectsetTransformation (PyObject *args)
 implementer for the setTransformation() method More...
 
PyObjectclaimChildren (PyObject *args)
 implementer for the claimChildren() method More...
 
Py::Object getAnnotation (void) const
 getter for the Annotation attribute More...
 
void setAnnotation (Py::Object arg)
 setter for the Annotation attribute More...
 
Py::Object getIcon (void) const
 getter for the Icon attribute More...
 
Py::Object getRootNode (void) const
 getter for the RootNode attribute More...
 
void setRootNode (Py::Object arg)
 setter for the RootNode attribute More...
 
Py::String getIV (void) const
 getter for the IV attribute More...
 
PyObjectgetCustomAttributes (const char *attr) const
 getter method for special attributes (e.g. dynamic ones) More...
 
int setCustomAttributes (const char *attr, PyObject *obj)
 setter for special attributes (e.g. More...
 
ViewProvidergetViewProviderPtr (void) const
 getter for the object handled by this class More...
 
- Public Member Functions inherited from App::ExtensionContainerPy
 ExtensionContainerPy (ExtensionContainer *pcObject, PyTypeObject *T=&Type)
 
int finalization ()
 
int initialization ()
 
std::string representation (void) const
 
PyObjectgetCustomAttributes (const char *attr) const
 getter method for special attributes (e.g. dynamic ones) More...
 
int setCustomAttributes (const char *attr, PyObject *obj)
 setter for special attributes (e.g. More...
 
ExtensionContainergetExtensionContainerPtr (void) const
 getter for the object handled by this class More...
 
PyObjectaddExtension (PyObject *args)
 implementer for the addExtension() method More...
 
PyObjecthasExtension (PyObject *args)
 implementer for the hasExtension() method More...
 
- Public Member Functions inherited from App::PropertyContainerPy
 PropertyContainerPy (PropertyContainer *pcObject, PyTypeObject *T=&Type)
 
std::string representation (void) const
 
PyObjectgetPropertyByName (PyObject *args)
 implementer for the getPropertyByName() method More...
 
PyObjectgetTypeOfProperty (PyObject *args)
 implementer for the getTypeOfProperty() method More...
 
PyObjectgetTypeIdOfProperty (PyObject *args)
 implementer for the getTypeIdOfProperty() method More...
 
PyObjectsetEditorMode (PyObject *args)
 implementer for the setEditorMode() method More...
 
PyObjectgetEditorMode (PyObject *args)
 implementer for the getEditorMode() method More...
 
PyObjectgetGroupOfProperty (PyObject *args)
 implementer for the getGroupOfProperty() method More...
 
PyObjectgetDocumentationOfProperty (PyObject *args)
 implementer for the getDocumentationOfProperty() method More...
 
PyObjectdumpPropertyContent (PyObject *args, PyObject *kwd)
 implementer for the dumpPropertyContent() method More...
 
PyObjectrestorePropertyContent (PyObject *args)
 implementer for the restorePropertyContent() method More...
 
Py::List getPropertiesList (void) const
 getter for the PropertiesList attribute More...
 
PyObjectgetCustomAttributes (const char *attr) const
 getter method for special attributes (e.g. dynamic ones) More...
 
int setCustomAttributes (const char *attr, PyObject *obj)
 setter for special attributes (e.g. More...
 
PropertyContainergetPropertyContainerPtr (void) const
 getter for the object handled by this class More...
 
- Public Member Functions inherited from Base::PersistencePy
 PersistencePy (Persistence *pcObject, PyTypeObject *T=&Type)
 
std::string representation (void) const
 
PyObjectdumpContent (PyObject *args, PyObject *kwd)
 implementer for the dumpContent() method More...
 
PyObjectrestoreContent (PyObject *args)
 implementer for the restoreContent() method More...
 
Py::String getContent (void) const
 getter for the Content attribute More...
 
Py::Int getMemSize (void) const
 getter for the MemSize attribute More...
 
PyObjectgetCustomAttributes (const char *attr) const
 getter method for special attributes (e.g. dynamic ones) More...
 
int setCustomAttributes (const char *attr, PyObject *obj)
 setter for special attributes (e.g. More...
 
PersistencegetPersistencePtr (void) const
 getter for the object handled by this class More...
 
- Public Member Functions inherited from Base::BaseClassPy
 BaseClassPy (BaseClass *pcObject, PyTypeObject *T=&Type)
 
std::string representation (void) const
 
PyObjectisDerivedFrom (PyObject *args)
 implementer for the isDerivedFrom() method More...
 
PyObjectgetAllDerivedFrom (PyObject *args)
 implementer for the getAllDerivedFrom() method More...
 
Py::String getTypeId (void) const
 getter for the TypeId attribute More...
 
Py::String getModule (void) const
 getter for the Module attribute More...
 
PyObjectgetCustomAttributes (const char *attr) const
 getter method for special attributes (e.g. dynamic ones) More...
 
int setCustomAttributes (const char *attr, PyObject *obj)
 setter for special attributes (e.g. More...
 
BaseClassgetBaseClassPtr (void) const
 getter for the object handled by this class More...
 
- Public Member Functions inherited from Base::PyObjectBase
PyObjectBaseDecRef (void)
 decref method wrapper (see python extending manual)
More...
 
PyObjectBaseIncRef (void)
 incref method wrapper (see python extending manual) More...
 
bool isConst ()
 
bool isNotTracking () const
 
bool isValid ()
 
 PyObjectBase (void *, PyTypeObject *T)
 Constructor Sets the Type of the object (for inheritance) and decrease the the reference count of the PyObject. More...
 
void setConst ()
 
void setInvalid ()
 
void setNotTracking (bool on=true)
 
void setShouldNotify (bool on)
 
bool shouldNotify () const
 
void startNotify ()
 

Static Public Member Functions

static PyObjectPyMake (struct _typeobject *, PyObject *, PyObject *)
 
- Static Public Member Functions inherited from Gui::ViewProviderDocumentObjectPy
static PyObjectPyMake (struct _typeobject *, PyObject *, PyObject *)
 
static PyObjectstaticCallback_update (PyObject *self, PyObject *args)
 callback for the update() method More...
 
static PyObjectstaticCallback_getObject (PyObject *self, void *closure)
 getter callback for the Object attribute More...
 
static int staticCallback_setObject (PyObject *self, PyObject *value, void *closure)
 setter callback for the Object attribute More...
 
static PyObjectstaticCallback_getDocument (PyObject *self, void *closure)
 getter callback for the Document attribute More...
 
static int staticCallback_setDocument (PyObject *self, PyObject *value, void *closure)
 setter callback for the Document attribute More...
 
- Static Public Member Functions inherited from Gui::ViewProviderPy
static PyObjectPyMake (struct _typeobject *, PyObject *, PyObject *)
 
static PyObjectstaticCallback_addProperty (PyObject *self, PyObject *args)
 callback for the addProperty() method More...
 
static PyObjectstaticCallback_removeProperty (PyObject *self, PyObject *args)
 callback for the removeProperty() method More...
 
static PyObjectstaticCallback_supportedProperties (PyObject *self, PyObject *args)
 callback for the supportedProperties() method More...
 
static PyObjectstaticCallback_show (PyObject *self, PyObject *args)
 callback for the show() method More...
 
static PyObjectstaticCallback_hide (PyObject *self, PyObject *args)
 callback for the hide() method More...
 
static PyObjectstaticCallback_isVisible (PyObject *self, PyObject *args)
 callback for the isVisible() method More...
 
static PyObjectstaticCallback_addDisplayMode (PyObject *self, PyObject *args)
 callback for the addDisplayMode() method More...
 
static PyObjectstaticCallback_listDisplayModes (PyObject *self, PyObject *args)
 callback for the listDisplayModes() method More...
 
static PyObjectstaticCallback_toString (PyObject *self, PyObject *args)
 callback for the toString() method More...
 
static PyObjectstaticCallback_setTransformation (PyObject *self, PyObject *args)
 callback for the setTransformation() method More...
 
static PyObjectstaticCallback_claimChildren (PyObject *self, PyObject *args)
 callback for the claimChildren() method More...
 
static PyObjectstaticCallback_getAnnotation (PyObject *self, void *closure)
 getter callback for the Annotation attribute More...
 
static int staticCallback_setAnnotation (PyObject *self, PyObject *value, void *closure)
 setter callback for the Annotation attribute More...
 
static PyObjectstaticCallback_getIcon (PyObject *self, void *closure)
 getter callback for the Icon attribute More...
 
static int staticCallback_setIcon (PyObject *self, PyObject *value, void *closure)
 setter callback for the Icon attribute More...
 
static PyObjectstaticCallback_getRootNode (PyObject *self, void *closure)
 getter callback for the RootNode attribute More...
 
static int staticCallback_setRootNode (PyObject *self, PyObject *value, void *closure)
 setter callback for the RootNode attribute More...
 
static PyObjectstaticCallback_getIV (PyObject *self, void *closure)
 getter callback for the IV attribute More...
 
static int staticCallback_setIV (PyObject *self, PyObject *value, void *closure)
 setter callback for the IV attribute More...
 
- Static Public Member Functions inherited from App::ExtensionContainerPy
static PyObjectPyMake (struct _typeobject *, PyObject *, PyObject *)
 
static PyObjectstaticCallback_addExtension (PyObject *self, PyObject *args)
 callback for the addExtension() method More...
 
static PyObjectstaticCallback_hasExtension (PyObject *self, PyObject *args)
 callback for the hasExtension() method More...
 
- Static Public Member Functions inherited from App::PropertyContainerPy
static PyObjectPyMake (struct _typeobject *, PyObject *, PyObject *)
 
static PyObjectstaticCallback_getPropertyByName (PyObject *self, PyObject *args)
 callback for the getPropertyByName() method More...
 
static PyObjectstaticCallback_getTypeOfProperty (PyObject *self, PyObject *args)
 callback for the getTypeOfProperty() method More...
 
static PyObjectstaticCallback_getTypeIdOfProperty (PyObject *self, PyObject *args)
 callback for the getTypeIdOfProperty() method More...
 
static PyObjectstaticCallback_setEditorMode (PyObject *self, PyObject *args)
 callback for the setEditorMode() method More...
 
static PyObjectstaticCallback_getEditorMode (PyObject *self, PyObject *args)
 callback for the getEditorMode() method More...
 
static PyObjectstaticCallback_getGroupOfProperty (PyObject *self, PyObject *args)
 callback for the getGroupOfProperty() method More...
 
static PyObjectstaticCallback_getDocumentationOfProperty (PyObject *self, PyObject *args)
 callback for the getDocumentationOfProperty() method More...
 
static PyObjectstaticCallback_dumpPropertyContent (PyObject *self, PyObject *args, PyObject *kwd)
 callback for the dumpPropertyContent() method More...
 
static PyObjectstaticCallback_restorePropertyContent (PyObject *self, PyObject *args)
 callback for the restorePropertyContent() method More...
 
static PyObjectstaticCallback_getPropertiesList (PyObject *self, void *closure)
 getter callback for the PropertiesList attribute More...
 
static int staticCallback_setPropertiesList (PyObject *self, PyObject *value, void *closure)
 setter callback for the PropertiesList attribute More...
 
- Static Public Member Functions inherited from Base::PersistencePy
static PyObjectPyMake (struct _typeobject *, PyObject *, PyObject *)
 
static PyObjectstaticCallback_dumpContent (PyObject *self, PyObject *args, PyObject *kwd)
 callback for the dumpContent() method More...
 
static PyObjectstaticCallback_restoreContent (PyObject *self, PyObject *args)
 callback for the restoreContent() method More...
 
static PyObjectstaticCallback_getContent (PyObject *self, void *closure)
 getter callback for the Content attribute More...
 
static int staticCallback_setContent (PyObject *self, PyObject *value, void *closure)
 setter callback for the Content attribute More...
 
static PyObjectstaticCallback_getMemSize (PyObject *self, void *closure)
 getter callback for the MemSize attribute More...
 
static int staticCallback_setMemSize (PyObject *self, PyObject *value, void *closure)
 setter callback for the MemSize attribute More...
 
- Static Public Member Functions inherited from Base::BaseClassPy
static PyObjectPyMake (struct _typeobject *, PyObject *, PyObject *)
 
static PyObjectstaticCallback_isDerivedFrom (PyObject *self, PyObject *args)
 callback for the isDerivedFrom() method More...
 
static PyObjectstaticCallback_getAllDerivedFrom (PyObject *self, PyObject *args)
 callback for the getAllDerivedFrom() method More...
 
static PyObjectstaticCallback_getTypeId (PyObject *self, void *closure)
 getter callback for the TypeId attribute More...
 
static int staticCallback_setTypeId (PyObject *self, PyObject *value, void *closure)
 setter callback for the TypeId attribute More...
 
static PyObjectstaticCallback_getModule (PyObject *self, void *closure)
 getter callback for the Module attribute More...
 
static int staticCallback_setModule (PyObject *self, PyObject *value, void *closure)
 setter callback for the Module attribute More...
 
- Static Public Member Functions inherited from Base::PyObjectBase
static void PyDestructor (PyObject *P)
 Wrapper for the Python destructor. More...
 

Static Public Attributes

static PyGetSetDef GetterSetter []
 Attribute structure of ViewProviderFemMeshPy. More...
 
static PyMethodDef Methods []
 Methods structure of ViewProviderFemMeshPy. More...
 
static PyTypeObject Type
 Type structure of ViewProviderFemMeshPy. More...
 
- Static Public Attributes inherited from Gui::ViewProviderDocumentObjectPy
static PyGetSetDef GetterSetter []
 Attribute structure of ViewProviderDocumentObjectPy. More...
 
static PyMethodDef Methods []
 Methods structure of ViewProviderDocumentObjectPy. More...
 
static PyTypeObject Type
 Type structure of ViewProviderDocumentObjectPy. More...
 
- Static Public Attributes inherited from Gui::ViewProviderPy
static PyGetSetDef GetterSetter []
 Attribute structure of ViewProviderPy. More...
 
static PyMethodDef Methods []
 Methods structure of ViewProviderPy. More...
 
static PyTypeObject Type
 Type structure of ViewProviderPy. More...
 
- Static Public Attributes inherited from App::ExtensionContainerPy
static PyGetSetDef GetterSetter []
 Attribute structure of ExtensionContainerPy. More...
 
static PyMethodDef Methods []
 Methods structure of ExtensionContainerPy. More...
 
static PyTypeObject Type
 Type structure of ExtensionContainerPy. More...
 
- Static Public Attributes inherited from App::PropertyContainerPy
static PyGetSetDef GetterSetter []
 Attribute structure of PropertyContainerPy. More...
 
static PyMethodDef Methods []
 Methods structure of PropertyContainerPy. More...
 
static PyTypeObject Type
 Type structure of PropertyContainerPy. More...
 
- Static Public Attributes inherited from Base::PersistencePy
static PyGetSetDef GetterSetter []
 Attribute structure of PersistencePy. More...
 
static PyMethodDef Methods []
 Methods structure of PersistencePy. More...
 
static PyTypeObject Type
 Type structure of PersistencePy. More...
 
- Static Public Attributes inherited from Base::BaseClassPy
static PyGetSetDef GetterSetter []
 Attribute structure of BaseClassPy. More...
 
static PyMethodDef Methods []
 Methods structure of BaseClassPy. More...
 
static PyTypeObject Type
 Type structure of BaseClassPy. More...
 
- Static Public Attributes inherited from Base::PyObjectBase
static PyMethodDef Methods []
 
static PyTypeObject Type
 Py_Header struct from python.h. More...
 

Protected Member Functions

 ~ViewProviderFemMeshPy ()
 
- Protected Member Functions inherited from Gui::ViewProviderDocumentObjectPy
 ~ViewProviderDocumentObjectPy ()
 
- Protected Member Functions inherited from Gui::ViewProviderPy
 ~ViewProviderPy ()
 
- Protected Member Functions inherited from App::ExtensionContainerPy
 ~ExtensionContainerPy ()
 
- Protected Member Functions inherited from App::PropertyContainerPy
 ~PropertyContainerPy ()
 
- Protected Member Functions inherited from Base::PersistencePy
 ~PersistencePy ()
 
- Protected Member Functions inherited from Base::BaseClassPy
 ~BaseClassPy ()
 
- Protected Member Functions inherited from Base::PyObjectBase
virtual ~PyObjectBase ()
 destructor More...
 

callbacks and implementers for the python object methods

PyObjectapplyDisplacement (PyObject *args)
 implementer for the applyDisplacement() method More...
 
PyObjectsetNodeColorByScalars (PyObject *args)
 implementer for the setNodeColorByScalars() method More...
 
PyObjectsetNodeDisplacementByVectors (PyObject *args)
 implementer for the setNodeDisplacementByVectors() method More...
 
static PyObjectstaticCallback_applyDisplacement (PyObject *self, PyObject *args)
 callback for the applyDisplacement() method More...
 
static PyObjectstaticCallback_setNodeColorByScalars (PyObject *self, PyObject *args)
 callback for the setNodeColorByScalars() method More...
 
static PyObjectstaticCallback_setNodeDisplacementByVectors (PyObject *self, PyObject *args)
 callback for the setNodeDisplacementByVectors() method More...
 

callbacks and implementers for the python object attributes

Py::Dict getNodeColor (void) const
 getter for the NodeColor attribute More...
 
void setNodeColor (Py::Dict arg)
 setter for the NodeColor attribute More...
 
Py::Dict getElementColor (void) const
 getter for the ElementColor attribute More...
 
void setElementColor (Py::Dict arg)
 setter for the ElementColor attribute More...
 
Py::Dict getNodeDisplacement (void) const
 getter for the NodeDisplacement attribute More...
 
void setNodeDisplacement (Py::Dict arg)
 setter for the NodeDisplacement attribute More...
 
Py::List getHighlightedNodes (void) const
 getter for the HighlightedNodes attribute More...
 
void setHighlightedNodes (Py::List arg)
 setter for the HighlightedNodes attribute More...
 
Py::List getVisibleElementFaces (void) const
 getter for the VisibleElementFaces attribute More...
 
PyObjectgetCustomAttributes (const char *attr) const
 getter method for special attributes (e.g. dynamic ones) More...
 
int setCustomAttributes (const char *attr, PyObject *obj)
 setter for special attributes (e.g. More...
 
ViewProviderFemMeshgetViewProviderFemMeshPtr (void) const
 getter for the object handled by this class More...
 
static PyObjectstaticCallback_getNodeColor (PyObject *self, void *closure)
 getter callback for the NodeColor attribute More...
 
static int staticCallback_setNodeColor (PyObject *self, PyObject *value, void *closure)
 setter callback for the NodeColor attribute More...
 
static PyObjectstaticCallback_getElementColor (PyObject *self, void *closure)
 getter callback for the ElementColor attribute More...
 
static int staticCallback_setElementColor (PyObject *self, PyObject *value, void *closure)
 setter callback for the ElementColor attribute More...
 
static PyObjectstaticCallback_getNodeDisplacement (PyObject *self, void *closure)
 getter callback for the NodeDisplacement attribute More...
 
static int staticCallback_setNodeDisplacement (PyObject *self, PyObject *value, void *closure)
 setter callback for the NodeDisplacement attribute More...
 
static PyObjectstaticCallback_getHighlightedNodes (PyObject *self, void *closure)
 getter callback for the HighlightedNodes attribute More...
 
static int staticCallback_setHighlightedNodes (PyObject *self, PyObject *value, void *closure)
 setter callback for the HighlightedNodes attribute More...
 
static PyObjectstaticCallback_getVisibleElementFaces (PyObject *self, void *closure)
 getter callback for the VisibleElementFaces attribute More...
 
static int staticCallback_setVisibleElementFaces (PyObject *self, PyObject *value, void *closure)
 setter callback for the VisibleElementFaces attribute More...
 

Additional Inherited Members

- Protected Attributes inherited from Base::PyObjectBase
std::bitset< 32 > StatusBits
 

Detailed Description

The python export class for ViewProviderFemMesh.

Member Typedef Documentation

◆ PointerType

Constructor & Destructor Documentation

◆ ~ViewProviderFemMeshPy()

ViewProviderFemMeshPy::~ViewProviderFemMeshPy ( )
protected

◆ ViewProviderFemMeshPy()

ViewProviderFemMeshPy::ViewProviderFemMeshPy ( ViewProviderFemMesh pcObject,
PyTypeObject *  T = &Type 
)

Member Function Documentation

◆ applyDisplacement()

PyObject * ViewProviderFemMeshPy::applyDisplacement ( PyObject args)

◆ getCustomAttributes()

PyObject * ViewProviderFemMeshPy::getCustomAttributes ( const char *  attr) const

getter method for special attributes (e.g. dynamic ones)

◆ getElementColor()

Py::Dict ViewProviderFemMeshPy::getElementColor ( void  ) const

getter for the ElementColor attribute

Referenced by staticCallback_getElementColor().

◆ getHighlightedNodes()

Py::List ViewProviderFemMeshPy::getHighlightedNodes ( void  ) const

getter for the HighlightedNodes attribute

References FemGui::ViewProviderFemMesh::getHighlightNodes(), and getViewProviderFemMeshPtr().

Referenced by staticCallback_getHighlightedNodes().

◆ getNodeColor()

Py::Dict ViewProviderFemMeshPy::getNodeColor ( void  ) const

getter for the NodeColor attribute

Referenced by staticCallback_getNodeColor().

◆ getNodeDisplacement()

Py::Dict ViewProviderFemMeshPy::getNodeDisplacement ( void  ) const

getter for the NodeDisplacement attribute

Referenced by staticCallback_getNodeDisplacement().

◆ GetType()

virtual PyTypeObject* FemGui::ViewProviderFemMeshPy::GetType ( void  )
virtual

Reimplemented from Gui::ViewProviderDocumentObjectPy.

◆ getViewProviderFemMeshPtr()

ViewProviderFemMesh * ViewProviderFemMeshPy::getViewProviderFemMeshPtr ( void  ) const

◆ getVisibleElementFaces()

Py::List ViewProviderFemMeshPy::getVisibleElementFaces ( void  ) const

◆ PyInit()

int ViewProviderFemMeshPy::PyInit ( PyObject ,
PyObject  
)
virtual

PyInit method Override this method to initialize a newly created instance of the class (Constructor)

Reimplemented from Gui::ViewProviderDocumentObjectPy.

◆ PyMake()

PyObject * ViewProviderFemMeshPy::PyMake ( struct _typeobject *  ,
PyObject ,
PyObject  
)
static

◆ representation()

◆ setCustomAttributes()

int ViewProviderFemMeshPy::setCustomAttributes ( const char *  attr,
PyObject obj 
)

setter for special attributes (e.g.

dynamic ones) Output: Success=1, Failure=-1, Ignore=0

◆ setElementColor()

void ViewProviderFemMeshPy::setElementColor ( Py::Dict  arg)

◆ setHighlightedNodes()

void ViewProviderFemMeshPy::setHighlightedNodes ( Py::List  arg)

◆ setNodeColor()

◆ setNodeColorByScalars()

PyObject * ViewProviderFemMeshPy::setNodeColorByScalars ( PyObject args)

◆ setNodeDisplacement()

void ViewProviderFemMeshPy::setNodeDisplacement ( Py::Dict  arg)

◆ setNodeDisplacementByVectors()

◆ staticCallback_applyDisplacement()

◆ staticCallback_getElementColor()

PyObject * ViewProviderFemMeshPy::staticCallback_getElementColor ( PyObject self,
void *  closure 
)
static

◆ staticCallback_getHighlightedNodes()

PyObject * ViewProviderFemMeshPy::staticCallback_getHighlightedNodes ( PyObject self,
void *  closure 
)
static

◆ staticCallback_getNodeColor()

PyObject * ViewProviderFemMeshPy::staticCallback_getNodeColor ( PyObject self,
void *  closure 
)
static

◆ staticCallback_getNodeDisplacement()

PyObject * ViewProviderFemMeshPy::staticCallback_getNodeDisplacement ( PyObject self,
void *  closure 
)
static

◆ staticCallback_getVisibleElementFaces()

PyObject * ViewProviderFemMeshPy::staticCallback_getVisibleElementFaces ( PyObject self,
void *  closure 
)
static

◆ staticCallback_setElementColor()

int ViewProviderFemMeshPy::staticCallback_setElementColor ( PyObject self,
PyObject value,
void *  closure 
)
static

◆ staticCallback_setHighlightedNodes()

int ViewProviderFemMeshPy::staticCallback_setHighlightedNodes ( PyObject self,
PyObject value,
void *  closure 
)
static

◆ staticCallback_setNodeColor()

int ViewProviderFemMeshPy::staticCallback_setNodeColor ( PyObject self,
PyObject value,
void *  closure 
)
static

◆ staticCallback_setNodeColorByScalars()

◆ staticCallback_setNodeDisplacement()

int ViewProviderFemMeshPy::staticCallback_setNodeDisplacement ( PyObject self,
PyObject value,
void *  closure 
)
static

◆ staticCallback_setNodeDisplacementByVectors()

◆ staticCallback_setVisibleElementFaces()

int ViewProviderFemMeshPy::staticCallback_setVisibleElementFaces ( PyObject self,
PyObject value,
void *  closure 
)
static

setter callback for the VisibleElementFaces attribute

References Base::PyObjectBase::isValid(), and Base::PyObjectBase::PyObjectBase().

Member Data Documentation

◆ GetterSetter

PyGetSetDef ViewProviderFemMeshPy::GetterSetter
static

Attribute structure of ViewProviderFemMeshPy.

◆ Methods

PyMethodDef ViewProviderFemMeshPy::Methods
static
Initial value:
= {
{"applyDisplacement",
reinterpret_cast<PyCFunction>( staticCallback_applyDisplacement ),
METH_VARARGS,
""
},
{"setNodeColorByScalars",
reinterpret_cast<PyCFunction>( staticCallback_setNodeColorByScalars ),
METH_VARARGS,
"Sets mesh node colors using element list and value list."
},
{"setNodeDisplacementByVectors",
reinterpret_cast<PyCFunction>( staticCallback_setNodeDisplacementByVectors ),
METH_VARARGS,
""
},
{NULL, NULL, 0, NULL}
}

Methods structure of ViewProviderFemMeshPy.

◆ Type


The documentation for this class was generated from the following files:
  • build/webdoc/src/Mod/Fem/Gui/ViewProviderFemMeshPy.h
  • src/Mod/Fem/Gui/ViewProviderFemMeshPyImp.cpp
  • build/webdoc/src/Mod/Fem/Gui/ViewProviderFemMeshPy.cpp
static PyObject * staticCallback_setNodeDisplacementByVectors(PyObject *self, PyObject *args)
callback for the setNodeDisplacementByVectors() method
Definition: ViewProviderFemMeshPy.cpp:304
static PyObject * staticCallback_setNodeColorByScalars(PyObject *self, PyObject *args)
callback for the setNodeColorByScalars() method
Definition: ViewProviderFemMeshPy.cpp:221
static PyObject * staticCallback_applyDisplacement(PyObject *self, PyObject *args)
callback for the applyDisplacement() method
Definition: ViewProviderFemMeshPy.cpp:138