BlueQuartzSoftware / simplnx

The backend algorithms and framework associated with DREAM3DNX, a data analysis program for materials science data analytics
http://www.dream3d.io/
Other
7 stars 9 forks source link

ENH/BUG : Update node based geometry find element family of functions #991

Closed jmarquisbq closed 2 months ago

jmarquisbq commented 2 months ago

Naming Conventions

Naming of variables should descriptive where needed. Loop Control Variables can use i if warranted. Most of these conventions are enforced through the clang-tidy and clang-format configuration files. See the file simplnx/docs/Code_Style_Guide.md for a more in depth explanation.

Filter Checklist

The help file simplnx/docs/Porting_Filters.md has documentation to help you port or write new filters. At the top is a nice checklist of items that should be noted when porting a filter.

Unit Testing

The idea of unit testing is to test the filter for proper execution and error handling. How many variations on a unit test each filter needs is entirely dependent on what the filter is doing. Generally, the variations can fall into a few categories:

Code Cleanup

imikejackson commented 2 months ago

Waiting on https://github.com/BlueQuartzSoftware/simplnx/pull/998

imikejackson commented 2 months ago

https://github.com/BlueQuartzSoftware/simplnx/pull/984 needs this PR