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.
|
| |
| virtual void | setSlotDescription (QString _slotName, QString _slotDescription, QStringList _parameters, QStringList _descriptions) |
| | Set a description for a public slot.
|
| |
| virtual void | setRenderer (unsigned int _viewer, QString _rendererName) |
| | Set a renderer for the given viewer.
|
| |
| 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.
|
| |
|
| QString | name () |
| | Name of the Plugin.
|
| |
| QString | description () |
| | Description of the Plugin.
|
| |
|
| void | setDescriptions () |
| | set scripting slot descriptions
|
| |
| int | vertexCount (int _id) |
| | get total number of vertices for a given object
|
| |
| int | edgeCount (int _id) |
| | get total number of edges for a given object
|
| |
| int | faceCount (int _id) |
| | get total number of faces for a given object
|
| |
| int | cellCount (int _id) |
| | get total number of cells for a given object
|
| |
| QString | version () |
| | set scripting slot descriptions
|
| |
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.
◆ InfoVolumeMeshObjectPlugin()
| InfoVolumeMeshObjectPlugin::InfoVolumeMeshObjectPlugin |
( |
| ) |
|
◆ ~InfoVolumeMeshObjectPlugin()
| InfoVolumeMeshObjectPlugin::~InfoVolumeMeshObjectPlugin |
( |
| ) |
|
◆ cellCount
| int InfoVolumeMeshObjectPlugin::cellCount |
( |
int |
_id | ) |
|
|
slot |
◆ description()
| QString InfoVolumeMeshObjectPlugin::description |
( |
| ) |
|
|
inlinevirtual |
◆ edgeCount
| int InfoVolumeMeshObjectPlugin::edgeCount |
( |
int |
_id | ) |
|
|
slot |
◆ faceCount
| int InfoVolumeMeshObjectPlugin::faceCount |
( |
int |
_id | ) |
|
|
slot |
◆ initializePlugin
| void InfoVolumeMeshObjectPlugin::initializePlugin |
( |
| ) |
|
|
privateslot |
◆ name()
| QString InfoVolumeMeshObjectPlugin::name |
( |
| ) |
|
|
inlinevirtual |
◆ noguiSupported
| void InfoVolumeMeshObjectPlugin::noguiSupported |
( |
| ) |
|
|
inlineprivateslot |
◆ pluginsInitialized
| void InfoVolumeMeshObjectPlugin::pluginsInitialized |
( |
| ) |
|
|
privateslot |
◆ setDescriptions()
| void InfoVolumeMeshObjectPlugin::setDescriptions |
( |
| ) |
|
|
private |
◆ slotAllCleared
| void InfoVolumeMeshObjectPlugin::slotAllCleared |
( |
| ) |
|
|
privateslot |
◆ slotObjectSelectionChanged
| void InfoVolumeMeshObjectPlugin::slotObjectSelectionChanged |
( |
int |
_identifier | ) |
|
|
privateslot |
◆ slotObjectUpdated
| void InfoVolumeMeshObjectPlugin::slotObjectUpdated |
( |
int |
_identifier, |
|
|
const UpdateType & |
_type |
|
) |
| |
|
privateslot |
◆ updateInfoBar()
| void InfoVolumeMeshObjectPlugin::updateInfoBar |
( |
| ) |
|
|
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.
◆ infoBar_
The documentation for this class was generated from the following files: