mymesh.octree#
Octree data structure and related methods.
Octree Creation#
|
Generate an octree structure from a set of points. |
|
Generate an octree structure adapted to an implicit function. |
|
Generate an octree representation of a triangular surface mesh. |
|
Generate an octree representation of an isotropic voxel mesh. |
Conversion From Octree#
|
Convert an octree to a voxel mesh |
|
Converts an octree to a mesh that is dual to the octree structure. |
Octree Querying#
|
Retrieve a list of all leaf nodes of the octree |
|
Retrieve the octree leaf node that contains the given point. |
|
Retrieve the octree leaf node(s) that contain the triangle |
Octree Utilities#
|
Prints a formatted list of all nodes in the octree. |
Classes
|