Class ModelBlockAnimation.MBJointWeight

  • Enclosing class:
    ModelBlockAnimation

    protected static class ModelBlockAnimation.MBJointWeight
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
      private com.google.common.collect.ImmutableMap<java.lang.Integer,​float[]> weights  
    • Constructor Summary

      Constructors 
      Constructor Description
      MBJointWeight​(java.lang.String name, com.google.common.collect.ImmutableMap<java.lang.Integer,​float[]> weights)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      com.google.common.collect.ImmutableMap<java.lang.Integer,​float[]> getWeights()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        private final java.lang.String name
      • weights

        private final com.google.common.collect.ImmutableMap<java.lang.Integer,​float[]> weights
    • Constructor Detail

      • MBJointWeight

        public MBJointWeight​(java.lang.String name,
                             com.google.common.collect.ImmutableMap<java.lang.Integer,​float[]> weights)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getWeights

        public com.google.common.collect.ImmutableMap<java.lang.Integer,​float[]> getWeights()