Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class migration #4

Open
gbene opened this issue Sep 27, 2023 · 0 comments
Open

Class migration #4

gbene opened this issue Sep 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@gbene
Copy link
Owner

gbene commented Sep 27, 2023

It is necessary to refactor the code with a more Object Oriented approach to aid further expansions.

The necessary refactors should focus on the gen_grid function in grids.py. It is necessary to create an abstract Grid object from which the different grids inherit. Common properties are:

  1. Bounds
  2. Step
  3. Centers
  4. Transformation matrix
  5. Grid operations #3
  6. Polydata output

Plotters and exporters also should be "Classified"

@gbene gbene added the enhancement New feature or request label Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant