+2003-06-02 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
+ * WrapVTK.py : modifications to get correctly vtk source files to
+ compile
+
2003-06-11 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
- * vtk/vtkGdcmReader.[cxx/h]:
+ * vtk/vtkGdcmReader.[cxx/h]:
- UpdateProgress method should now be effective
- removed the limitation on having only images loaded (as opposed
to volumes),
for source in sources:
(base,ext)=os.path.splitext(source)
fileName=os.path.split(base)
- if((ext==".cxx")and(fileName[-1][0:3]=="vtk")):
+ if((ext==".cxx")and(fileName[-1][0:3]=="vtk")
+ and(fileName[-1][-6:]!="Python")):
newSources.append(source)
newSources.append(base+target_ext)
vtkSources.append(base+'.h')
# Find vtkWrapPython
wrapper=self.FindvtkWrapPython()
if(not self.__extWrap.vtkHints):
- self.__extWrap.vtkHints="toto"
+ self.__extWrap.vtkHints="dummyHints"
wrapCmd=[wrapper]
for source in vtkSources: