trait TransferSimulator extends AnyRef
Interface for transfer simulators that operate on the vertices of instances of TriangleMesh3D.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransferSimulator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
TransferMatrices = IndexedSeq[DenseMatrix[Double]]
- Attributes
- protected
Abstract Value Members
-
abstract
val
mesh: TriangleMesh3D
The mesh to simulate light transfer for.
-
abstract
val
occlusion: OcclusionInformation
An instance of OcclusionInformation for the mesh to simulate light transfer for.
-
abstract
val
shBands: Int
The number light bounces the this simulator will taken into account.
The number light bounces the this simulator will taken into account. A value of 1 or less corresponds to occlusion-only simulation.
-
abstract
def
simulate(): Transfer
Simulates light transfer for the geometry of a scene and returns an instance of Transfer.
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
emptyMatrix: DenseMatrix[Double]
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
samples: IndexedSeq[Vector[_3D]]
- Attributes
- protected
-
val
samplesSh: IndexedSeq[DenseVector[Double]]
- Attributes
- protected
- val shBandsIn: Int
- val shBandsOut: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
triangulation: TriangleList
- Attributes
- protected
-
val
vertexCount: Int
- Attributes
- protected
-
val
volumePerSample: Double
- Attributes
- protected
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )