Skip to content

Commit

Permalink
remove old runtime filters, moved to vtkh/rendering/
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolemarsaglia committed Oct 28, 2024
1 parent 0aa0e07 commit 0b2d70e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/libs/ascent/runtimes/flow_filters/ascent_runtime_filters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
#include <ascent_runtime_genten_filters.hpp>
#endif

#include <ascent_runtime_diva_filters.hpp>
#include <ascent_runtime_anari_filters.hpp>

using namespace flow;

//-----------------------------------------------------------------------------
Expand Down Expand Up @@ -152,12 +149,6 @@ register_builtin()
AscentRuntime::register_filter_type<VTKHVTKFileExtract>("extracts", "vtk");
AscentRuntime::register_filter_type<VTKHMIR>("transforms","mir");

#if defined(ASCENT_ANARI_ENABLED)
AscentRuntime::register_filter_type<AnariTriangles>("extracts", "anari_triangles");
AscentRuntime::register_filter_type<AnariGlyphs>("extracts", "anari_glyphs");
AscentRuntime::register_filter_type<AnariVolume>("extracts", "anari_volume");
#endif

AscentRuntime::register_filter_type<RoverXRay>("extracts", "xray");
AscentRuntime::register_filter_type<RoverVolume>("extracts", "volume");

Expand Down Expand Up @@ -196,8 +187,6 @@ register_builtin()
#if defined(ASCENT_PYTHON_ENABLED)
AscentRuntime::register_filter_type<AscentPythonScript>();
#endif

AscentRuntime::register_filter_type<DivaFlatten>("extracts", "diva");
}


Expand Down

0 comments on commit 0b2d70e

Please sign in to comment.