mantaflow  0.10
A framework for fluid simulation
Public Member Functions | List of all members
Pb::Register Struct Reference

Auto registry of python methods and classes. More...

#include <registry.h>

Public Member Functions

 Register (const std::string &className, const std::string &funcName, GenericFunction func)
 register method
 
 Register (const std::string &className, const std::string &funcName, OperatorFunction func)
 register operator
 
 Register (const std::string &className, const std::string &funcName, Constructor func)
 register constructor
 
 Register (const std::string &className, const std::string &property, Getter getter, Setter setter)
 register getter/setter
 
 Register (const std::string &className, const std::string &pyName, const std::string &baseClass)
 register class
 
 Register (const std::string &file, const std::string &pythonCode)
 register python code
 
 Register (InitFunc func)
 register external code
 

Detailed Description

Auto registry of python methods and classes.


The documentation for this struct was generated from the following files: