Skip to content

Commit

Permalink
Test using a deprecated class
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Dec 13, 2024
1 parent 9d08a55 commit 972d1d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/native/module/vtk.module
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ DESCRIPTION
A VTK module for the native plugin
DEPENDS
VTK::CommonCore
VTK::FiltersSources
VTK::CommonExecutionModel
TEST_DEPENDS
VTK::TestingCore
Expand Down
2 changes: 2 additions & 0 deletions plugins/native/module/vtkF3DSplatReader.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
#include <vtkPoints.h>
#include <vtkPolyData.h>
#include <vtkUnsignedCharArray.h>
#include <vtkCapsuleSource.h>

//----------------------------------------------------------------------------
vtkStandardNewMacro(vtkF3DSplatReader);

//----------------------------------------------------------------------------
vtkF3DSplatReader::vtkF3DSplatReader()
{
vtkNew<vtkCapsuleSource> source;
this->SetNumberOfInputPorts(0);
}

Expand Down

0 comments on commit 972d1d3

Please sign in to comment.