This one of the possibilities. My way is to tell ParaView that I want to read "other files (*)", then I pick the file, then Paraview tells that it cannot understand the file type, so I can precise to it that this is a DICOM one...
My problem is still the user-friendly interface that I have to deploy : I don't want to explain to the user that he has to change the extension of the file for the plugin to work. Regards, Jerome 2009/1/20 Jacques Papper <[email protected]>: > Can't you just make up a fake extension? > Then when you use paraview you just go onto all files instead of filtering > by extension and then a window should pop up asking what reader you want to > use. > Jacques > > 2009/1/20 Jérôme <[email protected]> >> >> Hi, >> >> I successfully created a reader in paraview that uses the >> vtkDICOMImageReader. I used the hint "UseDirectory" in the xml, so >> that the directory name is used instead of the selected file name. >> My problem is : I have files without extensions ! >> >> How can I handle this ? >> I am currently using this GUI XML : >> <ParaViewReaders> >> <Reader name="DICOMImageReader" extensions="dcm" >> file_description="DICOM Files and folders"> >> </Reader> >> </ParaViewReaders> >> >> How may I change the element 'extensions' ? >> >> Thanks ! >> >> Jerome >> _______________________________________________ >> ParaView mailing list >> [email protected] >> http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
