Exemple #1
0
 def active_list(self):
     """
     IntVector instance with active indices in the region.
     """
     c_ptr = cfunc.get_active_list( self )
     active_list = IntVector.asPythonReference( c_ptr , self )
     return active_list
Exemple #2
0
 def kw_index_list(self , ecl_kw , force_active):
     c_ptr = cfunc.get_kw_index_list( self , ecl_kw , force_active)
     index_list = IntVector.asPythonReference( c_ptr , self )
     return index_list