コード例 #1
0
        public new vtkXMLUnstructuredDataReader NewInstance()
        {
            vtkXMLUnstructuredDataReader result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader_NewInstance_06(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkXMLUnstructuredDataReader)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
コード例 #2
0
        public new static vtkXMLUnstructuredDataReader SafeDownCast(vtkObjectBase o)
        {
            vtkXMLUnstructuredDataReader vtkXMLUnstructuredDataReader = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkXMLUnstructuredDataReader.vtkXMLUnstructuredDataReader_SafeDownCast_07((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkXMLUnstructuredDataReader = (vtkXMLUnstructuredDataReader)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkXMLUnstructuredDataReader.Register(null);
                }
            }
            return(vtkXMLUnstructuredDataReader);
        }