VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::VectorView::RTBuildVTKPipeline ( )
finaloverrideprivatevirtual

Generic access to filter.

Reimplemented from vtkfig::Figure.

Definition at line 299 of file vtkfigVectorView.cxx.

300  {
301 
303  {
304  this->RTBuildVTKPipeline0<vtkUnstructuredGrid>();
305  }
306  else if (state.datatype==DataSet::DataType::RectilinearGrid)
307  {
308  this->RTBuildVTKPipeline0<vtkRectilinearGrid>();
309  }
310  }
struct vtkfig::Figure::@0 state
figure state