LineProperty

scalismo.mesh.LineProperty
case class LineProperty[A](topology: LineList, lineData: IndexedSeq[A]) extends LineContourProperty[A]

property constant per line

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def onContour(lineId: LineId, bcc: LineCoordinates): A

access via line coordinates

access via line coordinates

Attributes

Definition Classes

Inherited methods

def apply(lineId: LineId, bcc: LineCoordinates): A

access via line coordinates

access via line coordinates

Attributes

Inherited from:
LineContourProperty
def map[B](f: A => B): LineContourProperty[B]

map a surface property through a function

map a surface property through a function

Attributes

Inherited from:
LineContourProperty
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product