示例#1
0
 def __init__(self, filename):
     """ create from a filename (String)"""
     self.obj = filename_object(filename)
示例#2
0
 def jump_object(self, num):
     """ jump to and read image """
     return filename_object(self.jump(num))
示例#3
0
 def current_object(self):
     """ current image in sequence """
     return filename_object(self.current())
示例#4
0
 def next_object(self):
     """ Return the next image """
     return filename_object(self.next())
示例#5
0
 def previous_object(self):
     """ Return the previous image """
     return filename_object(self.previous())
示例#6
0
 def first_object(self):
     """ first image in a sequence """
     return filename_object(self.first())
示例#7
0
 def last_object(self):
     """ last image in a sequence """
     return filename_object(self.last())
示例#8
0
 def current_object(self):
     """ current image in sequence """
     return filename_object(self.current())
示例#9
0
 def __init__(self, filename):
     """ create from a filename (String)"""
     self.obj = filename_object(filename)
示例#10
0
 def jump_object(self, num):
     """ jump to and read image """
     return filename_object(self.jump(num))
示例#11
0
 def previous_object(self):
     """ Return the previous image """
     return filename_object(self.previous())
示例#12
0
 def next_object(self):
     """ Return the next image """
     return filename_object(self.next())
示例#13
0
 def last_object(self):
     """ last image in a sequence """
     return filename_object(self.last())
示例#14
0
 def first_object(self):
     """ first image in a sequence """
     return filename_object(self.first())