Mesh

scalismo.mesh.Mesh$
object Mesh

Defines utility functions on TriangleMesh instances

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Mesh.type

Members list

Concise view

Value members

Deprecated methods

def clipMesh(mesh: TriangleMesh[_3D], clipPointPredicate: Point[_3D] => Boolean): TriangleMesh[_3D]

Returns a new TriangleMesh where all points satisfying the given predicate are removed. All cells containing deleted points are also deleted.

Returns a new TriangleMesh where all points satisfying the given predicate are removed. All cells containing deleted points are also deleted.

Attributes

Deprecated
true

Returns a new continuous DifferentiableScalarImage defined on 3-dimensional RealSpace which is the distance transform of the mesh

Returns a new continuous DifferentiableScalarImage defined on 3-dimensional RealSpace which is the distance transform of the mesh

Attributes

Deprecated
true