All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
galleryUtils.HandleMaker.ManyByTypeProc Class Reference

Public Member Functions

def __init__
 
def __call__
 

Public Attributes

 handleVectorClass
 
 getHandles
 

Detailed Description

Definition at line 79 of file icarusalg/icarusalg/gallery/helpers/python/galleryUtils.py.

Constructor & Destructor Documentation

def galleryUtils.HandleMaker.ManyByTypeProc.__init__ (   self,
  klass 
)

Member Function Documentation

def galleryUtils.HandleMaker.ManyByTypeProc.__call__ (   self,
  event 
)

Definition at line 83 of file icarusalg/icarusalg/gallery/helpers/python/galleryUtils.py.

83 
84  def __call__(self, event):
85  handles = self.handleVectorClass()
86  self.getHandles(event, handles)
87  return handles
# ManyByTypeProc

Member Data Documentation

galleryUtils.HandleMaker.ManyByTypeProc.getHandles

Definition at line 82 of file icarusalg/icarusalg/gallery/helpers/python/galleryUtils.py.

galleryUtils.HandleMaker.ManyByTypeProc.handleVectorClass

Definition at line 81 of file icarusalg/icarusalg/gallery/helpers/python/galleryUtils.py.


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