Learn R Programming

MeshAgreement (version 0.1.4)

mesh3dL_to_cgalMeshL: Convert mesh3d objects to cgalMesh objects

Description

Utility function that turns an observer/mesh list of mesh3d objects into an observer/mesh list with cgalMesh objects.

Usage

mesh3dL_to_cgalMeshL(x)

Value

list of observer/mesh objects as generated by read_mesh.

Arguments

x

list of observer/mesh objects with a structure as generated by read_mesh_obs, but with mesh3d objects instead of cgalMesh objects.

See Also

read_mesh, cgalMesh, mesh3d

Examples

Run this code
heartL <- mesh3dL_to_cgalMeshL(data_heart_obsL)
get_mesh_info(heartL)

Run the code above in your browser using DataLab