Public Member Functions | Public Attributes | Private Member Functions | List of all members
imagestore.ImageStore Class Reference

Public Member Functions

def __del__ (self)
 
def __init__ (self)
 
def get_image (self, name)
 
def store_image (self, image_file, name)
 

Public Attributes

 counter
 
 file_registry
 

Private Member Functions

def _find_file_location (self, name)
 
def _generate_temporary_file_path (self)
 
def _store_file_in_database (self, name, path)
 

Detailed Description

Definition at line 10 of file imagestore.py.

Constructor & Destructor Documentation

◆ __init__()

def imagestore.ImageStore.__init__ (   self)

Definition at line 11 of file imagestore.py.

◆ __del__()

def imagestore.ImageStore.__del__ (   self)

Definition at line 15 of file imagestore.py.

Member Function Documentation

◆ _find_file_location()

def imagestore.ImageStore._find_file_location (   self,
  name 
)
private

Definition at line 61 of file imagestore.py.

◆ _generate_temporary_file_path()

def imagestore.ImageStore._generate_temporary_file_path (   self)
private

Definition at line 52 of file imagestore.py.

◆ _store_file_in_database()

def imagestore.ImageStore._store_file_in_database (   self,
  name,
  path 
)
private

Definition at line 56 of file imagestore.py.

◆ get_image()

def imagestore.ImageStore.get_image (   self,
  name 
)

Definition at line 40 of file imagestore.py.

◆ store_image()

def imagestore.ImageStore.store_image (   self,
  image_file,
  name 
)

Definition at line 20 of file imagestore.py.

Member Data Documentation

◆ counter

imagestore.ImageStore.counter

Definition at line 13 of file imagestore.py.

◆ file_registry

imagestore.ImageStore.file_registry

Definition at line 12 of file imagestore.py.


The documentation for this class was generated from the following file:


naoqi_libqicore
Author(s): Aldebaran
autogenerated on Wed Sep 14 2022 02:22:41