openalea.phenomenal.mesh

Mesh

Algorithms

algorithms.meshing(image_3d[, ...])

Build a polygonal mesh representation (= list of vertices and faces) from a 3d image (= numpy array 3D).

algorithms.marching_cubes(vtk_image_data[, ...])

Call of vtkMarchingCubes on a vtk_image_data with iso_value

algorithms.smoothing(vtk_poly_data[, ...])

Call of vtkWindowedSincPolyDataFilter on a vtk_poly_data to smoothing the edge of poly_data

algorithms.decimation(vtk_poly_data[, ...])

Call of vtkQuadricDecimation on a vtk_poly_data to decimate the mesh

Formats

formats

Routines

routines

VTK Transformation

vtk_transformation

Modules

openalea.phenomenal.mesh.algorithms

openalea.phenomenal.mesh.formats

openalea.phenomenal.mesh.routines

openalea.phenomenal.mesh.vtk_transformation