Page MenuHomePhabricator

Remove LegacyIO
Closed, WontfixPublic

Description

Legacy IO should be removed from the source

Event Timeline

User goerres has pushed new remote branch:

bug-18656-RemoveLegacyIOFromQuickRenderExample

User maerz has pushed new remote branch:

bug-18656-ConvertLegacyReaderAndWriter

My branch contains two additional surface mimetypes defined in the core (mitkIOMimeTypes): OBJ and PLY which were previously only defined via the legacy wrappers.

Thanks for working on this, the core changes look good to me.

Your changes in mitk::StlVolumeTimeSeriesReader::GenerateData() introduce two local variables with the same name (surface) one shadowing the other. This looks wrong to me.

Thank you for catching this. This is definitely incorrect.

[77cb34]: Merge branch 'bug-18656-ConvertLegacyReaderAndWriter'

Merged commits:

2015-02-12 09:28:12 Keno März [d4838f]
Documentation


2015-02-12 09:23:58 Keno März [7410ce]
New PLY Writer


2015-02-11 18:41:39 Keno März [6e9d00]
Some Cleanup


2015-02-11 16:23:47 Keno März [31b9fd]
PLY-File Reader


2015-02-11 16:06:19 Keno März [15c832]
Removed all ObjFileReader Structures


2015-02-11 14:31:05 Keno März [0ffc70]
OBJFileReader Service implemented and registered


2015-02-11 14:28:30 Keno März [d6d7b9]
Mimetypes for OBJ Files


2015-02-04 16:04:05 Keno März [8d51e8]
MadeSTLVolumeSeriesReader use IOUtil

User maerz has pushed new remote branch:

bug-18656-IoExtIntegrationBranch

[82f044]: Merge branch 'bug-18656-IoExtIntegrationBranch'

Merged commits:

2015-02-16 09:36:01 Keno März [8b19f8]
COMP: Commented out test which tried to save an empty BaseData


2015-02-16 09:28:17 Keno März [1f8616]
COMP: Replaced auto_ptr with unique_ptr

[55d281]: Merge branch 'bug-18656-ConvertLegacyReaderAndWriter'

Merged commits:

2015-02-13 14:39:27 Keno März [814bbc]
Removed duplicate declaration, leading to shadowing of variable.

[25ed53]: Merge branch 'bug-18656-IoExtIntegrationBranch'

Merged commits:

2015-02-16 10:38:34 Keno März [22b11f]
Fix and clearer names for surfaces in STLTimeSeriesReader

User kirchnth has pushed new remote branch:

bug-18656-RemoveLegacyIOFromUnstructuredGrid

[7b7189]: Merge branch 'bug-18656-IoExtIntegrationBranch'

Merged commits:

2015-02-18 15:03:45 Thomas Kirchner [d26da0]
Merge branch 'bug-18656-RemoveLegacyIOFromUnstructuredGrid' into bug-18656-IoExtIntegrationBranch

Conflicts:
Modules/IOExt/Internal/mitkIOExtActivator.cpp
Modules/IOExt/Internal/mitkIOExtActivator.h
Modules/IOExt/Internal/mitkIOExtObjectFactory.cpp


2015-02-18 14:49:42 Thomas Kirchner [cf4f1f]
unstructured grid reader now works as a abstract file reader

User kirchnth has pushed new remote branch:

bug-18656-RemoveLegacyIOFromUnstructuredGridWriter
kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.