Frapper
1.0a
Main Page
Namespaces
Classes
Files
File List
File Members
plugins
nodes
Shading
SurfaceCurvature
SurfaceCurvatureNodePlugin.h
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
#ifndef SURFACECURVATURENODEPLUGIN_H
12
#define SURFACECURVATURENODEPLUGIN_H
13
14
#include "
NodeTypeInterface.h
"
15
16
namespace
SurfaceCurvatureNode {
17
using namespace
Frapper;
18
22
class
SurfaceCurvatureNodePlugin
:
public
QObject,
public
NodeTypeInterface
23
{
24
25
Q_OBJECT
26
Q_INTERFACES(
NodeTypeInterface
)
27
28
public
:
// functions
29
37
virtual
Node
* createNode (
const
QString &name,
ParameterGroup
*parameterRoot );
38
39
};
40
41
}
// namespace SurfaceCurvatureNode
42
43
#endif
Generated on Tue Sep 18 2012 11:43:03 for Frapper by
1.8.2