StatisticalModelReader

scalismo.io.statisticalmodel.StatisticalModelReader

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def close(): Unit
def exists(path: HDFPath): Boolean
def getPathOfChildren(path: HDFPath): Try[Seq[HDFPath]]
def readArrayFloat(path: HDFPath): Try[Array[Float]]
def readArrayInt(path: HDFPath): Try[Array[Int]]
def readFloat(path: HDFPath): Try[Float]
def readInt(path: HDFPath): Try[Int]
def readIntAttribute(path: HDFPath, attrName: String): Try[Int]
def readNDArrayFloat(path: HDFPath): Try[NDArray[Float]]
def readNDArrayInt(path: HDFPath): Try[NDArray[Int]]
def readString(path: HDFPath): Try[String]
def readStringAttribute(path: HDFPath, attrName: String): Try[String]