예제 #1
0
파일: pcnn.py 프로젝트: genana/MPI_OPTICS
 def __del__(self):
     """!
     @brief Default destructor of PCNN.
     
     """
     if (self.__ccore_pcnn_pointer is not None):
         wrapper.pcnn_destroy(self.__ccore_pcnn_pointer)
예제 #2
0
 def __del__(self):
     """!
     @brief Default destructor of PCNN.
     
     """
     if (self.__ccore_pcnn_pointer is not None):
         wrapper.pcnn_destroy(self.__ccore_pcnn_pointer);