Parent Directory
|
Revision Log
|
Patch
revision 407 by cochrane, Wed Dec 7 03:55:19 2005 UTC | revision 408 by cochrane, Fri Dec 23 00:56:56 2005 UTC | |
---|---|---|
# | Line 1126 class SurfMovie(Model): | Line 1126 class SurfMovie(Model): |
1126 | # vtkobj=... | # vtkobj=... |
1127 | # save(self.__frame_name) | # save(self.__frame_name) |
1128 | ||
1129 | # check that the file actually exists | |
1130 | if not os.path.exists(self.__fn): | |
1131 | raise IOError, "File not found: %s" % self.__fn | |
1132 | ||
1133 | # make a reader for the data | # make a reader for the data |
1134 | waveReader = vtk.vtkXMLUnstructuredGridReader() | waveReader = vtk.vtkXMLUnstructuredGridReader() |
1135 | waveReader.SetFileName(self.__fn) | waveReader.SetFileName(self.__fn) |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |