示例#1
0
 public SWIGTYPE_p_Filename GetFilename(int id) {
   SWIGTYPE_p_Filename ret = new SWIGTYPE_p_Filename(C4dApiPINVOKE.BaseContainer_GetFilename__SWIG_1(swigCPtr, id), true);
   return ret;
 }
示例#2
0
 public SWIGTYPE_p_Filename GetFilename() {
   SWIGTYPE_p_Filename ret = new SWIGTYPE_p_Filename(C4dApiPINVOKE.GeData_GetFilename(swigCPtr), false);
   return ret;
 }
示例#3
0
 public GeData(SWIGTYPE_p_Filename n) : this(C4dApiPINVOKE.new_GeData__SWIG_11(SWIGTYPE_p_Filename.getCPtr(n)), true) {
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
示例#4
0
 public bool BmIdentify(SWIGTYPE_p_Filename name, SWIGTYPE_p_UCHAR probe, int size) {
   bool ret = C4dApiPINVOKE.BitmapLoaderPlugin_BmIdentify(swigCPtr, SWIGTYPE_p_Filename.getCPtr(name), SWIGTYPE_p_UCHAR.getCPtr(probe), size);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#5
0
 public bool BmGetInformation(SWIGTYPE_p_Filename name, SWIGTYPE_p_LONG frames, SWIGTYPE_p_Real fps) {
   bool ret = C4dApiPINVOKE.BitmapLoaderPlugin_BmGetInformation(swigCPtr, SWIGTYPE_p_Filename.getCPtr(name), SWIGTYPE_p_LONG.getCPtr(frames), SWIGTYPE_p_Real.getCPtr(fps));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#6
0
 public IMAGERESULT Init(SWIGTYPE_p_Filename name) {
   IMAGERESULT ret = (IMAGERESULT)C4dApiPINVOKE.BaseBitmap_Init__SWIG_6(swigCPtr, SWIGTYPE_p_Filename.getCPtr(name));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#7
0
 public static IMAGERESULT Init(SWIGTYPE_p_p_BaseBitmap res, SWIGTYPE_p_Filename name, int frame, SWIGTYPE_p_Bool ismovie, SWIGTYPE_p_p_BitmapLoaderPlugin loaderplugin) {
   IMAGERESULT ret = (IMAGERESULT)C4dApiPINVOKE.BaseBitmap_Init__SWIG_0(SWIGTYPE_p_p_BaseBitmap.getCPtr(res), SWIGTYPE_p_Filename.getCPtr(name), frame, SWIGTYPE_p_Bool.getCPtr(ismovie), SWIGTYPE_p_p_BitmapLoaderPlugin.getCPtr(loaderplugin));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#8
0
 public static bool SaveDocument(BaseDocument doc, SWIGTYPE_p_Filename name, SAVEDOCUMENTFLAGS saveflags, int format) {
   bool ret = C4dApiPINVOKE.SaveDocument(BaseDocument.getCPtr(doc), SWIGTYPE_p_Filename.getCPtr(name), (int)saveflags, format);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#9
0
 public static bool ShowBitmap(SWIGTYPE_p_Filename fn) {
   bool ret = C4dApiPINVOKE.ShowBitmap__SWIG_0(SWIGTYPE_p_Filename.getCPtr(fn));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#10
0
 public static BaseDocument LoadDocument(SWIGTYPE_p_Filename name, SCENEFILTER loadflags, BaseThread thread) {
   IntPtr cPtr = C4dApiPINVOKE.LoadDocument(SWIGTYPE_p_Filename.getCPtr(name), (int)loadflags, BaseThread.getCPtr(thread));
   BaseDocument ret = (cPtr == IntPtr.Zero) ? null : new BaseDocument(cPtr, false);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#11
0
 public static bool MergeDocument(BaseDocument doc, SWIGTYPE_p_Filename name, SCENEFILTER loadflags, BaseThread thread) {
   bool ret = C4dApiPINVOKE.MergeDocument(BaseDocument.getCPtr(doc), SWIGTYPE_p_Filename.getCPtr(name), (int)loadflags, BaseThread.getCPtr(thread));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#12
0
 public static bool GeGetMovieInfo(SWIGTYPE_p_Filename fn, SWIGTYPE_p_LONG frames, SWIGTYPE_p_Real fps) {
   bool ret = C4dApiPINVOKE.GeGetMovieInfo(SWIGTYPE_p_Filename.getCPtr(fn), SWIGTYPE_p_LONG.getCPtr(frames), SWIGTYPE_p_Real.getCPtr(fps));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#13
0
 public static bool LoadFile(SWIGTYPE_p_Filename name) {
   bool ret = C4dApiPINVOKE.LoadFile(SWIGTYPE_p_Filename.getCPtr(name));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#14
0
 public void SetFilename(int id, SWIGTYPE_p_Filename f) {
   C4dApiPINVOKE.BaseContainer_SetFilename(swigCPtr, id, SWIGTYPE_p_Filename.getCPtr(f));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
示例#15
0
 public static bool SaveShortcutSet(SWIGTYPE_p_Filename fn) {
   bool ret = C4dApiPINVOKE.SaveShortcutSet(SWIGTYPE_p_Filename.getCPtr(fn));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#16
0
 public static SWIGTYPE_p_Filename GetGlobalTexturePath(int i) {
   SWIGTYPE_p_Filename ret = new SWIGTYPE_p_Filename(C4dApiPINVOKE.GetGlobalTexturePath(i), true);
   return ret;
 }
示例#17
0
 public bool WriteProfileToFile(SWIGTYPE_p_Filename fn) {
   bool ret = C4dApiPINVOKE.ColorProfile_WriteProfileToFile(swigCPtr, SWIGTYPE_p_Filename.getCPtr(fn));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#18
0
 public static void SetGlobalTexturePath(int i, SWIGTYPE_p_Filename fn) {
   C4dApiPINVOKE.SetGlobalTexturePath(i, SWIGTYPE_p_Filename.getCPtr(fn));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
示例#19
0
 public IMAGERESULT Save(SWIGTYPE_p_Filename name, int format, BaseContainer data, SAVEBIT savebits) {
   IMAGERESULT ret = (IMAGERESULT)C4dApiPINVOKE.BaseBitmap_Save(swigCPtr, SWIGTYPE_p_Filename.getCPtr(name), format, BaseContainer.getCPtr(data), (int)savebits);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#20
0
 public static bool GenerateTexturePath(SWIGTYPE_p_Filename docpath, SWIGTYPE_p_Filename srcname, SWIGTYPE_p_Filename suggestedfolder, SWIGTYPE_p_Filename dstname) {
   bool ret = C4dApiPINVOKE.GenerateTexturePath(SWIGTYPE_p_Filename.getCPtr(docpath), SWIGTYPE_p_Filename.getCPtr(srcname), SWIGTYPE_p_Filename.getCPtr(suggestedfolder), SWIGTYPE_p_Filename.getCPtr(dstname));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#21
0
 public static IMAGERESULT Init(SWIGTYPE_p_p_BaseBitmap res, SWIGTYPE_p_Filename name, int frame) {
   IMAGERESULT ret = (IMAGERESULT)C4dApiPINVOKE.BaseBitmap_Init__SWIG_2(SWIGTYPE_p_p_BaseBitmap.getCPtr(res), SWIGTYPE_p_Filename.getCPtr(name), frame);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#22
0
 public static bool IsInSearchPath(SWIGTYPE_p_Filename texfilename, SWIGTYPE_p_Filename docpath) {
   bool ret = C4dApiPINVOKE.IsInSearchPath(SWIGTYPE_p_Filename.getCPtr(texfilename), SWIGTYPE_p_Filename.getCPtr(docpath));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#23
0
 public IMAGERESULT BmLoad(SWIGTYPE_p_Filename name, BaseBitmap bm, int frame) {
   IMAGERESULT ret = (IMAGERESULT)C4dApiPINVOKE.BitmapLoaderPlugin_BmLoad(swigCPtr, SWIGTYPE_p_Filename.getCPtr(name), BaseBitmap.getCPtr(bm), frame);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#24
0
 public static void FlushTexture(SWIGTYPE_p_Filename docpath, string /* constString&_cstype */ name, SWIGTYPE_p_Filename suggestedfolder) {
   C4dApiPINVOKE.FlushTexture(SWIGTYPE_p_Filename.getCPtr(docpath), name, SWIGTYPE_p_Filename.getCPtr(suggestedfolder));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
示例#25
0
 public IMAGERESULT Open(SWIGTYPE_p_Filename fn) {
   IMAGERESULT ret = (IMAGERESULT)C4dApiPINVOKE.MovieLoader_Open(swigCPtr, SWIGTYPE_p_Filename.getCPtr(fn));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#26
0
 public static IDENTIFYFILE GeIdentifyFile(SWIGTYPE_p_Filename name, SWIGTYPE_p_UCHAR probe, int probesize, IDENTIFYFILE recognition, SWIGTYPE_p_p_BasePlugin bp) {
   IDENTIFYFILE ret = (IDENTIFYFILE)C4dApiPINVOKE.GeIdentifyFile(SWIGTYPE_p_Filename.getCPtr(name), SWIGTYPE_p_UCHAR.getCPtr(probe), probesize, (int)recognition, SWIGTYPE_p_p_BasePlugin.getCPtr(bp));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#27
0
 public void SetFilename(SWIGTYPE_p_Filename v) {
   C4dApiPINVOKE.GeData_SetFilename(swigCPtr, SWIGTYPE_p_Filename.getCPtr(v));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
示例#28
0
 public static bool SendMail(string /* constString&_cstype */ t_subject, SWIGTYPE_p_String t_to, SWIGTYPE_p_String t_cc, SWIGTYPE_p_String t_bcc, SWIGTYPE_p_Filename t_attachments, string /* constString&_cstype */ t_body, int flags) {
   bool ret = C4dApiPINVOKE.SendMail(t_subject, SWIGTYPE_p_String.getCPtr(t_to), SWIGTYPE_p_String.getCPtr(t_cc), SWIGTYPE_p_String.getCPtr(t_bcc), SWIGTYPE_p_Filename.getCPtr(t_attachments), t_body, flags);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#29
0
 public IMAGERESULT BmOpen(SWIGTYPE_p_p_PluginMovieData md, SWIGTYPE_p_Filename name, BaseBitmap bm, BaseContainer data, SAVEBIT savebits, int fps) {
   IMAGERESULT ret = (IMAGERESULT)C4dApiPINVOKE.BitmapSaverPlugin_BmOpen(swigCPtr, SWIGTYPE_p_p_PluginMovieData.getCPtr(md), SWIGTYPE_p_Filename.getCPtr(name), BaseBitmap.getCPtr(bm), BaseContainer.getCPtr(data), (int)savebits, fps);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#30
0
   } /* </String_csout> */ 

  public SWIGTYPE_p_Filename GetFilename(int id, SWIGTYPE_p_Filename preset) {
    SWIGTYPE_p_Filename ret = new SWIGTYPE_p_Filename(C4dApiPINVOKE.BaseContainer_GetFilename__SWIG_0(swigCPtr, id, SWIGTYPE_p_Filename.getCPtr(preset)), true);
    if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }