Pointwise Plugin SDK
pluginRegistry.h File Reference

Local Site Plugin Registry File. More...

Go to the source code of this file.

Detailed Description

Local Site Plugin Registry File.

By design, every plugin must have a unique ID.

This file is intended to be a central registry of plugin ids already in use by your internally developed plugins.

When adding a new plugin, add a new id to the end of this list and then duplicate that value in the appropriate .../YourCaePlugin/rtCaepInitItems.h or .../YourGrdImpPlugin/rtGrdpInitItems.h header file.

Note
To reduce unneeded rebuilds, it is suggested that you do NOT include this file in any compilation unit. If you do, all plugins will recompile every time a new ID is added to this file.

Definition in file pluginRegistry.h.