![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
void | CalculateSplineArray () |
Public Attributes | |
List< float[]> | InputKeyNodes |
List< string > | InputTypeArray |
List< float > | InputBfactArray |
List< float[]> | OutputKeyNodes |
List< string > | OutputTypeArray |
List< float > | OutputBfactArray |
Private Member Functions | |
void | Start () |
Definition at line 70 of file GenInterpolationArray_BF.cs.
void GenInterpolationArray_BF.CalculateSplineArray | ( | ) |
Definition at line 85 of file GenInterpolationArray_BF.cs.
References GenInterpolationPoint_BF.CalculateSpline(), GenInterpolationPoint_BF.InputBfactArray, GenInterpolationPoint_BF.InputKeyNodes, GenInterpolationPoint_BF.InputTypeArray, GenInterpolationPoint_BF.OutputBfactArray, GenInterpolationPoint_BF.OutputKeyNodes, and GenInterpolationPoint_BF.OutputTypeArray.
Referenced by BFactorRep.CreateBFRep().
|
private |
Definition at line 83 of file GenInterpolationArray_BF.cs.
List<float> GenInterpolationArray_BF.InputBfactArray |
Definition at line 75 of file GenInterpolationArray_BF.cs.
Referenced by BFactorRep.CreateBFRep().
List<float[]> GenInterpolationArray_BF.InputKeyNodes |
Definition at line 72 of file GenInterpolationArray_BF.cs.
Referenced by BFactorRep.CreateBFRep().
List<string> GenInterpolationArray_BF.InputTypeArray |
Definition at line 73 of file GenInterpolationArray_BF.cs.
Referenced by BFactorRep.CreateBFRep().
List<float> GenInterpolationArray_BF.OutputBfactArray |
Definition at line 80 of file GenInterpolationArray_BF.cs.
Referenced by BFactorRep.CreateBFRep().
List<float[]> GenInterpolationArray_BF.OutputKeyNodes |
Definition at line 77 of file GenInterpolationArray_BF.cs.
Referenced by BFactorRep.CreateBFRep().
List<string> GenInterpolationArray_BF.OutputTypeArray |
Definition at line 78 of file GenInterpolationArray_BF.cs.
Referenced by BFactorRep.CreateBFRep().