ithron / CortidQCT

A tool for automatic cortical shape identification for QCT scans
Academic Free License v3.0
2 stars 0 forks source link

Add API to create and modify meshes from within C or MATLAB #49

Closed ithron closed 5 years ago

ithron commented 5 years ago

Add C and MATLAB API function to create and modify meshes.

For the C-API these functions are:

In the MATLAB-API the following setters were added:

The constructor was extended to take two (or three) matrices as parameters and then constructs a mesh with the given vertices and indices (and labels). If no labels are given, the labels are initialized with zeroes.