SurfacePointProperty

scalismo.mesh.SurfacePointProperty$
See theSurfacePointProperty companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def averagedPointProperty[A](property: MeshSurfaceProperty[A])(implicit interpolator: ValueInterpolator[A]): SurfacePointProperty[A]

average an arbitrary surface property at each vertex point

average an arbitrary surface property at each vertex point

Attributes

def sampleSurfaceProperty[A](property: MeshSurfaceProperty[A], reducer: IndexedSeq[A] => A)(implicit interpolator: ValueInterpolator[A]): SurfacePointProperty[A]

sample an arbitrary surface property at each point

sample an arbitrary surface property at each point

Attributes

interpolator

interpolator

property

property to sample

reducer

reduces multiple values at a single vertex to a single value

Returns:

surface property which is backed by the sampled and reduced values at each vertex