OpenMPCD
Public Member Functions | List of all members
MPCDAnalysis.StarPolymersAnalysis.Registry.Registry Class Reference

Public Member Functions

def __init__ (self)
 
def register (self, cls)
 
def getRegisteredClasses (self)
 

Detailed Description

Class that registers the various analysis tools for star polymers.

Definition at line 8 of file Registry.py.

Constructor & Destructor Documentation

◆ __init__()

def MPCDAnalysis.StarPolymersAnalysis.Registry.Registry.__init__ (   self)
    The constructor.

    This is called automatically by the encolsing file, and must not be
    called thereafter.

Definition at line 17 of file Registry.py.

Member Function Documentation

◆ getRegisteredClasses()

def MPCDAnalysis.StarPolymersAnalysis.Registry.Registry.getRegisteredClasses (   self)
    Returns a dictionary of registered classes.

Definition at line 48 of file Registry.py.

◆ register()

def MPCDAnalysis.StarPolymersAnalysis.Registry.Registry.register (   self,
  cls 
)
    Register the given class with the registry.

    @param[in] cls The class to register.

Definition at line 31 of file Registry.py.


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