| 
    UnityMol
    0.9.6-875
    
   UnityMol viewer / In developement 
   | 
 
Public Member Functions | |
| void | CalculateSplineArray () | 
Public Attributes | |
| List< float[]> | InputKeyNodes | 
| List< string > | InputTypeArray | 
| List< float[]> | OutputKeyNodes | 
| List< string > | OutputTypeArray | 
Private Member Functions | |
| void | Start () | 
Definition at line 70 of file GenInterpolationArray.cs.
| void GenInterpolationArray.CalculateSplineArray | ( | ) | 
Definition at line 81 of file GenInterpolationArray.cs.
References GenInterpolationPoint.CalculateSpline(), GenInterpolationPoint.InputKeyNodes, GenInterpolationPoint.InputTypeArray, GenInterpolationPoint.OutputKeyNodes, and GenInterpolationPoint.OutputTypeArray.
Referenced by AlphaChainSmoother.ReSpline().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 79 of file GenInterpolationArray.cs.
| List<float[]> GenInterpolationArray.InputKeyNodes | 
Definition at line 72 of file GenInterpolationArray.cs.
Referenced by AlphaChainSmoother.ReSpline().
| List<string> GenInterpolationArray.InputTypeArray | 
Definition at line 73 of file GenInterpolationArray.cs.
Referenced by AlphaChainSmoother.ReSpline().
| List<float[]> GenInterpolationArray.OutputKeyNodes | 
Definition at line 75 of file GenInterpolationArray.cs.
Referenced by AlphaChainSmoother.ReSpline().
| List<string> GenInterpolationArray.OutputTypeArray | 
Definition at line 76 of file GenInterpolationArray.cs.
Referenced by AlphaChainSmoother.ReSpline().