48 #include <OpenFlipper/BasePlugin/TextureInterface.hh> 57 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-Laplace")
61 void addTexture( QString _textureName , QString _filename , uint dimension );
62 void updatedTextures( QString ,
int );
63 void setTextureMode(QString _textureName ,QString _mode);
66 void slotUpdateTexture( QString _textureName ,
int _identifier );
68 void pluginsInitialized();
74 template<
typename MeshT >
75 void computeLaplaceLength(MeshT* _mesh);
77 template<
typename MeshT >
78 void computeLaplaceSquaredLength(MeshT* _mesh);
80 QString
name() {
return (QString(
"LaplaceLengthPlugin")); };
81 QString
description( ) {
return (QString(tr(
"Computes Laplace Vector length information"))); };
84 QString version() {
return QString(
"1.0"); };
QString description()
Return a description of what the plugin is doing.
Provide texture support for a plugin.
Interface class from which all plugins have to be created.
QString name()
Return a name for the plugin.