PointGenerator

scalismo.common.PointGenerator
trait PointGenerator[D] extends () => Point[D]

Attributes

Graph
Supertypes
trait () => Point[D]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def apply(): R

Attributes

Inherited from:
Function0
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function0 -> Any
Inherited from:
Function0