Git Product home page Git Product logo

Comments (3)

marcocisternino avatar marcocisternino commented on August 23, 2024

Hi pkestene,
Thanks for your contribute, I'll try to explain what we meant exposing only some of the ParaTree methods in PabloUniform:
ParaTree is the logical manager of the linear octree, meaning that he lives in a logical space where vertex coordinates are integers. PabloUniform should derive from ParaTree in order to introduce an affine transformation from the logical space to the physical one. In this context, we decided to avoid the user to call methods returning logical coordinates of the nodes. For the sake of truth, we did something that is not so good from a design point of view: in order to ease the user experience, we introduced in ParaTree a transformation from the logical space to the unit square. By this way the user, deriving from ParaTree to introduce his own transformation, could do it from the unit square to the physical domain, knowing nothing about logical coordinates.
The method you cited, the hidden getNodes, return a list of logical coordinates of all the nodes, that's why it should not be available in PabloUniform.
If you feel that some of the other ParaTree methods hidden to PabloUniform should be available in PabloUniform, please let us know.
Thanks!

from bitpit.

pkestene avatar pkestene commented on August 23, 2024

Ok that makes sense.
Thank you.

from bitpit.

marcocisternino avatar marcocisternino commented on August 23, 2024

This issue has not seen any recent activity. I'm closing the issue, but feel free to re-open a closed issue if needed.

from bitpit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.