Skip to content

Commit

Permalink
Post append updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungbq committed Aug 20, 2024
1 parent 57682a5 commit d940056
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 303 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "AppendImageGeometryFilter.hpp"

#include "ComputeArrayStatisticsFilter.hpp"
#include "SimplnxCore/Filters/Algorithms/AppendImageGeometry.hpp"

#include "simplnx/DataStructure/DataArray.hpp"
Expand All @@ -15,10 +14,8 @@
#include "simplnx/Parameters/BoolParameter.hpp"
#include "simplnx/Parameters/DataGroupCreationParameter.hpp"
#include "simplnx/Parameters/GeometrySelectionParameter.hpp"

#include "simplnx/Utilities/SIMPLConversion.hpp"

#include "simplnx/Utilities/GeometryHelpers.hpp"
#include "simplnx/Utilities/SIMPLConversion.hpp"

using namespace nx::core;

Expand Down Expand Up @@ -93,7 +90,6 @@ IFilter::PreflightResult AppendImageGeometryFilter::preflightImpl(const DataStru
auto pCheckResolutionValue = filterArgs.value<bool>(k_CheckResolution_Key);
auto pSaveAsNewGeometry = filterArgs.value<bool>(k_SaveAsNewGeometry_Key);

PreflightResult preflightResult;
Result<OutputActions> resultOutputActions;
std::vector<PreflightValue> preflightUpdatedValues;

Expand Down

This file was deleted.

0 comments on commit d940056

Please sign in to comment.