Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 917 Bytes

PortingOrientationAnalysisFilter.md

File metadata and controls

27 lines (21 loc) · 917 Bytes

Porting Orientation Analysis Filter

Updating the Legacy UUID Maps

This Plugin contains two folders of filters instructions for both are below:

If Porting From SIMPL to Filters Folder

Use the ComplexFilterGen module distributed in SIMPL DREAM3D. This module will automatically update the LegacyUUIDMapping for this Plugin.

If Moving to Filters

  • Open the LegacyUUIDMapping header file for this Plugin
  • Uncomment the include statement for the filter being moved
  • Uncomment the map entry for the filter being moved
  • When working with the LegacyUUIDMapping header file in this Plugin be sure to make sure the commented out tokens are not removed. Their syntax is one of the following:

    @@HEADER__TOKEN__DO__NOT__DELETE@@

    or

    @@MAP__UPDATE__TOKEN__DO__NOT__DELETE@@