TetrahedralMeshBoundaryPredicates

scalismo.mesh.TetrahedralMeshBoundaryPredicates

The TetrahedralMeshBoundary can be queried if a tetrahedron has one side in common with the mesh surface.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

Check if the tetrahedron with given index is on the boundary of the underlying mesh.

Check if the tetrahedron with given index is on the boundary of the underlying mesh.

Attributes

Returns:

True if the tetrahedron has at least one face in common with the boundary.

Inherited methods

def edgeIsOnBoundary(id1: PointId, id2: PointId): Boolean

Check if the edge between the two points with given indices is on the boundary of the underlying mesh.

Check if the edge between the two points with given indices is on the boundary of the underlying mesh.

Attributes

Returns:

True if the edge is part of the boundary.

Note:

This method does not check weather there exists an edge between the two points. You will get false for all edges not in the mesh.

Inherited from:
MeshBoundaryPredicates
def pointIsOnBoundary(id: PointId): Boolean

Check if the point with given index is on the boundary of the underlying mesh.

Check if the point with given index is on the boundary of the underlying mesh.

Attributes

Returns:

True if point is part of the boundary.

Inherited from:
MeshBoundaryPredicates