@@ -24,23 +24,23 @@ class SIMPLNXREVIEW_EXPORT GroupMicroTextureRegionsFilter : public IFilter
2424 GroupMicroTextureRegionsFilter& operator =(GroupMicroTextureRegionsFilter&&) noexcept = delete ;
2525
2626 // Parameter Keys
27- static inline constexpr StringLiteral k_UseNonContiguousNeighbors_Key = " use_non_contiguous_neighbors" ;
28- static inline constexpr StringLiteral k_NonContiguousNeighborListArrayPath_Key = " non_contiguous_neighbor_list_array_path" ;
29- static inline constexpr StringLiteral k_ContiguousNeighborListArrayPath_Key = " contiguous_neighbor_list_array_path" ;
30- static inline constexpr StringLiteral k_UseRunningAverage_Key = " use_running_average" ;
31- static inline constexpr StringLiteral k_CAxisTolerance_Key = " c_axis_tolerance" ;
32- static inline constexpr StringLiteral k_FeatureIdsArrayPath_Key = " feature_ids_array_path" ;
33- static inline constexpr StringLiteral k_FeaturePhasesArrayPath_Key = " feature_phases_array_path" ;
34- static inline constexpr StringLiteral k_VolumesArrayPath_Key = " volumes_array_path" ;
35- static inline constexpr StringLiteral k_AvgQuatsArrayPath_Key = " avg_quats_array_path" ;
36- static inline constexpr StringLiteral k_CrystalStructuresArrayPath_Key = " crystal_structures_array_path" ;
37- static inline constexpr StringLiteral k_NewCellFeatureAttributeMatrixName_Key = " new_cell_feature_attribute_matrix_path" ;
38- static inline constexpr StringLiteral k_CellParentIdsArrayName_Key = " cell_parent_ids_array_name" ;
39- static inline constexpr StringLiteral k_FeatureParentIdsArrayName_Key = " feature_parent_ids_array_name" ;
40- static inline constexpr StringLiteral k_ActiveArrayName_Key = " active_array_name" ;
41- static inline constexpr StringLiteral k_SeedArrayName_Key = " seed_array_name" ;
42- static inline constexpr StringLiteral k_UseSeed_Key = " use_seed" ;
43- static inline constexpr StringLiteral k_SeedValue_Key = " seed_value" ;
27+ static constexpr StringLiteral k_UseNonContiguousNeighbors_Key = " use_non_contiguous_neighbors" ;
28+ static constexpr StringLiteral k_NonContiguousNeighborListArrayPath_Key = " non_contiguous_neighbor_list_array_path" ;
29+ static constexpr StringLiteral k_ContiguousNeighborListArrayPath_Key = " contiguous_neighbor_list_array_path" ;
30+ static constexpr StringLiteral k_UseRunningAverage_Key = " use_running_average" ;
31+ static constexpr StringLiteral k_CAxisTolerance_Key = " c_axis_tolerance" ;
32+ static constexpr StringLiteral k_FeatureIdsArrayPath_Key = " feature_ids_array_path" ;
33+ static constexpr StringLiteral k_FeaturePhasesArrayPath_Key = " feature_phases_array_path" ;
34+ static constexpr StringLiteral k_VolumesArrayPath_Key = " volumes_array_path" ;
35+ static constexpr StringLiteral k_AvgQuatsArrayPath_Key = " avg_quats_array_path" ;
36+ static constexpr StringLiteral k_CrystalStructuresArrayPath_Key = " crystal_structures_array_path" ;
37+ static constexpr StringLiteral k_NewCellFeatureAttributeMatrixName_Key = " new_cell_feature_attribute_matrix_path" ;
38+ static constexpr StringLiteral k_CellParentIdsArrayName_Key = " cell_parent_ids_array_name" ;
39+ static constexpr StringLiteral k_FeatureParentIdsArrayName_Key = " feature_parent_ids_array_name" ;
40+ static constexpr StringLiteral k_ActiveArrayName_Key = " active_array_name" ;
41+ static constexpr StringLiteral k_SeedArrayName_Key = " seed_array_name" ;
42+ static constexpr StringLiteral k_UseSeed_Key = " use_seed" ;
43+ static constexpr StringLiteral k_SeedValue_Key = " seed_value" ;
4444
4545 /* *
4646 * @brief Reads SIMPL json and converts it simplnx Arguments.
0 commit comments