Skip to content

Commit 28aad27

Browse files
authored
STY: Update Filter key declarations (#12)
1 parent 2245ccc commit 28aad27

7 files changed

Lines changed: 67 additions & 67 deletions

src/SimplnxReview/Filters/ComputeGroupingDensityFilter.hpp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ class SIMPLNXREVIEW_EXPORT ComputeGroupingDensityFilter : public IFilter
2424
ComputeGroupingDensityFilter& operator=(ComputeGroupingDensityFilter&&) noexcept = delete;
2525

2626
// Parameter Keys
27-
static inline constexpr StringLiteral k_VolumesArrayPath_Key = "volumes_path";
28-
static inline constexpr StringLiteral k_ContiguousNeighborListArrayPath_Key = "contiguous_neighbor_list_path";
29-
static inline constexpr StringLiteral k_UseNonContiguousNeighbors_Key = "use_non_contiguous_neighbors";
30-
static inline constexpr StringLiteral k_NonContiguousNeighborListArrayPath_Key = "non_contiguous_neighbor_list_path";
31-
static inline constexpr StringLiteral k_ParentIdsPath_Key = "parent_ids_path";
32-
static inline constexpr StringLiteral k_ParentVolumesPath_Key = "parent_volumes_path";
33-
static inline constexpr StringLiteral k_FindCheckedFeatures_Key = "find_checked_features";
34-
static inline constexpr StringLiteral k_CheckedFeaturesName_Key = "checked_features_name";
35-
static inline constexpr StringLiteral k_GroupingDensitiesName_Key = "grouping_densities_name";
27+
static constexpr StringLiteral k_VolumesArrayPath_Key = "volumes_path";
28+
static constexpr StringLiteral k_ContiguousNeighborListArrayPath_Key = "contiguous_neighbor_list_path";
29+
static constexpr StringLiteral k_UseNonContiguousNeighbors_Key = "use_non_contiguous_neighbors";
30+
static constexpr StringLiteral k_NonContiguousNeighborListArrayPath_Key = "non_contiguous_neighbor_list_path";
31+
static constexpr StringLiteral k_ParentIdsPath_Key = "parent_ids_path";
32+
static constexpr StringLiteral k_ParentVolumesPath_Key = "parent_volumes_path";
33+
static constexpr StringLiteral k_FindCheckedFeatures_Key = "find_checked_features";
34+
static constexpr StringLiteral k_CheckedFeaturesName_Key = "checked_features_name";
35+
static constexpr StringLiteral k_GroupingDensitiesName_Key = "grouping_densities_name";
3636

3737
/**
3838
* @brief Reads SIMPL json and converts it simplnx Arguments.

src/SimplnxReview/Filters/ComputeLocalAverageCAxisMisalignmentsFilter.hpp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ class SIMPLNXREVIEW_EXPORT ComputeLocalAverageCAxisMisalignmentsFilter : public
2424
ComputeLocalAverageCAxisMisalignmentsFilter& operator=(ComputeLocalAverageCAxisMisalignmentsFilter&&) noexcept = delete;
2525

2626
// Parameter Keys
27-
static inline constexpr StringLiteral k_CalcBiasedAvg_Key = "calc_biased_avg";
28-
static inline constexpr StringLiteral k_CalcUnbiasedAvg_Key = "calc_unbiased_avg";
29-
static inline constexpr StringLiteral k_NeighborListPath_Key = "neighbor_list_path";
30-
static inline constexpr StringLiteral k_CAxisMisalignmentListPath_Key = "c_axis_misalignment_list_path";
31-
static inline constexpr StringLiteral k_AvgCAxisMisalignmentsPath_Key = "avg_c_axis_misalignments_path";
32-
static inline constexpr StringLiteral k_FeatureParentIdsPath_Key = "feature_parent_ids_path";
33-
static inline constexpr StringLiteral k_NewCellFeatureAttributeMatrixPath_Key = "new_cell_feature_attribute_matrix_path";
34-
static inline constexpr StringLiteral k_NumFeaturesPerParentName_Key = "num_features_per_parent_name";
35-
static inline constexpr StringLiteral k_LocalCAxisMisalignmentsName_Key = "local_c_axis_misalignments_name";
36-
static inline constexpr StringLiteral k_UnbiasedLocalCAxisMisalignmentsName_Key = "unbiased_local_c_axis_misalignments_name";
27+
static constexpr StringLiteral k_CalcBiasedAvg_Key = "calc_biased_avg";
28+
static constexpr StringLiteral k_CalcUnbiasedAvg_Key = "calc_unbiased_avg";
29+
static constexpr StringLiteral k_NeighborListPath_Key = "neighbor_list_path";
30+
static constexpr StringLiteral k_CAxisMisalignmentListPath_Key = "c_axis_misalignment_list_path";
31+
static constexpr StringLiteral k_AvgCAxisMisalignmentsPath_Key = "avg_c_axis_misalignments_path";
32+
static constexpr StringLiteral k_FeatureParentIdsPath_Key = "feature_parent_ids_path";
33+
static constexpr StringLiteral k_NewCellFeatureAttributeMatrixPath_Key = "new_cell_feature_attribute_matrix_path";
34+
static constexpr StringLiteral k_NumFeaturesPerParentName_Key = "num_features_per_parent_name";
35+
static constexpr StringLiteral k_LocalCAxisMisalignmentsName_Key = "local_c_axis_misalignments_name";
36+
static constexpr StringLiteral k_UnbiasedLocalCAxisMisalignmentsName_Key = "unbiased_local_c_axis_misalignments_name";
3737

3838
/**
3939
* @brief Reads SIMPL json and converts it simplnx Arguments.

src/SimplnxReview/Filters/ComputeMicroTextureRegionsFilter.hpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ class SIMPLNXREVIEW_EXPORT ComputeMicroTextureRegionsFilter : public IFilter
2424
ComputeMicroTextureRegionsFilter& operator=(ComputeMicroTextureRegionsFilter&&) noexcept = delete;
2525

2626
// Parameter Keys
27-
static inline constexpr StringLiteral k_ImageGeomPath_Key = "image_geom_path";
28-
static inline constexpr StringLiteral k_FeatureIdsArrayPath_Key = "feature_ids_array_path";
29-
static inline constexpr StringLiteral k_CellFeatureAttributeMatrixPath_Key = "cell_feature_attribute_matrix_path";
30-
static inline constexpr StringLiteral k_MicroTextureRegionNumCellsArrayName_Key = "micro_texture_region_num_cells_array_name";
31-
static inline constexpr StringLiteral k_MicroTextureRegionFractionOccupiedArrayName_Key = "micro_texture_region_fraction_occupied_array_name";
27+
static constexpr StringLiteral k_ImageGeomPath_Key = "image_geom_path";
28+
static constexpr StringLiteral k_FeatureIdsArrayPath_Key = "feature_ids_array_path";
29+
static constexpr StringLiteral k_CellFeatureAttributeMatrixPath_Key = "cell_feature_attribute_matrix_path";
30+
static constexpr StringLiteral k_MicroTextureRegionNumCellsArrayName_Key = "micro_texture_region_num_cells_array_name";
31+
static constexpr StringLiteral k_MicroTextureRegionFractionOccupiedArrayName_Key = "micro_texture_region_fraction_occupied_array_name";
3232

3333
/**
3434
* @brief Reads SIMPL json and converts it simplnx Arguments.

src/SimplnxReview/Filters/ComputeSaltykovSizesFilter.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ class SIMPLNXREVIEW_EXPORT ComputeSaltykovSizesFilter : public IFilter
2424
ComputeSaltykovSizesFilter& operator=(ComputeSaltykovSizesFilter&&) noexcept = delete;
2525

2626
// Parameter Keys
27-
static inline constexpr StringLiteral k_UseSeed_Key = "use_seed";
28-
static inline constexpr StringLiteral k_SeedValue_Key = "seed_value";
29-
static inline constexpr StringLiteral k_EquivalentDiametersArrayPath_Key = "equivalent_diameters_array_path";
30-
static inline constexpr StringLiteral k_SaltykovEquivalentDiametersName_Key = "saltykov_equivalent_diameters_name";
27+
static constexpr StringLiteral k_UseSeed_Key = "use_seed";
28+
static constexpr StringLiteral k_SeedValue_Key = "seed_value";
29+
static constexpr StringLiteral k_EquivalentDiametersArrayPath_Key = "equivalent_diameters_array_path";
30+
static constexpr StringLiteral k_SaltykovEquivalentDiametersName_Key = "saltykov_equivalent_diameters_name";
3131

3232
/**
3333
* @brief Reads SIMPL json and converts it simplnx Arguments.

src/SimplnxReview/Filters/GroupMicroTextureRegionsFilter.hpp

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

src/SimplnxReview/Filters/InterpolateValuesToUnstructuredGridFilter.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ class SIMPLNXREVIEW_EXPORT InterpolateValuesToUnstructuredGridFilter : public IF
2121
InterpolateValuesToUnstructuredGridFilter& operator=(InterpolateValuesToUnstructuredGridFilter&&) noexcept = delete;
2222

2323
// Parameter Keys
24-
static inline constexpr StringLiteral k_SourceGeometryPath_Key = "source_geometry_path";
25-
static inline constexpr StringLiteral k_InterpolatedArrayPaths_Key = "interpolated_array_paths";
26-
static inline constexpr StringLiteral k_UseExistingAttrMatrix_Key = "use_existing_attr_matrix";
27-
static inline constexpr StringLiteral k_ExistingAttrMatrixPath_Key = "existing_attr_matrix_path";
28-
static inline constexpr StringLiteral k_CreatedAttrMatrixName_Key = "created_attr_matrix_name";
29-
static inline constexpr StringLiteral k_DestinationGeometryPath_Key = "destination_geometry_path";
24+
static constexpr StringLiteral k_SourceGeometryPath_Key = "source_geometry_path";
25+
static constexpr StringLiteral k_InterpolatedArrayPaths_Key = "interpolated_array_paths";
26+
static constexpr StringLiteral k_UseExistingAttrMatrix_Key = "use_existing_attr_matrix";
27+
static constexpr StringLiteral k_ExistingAttrMatrixPath_Key = "existing_attr_matrix_path";
28+
static constexpr StringLiteral k_CreatedAttrMatrixName_Key = "created_attr_matrix_name";
29+
static constexpr StringLiteral k_DestinationGeometryPath_Key = "destination_geometry_path";
3030

3131
/**
3232
* @brief Reads SIMPL json and converts it simplnx Arguments.

src/SimplnxReview/Filters/MergeColoniesFilter.hpp

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ class SIMPLNXREVIEW_EXPORT MergeColoniesFilter : public IFilter
2424
MergeColoniesFilter& operator=(MergeColoniesFilter&&) 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_AxisTolerance_Key = "axis_tolerance";
31-
static inline constexpr StringLiteral k_AngleTolerance_Key = "angle_tolerance";
32-
static inline constexpr StringLiteral k_FeaturePhasesArrayPath_Key = "feature_phases_array_path";
33-
static inline constexpr StringLiteral k_AvgQuatsArrayPath_Key = "avg_quats_array_path";
34-
static inline constexpr StringLiteral k_FeatureIdsArrayPath_Key = "feature_ids_array_path";
35-
static inline constexpr StringLiteral k_CellPhasesArrayPath_Key = "cell_phases_array_path";
36-
static inline constexpr StringLiteral k_CrystalStructuresArrayPath_Key = "crystal_structures_array_path";
37-
static inline constexpr StringLiteral k_CellParentIdsArrayName_Key = "cell_parent_ids_array_name";
38-
static inline constexpr StringLiteral k_NewCellFeatureAttributeMatrixName_Key = "new_cell_feature_attribute_matrix_path";
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_UseSeed_Key = "use_seed";
42-
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_AxisTolerance_Key = "axis_tolerance";
31+
static constexpr StringLiteral k_AngleTolerance_Key = "angle_tolerance";
32+
static constexpr StringLiteral k_FeaturePhasesArrayPath_Key = "feature_phases_array_path";
33+
static constexpr StringLiteral k_AvgQuatsArrayPath_Key = "avg_quats_array_path";
34+
static constexpr StringLiteral k_FeatureIdsArrayPath_Key = "feature_ids_array_path";
35+
static constexpr StringLiteral k_CellPhasesArrayPath_Key = "cell_phases_array_path";
36+
static constexpr StringLiteral k_CrystalStructuresArrayPath_Key = "crystal_structures_array_path";
37+
static constexpr StringLiteral k_CellParentIdsArrayName_Key = "cell_parent_ids_array_name";
38+
static constexpr StringLiteral k_NewCellFeatureAttributeMatrixName_Key = "new_cell_feature_attribute_matrix_path";
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_UseSeed_Key = "use_seed";
42+
static constexpr StringLiteral k_SeedValue_Key = "seed_value";
4343

4444
/**
4545
* @brief Reads SIMPL json and converts it simplnx Arguments.

0 commit comments

Comments
 (0)