public new vtkDataSetAttributes NewInstance()
        {
            vtkDataSetAttributes result = null;
            uint   mteStatus            = 0u;
            uint   mteIndex             = 4294967295u;
            uint   rawRefCount          = 0u;
            IntPtr intPtr = vtkDataSetAttributes.vtkDataSetAttributes_NewInstance_59(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkDataSetAttributes)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
Пример #2
0
        public override vtkDataSetAttributes GetAttributes(int type)
        {
            vtkDataSetAttributes vtkDataSetAttributes = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkGenericDataSet.vtkGenericDataSet_GetAttributes_06(base.GetCppThis(), type, ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkDataSetAttributes = (vtkDataSetAttributes)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkDataSetAttributes.Register(null);
                }
            }
            return(vtkDataSetAttributes);
        }
Пример #3
0
        public virtual vtkDataSetAttributes GetVertexData()
        {
            vtkDataSetAttributes vtkDataSetAttributes = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkGraph.vtkGraph_GetVertexData_42(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkDataSetAttributes = (vtkDataSetAttributes)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkDataSetAttributes.Register(null);
                }
            }
            return(vtkDataSetAttributes);
        }
        public new static vtkDataSetAttributes SafeDownCast(vtkObjectBase o)
        {
            vtkDataSetAttributes vtkDataSetAttributes = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkDataSetAttributes.vtkDataSetAttributes_SafeDownCast_63((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkDataSetAttributes = (vtkDataSetAttributes)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkDataSetAttributes.Register(null);
                }
            }
            return(vtkDataSetAttributes);
        }
Пример #5
0
 public static void InterpolateEdge(vtkDataSetAttributes attributes, long toId, long fromId1, long fromId2, double t)
 {
     vtkBoxClipDataSet.vtkBoxClipDataSet_InterpolateEdge_23((attributes == null) ? default(HandleRef) : attributes.GetCppThis(), toId, fromId1, fromId2, t);
 }
Пример #6
0
 public virtual void SetSelectionData(vtkDataSetAttributes data)
 {
     vtkSelectionNode.vtkSelectionNode_SetSelectionData_35(base.GetCppThis(), (data == null) ? default(HandleRef) : data.GetCppThis());
 }
 public void InterpolatePoint(vtkDataSetAttributes fromPd, long toId, vtkIdList ids, IntPtr weights)
 {
     vtkDataSetAttributes.vtkDataSetAttributes_InterpolatePoint_53(base.GetCppThis(), (fromPd == null) ? default(HandleRef) : fromPd.GetCppThis(), toId, (ids == null) ? default(HandleRef) : ids.GetCppThis(), weights);
 }
 public void InterpolateTime(vtkDataSetAttributes from1, vtkDataSetAttributes from2, long id, double t)
 {
     vtkDataSetAttributes.vtkDataSetAttributes_InterpolateTime_54(base.GetCppThis(), (from1 == null) ? default(HandleRef) : from1.GetCppThis(), (from2 == null) ? default(HandleRef) : from2.GetCppThis(), id, t);
 }
 public void InterpolateAllocate(vtkDataSetAttributes pd, long sze, long ext, int shallowCopyArrays)
 {
     vtkDataSetAttributes.vtkDataSetAttributes_InterpolateAllocate_51(base.GetCppThis(), (pd == null) ? default(HandleRef) : pd.GetCppThis(), sze, ext, shallowCopyArrays);
 }
 public void InterpolateEdge(vtkDataSetAttributes fromPd, long toId, long p1, long p2, double t)
 {
     vtkDataSetAttributes.vtkDataSetAttributes_InterpolateEdge_52(base.GetCppThis(), (fromPd == null) ? default(HandleRef) : fromPd.GetCppThis(), toId, p1, p2, t);
 }
 public void InterpolateAllocate(vtkDataSetAttributes pd, long sze, long ext)
 {
     vtkDataSetAttributes.vtkDataSetAttributes_InterpolateAllocate_50(base.GetCppThis(), (pd == null) ? default(HandleRef) : pd.GetCppThis(), sze, ext);
 }
 public void CopyStructuredData(vtkDataSetAttributes inDsa, IntPtr inExt, IntPtr outExt)
 {
     vtkDataSetAttributes.vtkDataSetAttributes_CopyStructuredData_14(base.GetCppThis(), (inDsa == null) ? default(HandleRef) : inDsa.GetCppThis(), inExt, outExt);
 }
 public void CopyData(vtkDataSetAttributes fromPd, long fromId, long toId)
 {
     vtkDataSetAttributes.vtkDataSetAttributes_CopyData_05(base.GetCppThis(), (fromPd == null) ? default(HandleRef) : fromPd.GetCppThis(), fromId, toId);
 }
 public void CopyAllocate(vtkDataSetAttributes pd, long sze, long ext)
 {
     vtkDataSetAttributes.vtkDataSetAttributes_CopyAllocate_03(base.GetCppThis(), (pd == null) ? default(HandleRef) : pd.GetCppThis(), sze, ext);
 }
Пример #15
0
 public virtual void SetRowData(vtkDataSetAttributes data)
 {
     vtkTable.vtkTable_SetRowData_31(base.GetCppThis(), (data == null) ? default(HandleRef) : data.GetCppThis());
 }