Skip to content

Commit

Permalink
NO need to emit notifyDatasetAdded
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvth committed Jan 16, 2024
1 parent 3eaa8b7 commit 8630d13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ExampleTransformation/src/ExampleTransformationPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ void ExampleTransformationPlugin::transform()
case ExampleTransformationPlugin::Type::Pow2:
{
auto derivedData = mv::data().createDerivedDataset<Points>(points->getGuiName() + " (Pow2)", points);
events().notifyDatasetAdded(derivedData);

std::vector<float> transformedData;
transformedData.resize(points->getNumPoints() * points->getNumDimensions());
Expand Down

0 comments on commit 8630d13

Please sign in to comment.