NDSpace

scalismo.geometry.NDSpace
See theNDSpace companion object
trait NDSpace[D] extends Create[D] with Create[D] with Create[D]

Attributes

Companion:
object
Graph
Supertypes
trait Create[D]
trait Create[D]
trait Create[D]
class Object
trait Matchable
class Any
Known subtypes
object OneDSpace.type
object ThreeDSpace.type
object TwoDSpace.type

Members list

Concise view

Value members

Abstract methods

Inherited methods

def createIndex(data: Array[Int]): IntVector[D]

Attributes

Inherited from:
Create
def createPoint(data: Array[Double]): Point[D]

Attributes

Inherited from:
Create
def createVector(data: Array[Double]): EuclideanVector[D]

Attributes

Inherited from:
Create

Inherited fields

Attributes

Inherited from:
Create