void InportPrimaryVector( std::vector<PrimaryVector*> &vPrmVec );
 internal target(std std, string name)
 {
     this.std  = std;
     this.name = name;
     std.print("Initilized!");
 }
Example #3
0
 public Corner(int center) => Copy(std[center]);
Example #4
0
 public Enkidu(Form ui)
 {
     ui_form = (Form1)ui;
     s       = new std();
 }
Example #5
0
 public Edge(int center) => Copy(std[center]);