SENSEI-insitu / SENSEI

SENSEI ∙ Scalable in situ analysis and visualization

Home Page:https://sensei-insitu.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Catalyst Adaptor without rendering

kwryankrattiger opened this issue · comments

Right now Catalyst implies rendering. It would be nice to have an option to build the catalyst adapter without rendering support.

OK, that sounds great. Since Catalyst is controlled by python script, rendering is not required as far as I know. what would need to change?

It seems like the files that depend on vtkSMRepresentationProxy.h will need to be isolated for rendering only and the dep on ParaView::RemotingViews will need to be conditional on rendering. I haven't dug through the code much yet otherwise, but in an ideal world it shouldn't be too difficult.