-
At the moment the plugin follows the wordpress coding style, which is based on where PHP was around version 3. And although it would take forever for Wordpress to be re-done on an OO style, plugins ar…
-
Hello. Your CloudABI need to be complemented by something. We lack object-oriented shell for it.
What I mean under object-oriented shell? Now the shells work with 3 binary streams and allow only their…
-
Transition ForsysR to an OOP approach
-
### I. Meet the class
#### Constructor ``, ``, ``
#### Static
#### Encapsulation ``, ``, ``
### II. Relation between class/interface
#### Inheritance
#### Interface
#### Polymorphism ``, ``
#### Abstr…
-
-
Create a basic object oriented simulation object, to keep track of things like:
-Database being used. If NSRDB, this will set elements like -wind_speed_factor for some of the functions, or calculat…
-
```python
import galaxychop as gchop
gal = ...
trans = gchop.preproc.Center()
gal = trans.transform(gal)
trans = gchop.preproc.Align()
gal = trans.transform(gal)
decom = gchop.models.…
-
Include an object on which the Listener callbacks are called:
- TF_AddIdListener
- TF_AddTypeListener
- TF_AddGenericListener
-
-
### Use Case
This affects all solid material models that are currently implemented and future ones.
### Problem
We currently have a massive `switch/case` statement for our solid materials, inherite…