ContourPointProperty

scalismo.mesh.ContourPointProperty
See theContourPointProperty companion object
case class ContourPointProperty[A](topology: LineList, pointData: IndexedSeq[A])(implicit interpolator: ValueInterpolator[A]) extends LineContourProperty[A]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(pointId: PointId): A
def atPoint(pointId: PointId): A
def map[B](f: A => B)(implicit interpolator: ValueInterpolator[B]): ContourPointProperty[B]
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

Implicits

Implicits