예제 #1
0
 public int Get_VG_Domain()
 {
     if ((pprops == null))
     {
         pprops = new Pach_Properties();
     }
     return(pprops.VG_Domain());
 }
예제 #2
0
 public bool Save_Results()
 {
     if ((pprops == null))
     {
         pprops = new Pach_Properties();
     }
     return(pprops.SaveResults());
 }
예제 #3
0
 public string Get_MatLib_Path()
 {
     if ((pprops == null))
     {
         pprops = new Pach_Properties();
     }
     return(pprops.Lib_Path());
 }
예제 #4
0
 public int Get_Oct_Depth()
 {
     if ((pprops == null))
     {
         pprops = new Pach_Properties();
     }
     return(pprops.Oct_Depth());
 }
예제 #5
0
 public int Get_SP_Spec()
 {
     if ((pprops == null))
     {
         pprops = new Pach_Properties();
     }
     return(pprops.SP_Spec());
 }
예제 #6
0
 public int Get_Geometry_Spec()
 {
     if ((pprops == null))
     {
         pprops = new Pach_Properties();
     }
     return(pprops.Geometry_Spec());
 }
예제 #7
0
 public int Get_Processor_Spec()
 {
     if ((pprops == null))
     {
         pprops = new Pach_Properties();
     }
     return(pprops.ProcessorCount());
 }
예제 #8
0
 public PachydermAc_PlugIn()
 {
     new SourceConduit();
     new ReceiverConduit();
     new CellConduit();
     Pach_Props = Pach_Properties.Instance;
     Audio.Pach_SP.Initialize_FFTW();
     System.AppDomain.CurrentDomain.AssemblyResolve += GetAssemblies;
     Instance = this;
 }
 public bool Save_Results()
 {
     if ((pprops == null)) pprops = new Pach_Properties();
     return pprops.SaveResults();
 }
 public int Get_VG_Domain()
 {
     if ((pprops == null)) pprops = new Pach_Properties();
     return pprops.VG_Domain();
 }
 public string Get_MatLib_Path()
 {
     if ((pprops == null)) pprops = new Pach_Properties();
     return pprops.Lib_Path();
 }
 public int Get_Oct_Depth()
 {
     if ((pprops == null)) pprops = new Pach_Properties();
     return pprops.Oct_Depth();
 }
 public int Get_SP_Spec()
 {
     if ((pprops == null)) pprops = new Pach_Properties();
     return pprops.SP_Spec();
 }
 public int Get_Geometry_Spec()
 {
     if ((pprops == null)) pprops = new Pach_Properties();
     return pprops.Geometry_Spec();
 }
 public int Get_Processor_Spec()
 {
     if ((pprops == null)) pprops = new Pach_Properties();
     return pprops.ProcessorCount();
 }