Beispiel #1
0
 /// <summary>
 /// Set a feature specified by its name.
 /// </summary>
 /// <param name="name">Feature point name (e.g. "7.1").</param>
 /// <param name="fp">The feature point to set.</param>
 public void setFP(String name, FeaturePoint fp);
Beispiel #2
0
 /// <summary>
 /// Set a feature specified by its group and index.
 /// </summary>
 /// <param name="group">Feature point group. Valid range is from 2 to 15.</param>
 /// <param name="n">Feature point index. Valid range is from 1 to the size of particular group. Group sizes can be obtained using groupSize().</param>
 /// <param name="f">The feature point to set.</param>
 public void setFP(int group, int n, FeaturePoint f);