Pointwise Plugin SDK
|
The abstract unstructured plugin base class. More...
Typedefs | |
typedef CaePlugin< CaeUnsGridModel > | CaeUnsPlugin |
The abstract unstructured plugin base class.
This abstract base class is subclassed by user defined unstructured plugins.
typedef CaePlugin<CaeUnsGridModel> CaeUnsPlugin |
The base class for plugins that export an unstructured grid model.
The -cpp
option to the mkplugin
script creates a C++ plugin project. This project will declare a properly subclassed plugin object in the PluginName.h and PluginName.cxx source files. At export, this subclass is instantiated in the runtimeWrite()
function.
The following snippets are extracted from the CaeUnsXMLCPP sample plugin.
mkplugin -uns -cpp XMLCPP generates:
In .../src/plugins/CaeUnsXMLCPP/CaeUnsXMLCPP.h
:
In .../src/plugins/CaeUnsXMLCPP/runtimeWrite.cxx
:
Definition at line 1174 of file CaePlugin.h.