35#include <armadillo/armadillo>
37#include <vtkDoubleArray.h>
39#include <vtkSmartPointer.h>
48 vtkSmartPointer<vtkCell> vtk_cell;
56 virtual void GetData(vtkSmartPointer<vtkDoubleArray>&,
OutputType);
59 virtual void SetDeformation(vtkSmartPointer<vtkPoints>&,
double);
61 [[nodiscard]]
virtual const vtkSmartPointer<vtkCell>& GetCell()
const;
OutputType
Definition: OutputType.h:23
The vtkBase class.
Definition: vtkBase.h:44