Plugin to visualize information about open volume meshs in the scene.
More...
#include <Plugin-InfoVolumeMeshObject/VolumeMeshObjectInfoPlugin.hh>
|
void | setSlotDescription (QString _slotName, QString _slotDescription, QStringList _parameters, QStringList _descriptions) |
|
void | log (Logtype _type, QString _message) |
|
void | log (QString _message) |
|
void | addWidgetToStatusbar (QWidget *_widget) |
|
virtual void | updateView () |
| Update current view in Main Application. More...
|
|
virtual void | setSlotDescription (QString _slotName, QString _slotDescription, QStringList _parameters, QStringList _descriptions) |
| Set a description for a public slot. More...
|
|
virtual void | setRenderer (unsigned int _viewer, QString _rendererName) |
| Set a renderer for the given viewer. More...
|
|
virtual void | log (Logtype _type, QString _message)=0 |
|
virtual void | log (QString _message)=0 |
|
virtual void | showStatusMessage (QString _message, int _timeout=0) |
| Show a message in the status bar. More...
|
|
|
QString | name () |
| Name of the Plugin.
|
|
QString | description () |
| Description of the Plugin.
|
|
|
void | initializePlugin () |
|
void | pluginsInitialized () |
| initialize the plugin
|
|
void | slotObjectUpdated (int _identifier, const UpdateType &_type) |
|
void | slotObjectSelectionChanged (int _identifier) |
|
void | slotAllCleared () |
|
void | noguiSupported () |
|
virtual void | exit () |
|
virtual QString | version () |
| Return a version string for your plugin. More...
|
|
Plugin to visualize information about open volume meshs in the scene.
Plugin to visualize information about open volume meshs in the scene
Definition at line 62 of file VolumeMeshObjectInfoPlugin.hh.
◆ cellCount
int InfoVolumeMeshObjectPlugin::cellCount |
( |
int |
_id | ) |
|
|
slot |
◆ edgeCount
int InfoVolumeMeshObjectPlugin::edgeCount |
( |
int |
_id | ) |
|
|
slot |
◆ faceCount
int InfoVolumeMeshObjectPlugin::faceCount |
( |
int |
_id | ) |
|
|
slot |
◆ setDescriptions()
void InfoVolumeMeshObjectPlugin::setDescriptions |
( |
| ) |
|
|
private |
◆ version
QString InfoVolumeMeshObjectPlugin::version |
( |
| ) |
|
|
inlineslot |
◆ vertexCount
int InfoVolumeMeshObjectPlugin::vertexCount |
( |
int |
_id | ) |
|
|
slot |
get total number of vertices for a given object
- Parameters
-
- Returns
- number of vertices or -1 if an error occured
Definition at line 78 of file VolumeMeshObjectInfoScripting.cc.
The documentation for this class was generated from the following files: