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) |
|
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 |
|
|
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 68 of file VolumeMeshObjectInfoPlugin.hh.
int InfoVolumeMeshObjectPlugin::cellCount |
( |
int |
_id | ) |
|
|
slot |
int InfoVolumeMeshObjectPlugin::edgeCount |
( |
int |
_id | ) |
|
|
slot |
int InfoVolumeMeshObjectPlugin::faceCount |
( |
int |
_id | ) |
|
|
slot |
void InfoVolumeMeshObjectPlugin::setDescriptions |
( |
| ) |
|
|
private |
QString InfoVolumeMeshObjectPlugin::version |
( |
| ) |
|
|
inlineslot |
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 85 of file VolumeMeshObjectInfoScripting.cc.
The documentation for this class was generated from the following files: