Skip to content
Snippets Groups Projects
Commit 791b167f authored by Berk Geveci's avatar Berk Geveci
Browse files

Started removing data object's dependency on the pipeline.

It was decided to remove any dependencies that data objects
have on the pipeline logic. When modularization is complete,
this will allow us to build a small "data model" library
that does not depend on the "execution model". It also
cleans up a lot of the interdepencies between data objects
and pipeline code. To achieve this, we need to remove all
functionality that depend on executives and pipeline logic
from vtkDataObject and subclasses. This includes any meta-data
such as whole extent as well as methods to setup pipeline
connectivity such as SetInput (to be removed from algorithms).
parent 87542447
No related branches found
No related tags found
No related merge requests found
Showing
with 252 additions and 1111 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment