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

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkGenericAttribute = (vtkGenericAttribute)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkGenericAttribute.Register(null);
                }
            }
            return(vtkGenericAttribute);
        }
        public vtkGenericAttribute GetAttribute(int i)
        {
            vtkGenericAttribute vtkGenericAttribute = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkGenericAttributeCollection.vtkGenericAttributeCollection_GetAttribute_06(base.GetCppThis(), i, ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkGenericAttribute = (vtkGenericAttribute)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkGenericAttribute.Register(null);
                }
            }
            return(vtkGenericAttribute);
        }
 public virtual void DeepCopy(vtkGenericAttribute other)
 {
     vtkGenericAttribute.vtkGenericAttribute_DeepCopy_01(base.GetCppThis(), (other == null) ? default(HandleRef) : other.GetCppThis());
 }
 public virtual void ShallowCopy(vtkGenericAttribute other)
 {
     vtkGenericAttribute.vtkGenericAttribute_ShallowCopy_24(base.GetCppThis(), (other == null) ? default(HandleRef) : other.GetCppThis());
 }
Example #6
0
 public virtual int GetAttributeOrder(vtkGenericAttribute a)
 {
     return(vtkGenericAdaptorCell.vtkGenericAdaptorCell_GetAttributeOrder_09(base.GetCppThis(), (a == null) ? default(HandleRef) : a.GetCppThis()));
 }
Example #7
0
 public virtual void Derivatives(int subId, IntPtr pcoords, vtkGenericAttribute attribute, IntPtr derivs)
 {
     vtkGenericAdaptorCell.vtkGenericAdaptorCell_Derivatives_05(base.GetCppThis(), subId, pcoords, (attribute == null) ? default(HandleRef) : attribute.GetCppThis(), derivs);
 }
Example #8
0
 public int IsAttributeLinear(vtkGenericAttribute a)
 {
     return(vtkGenericAdaptorCell.vtkGenericAdaptorCell_IsAttributeLinear_35(base.GetCppThis(), (a == null) ? default(HandleRef) : a.GetCppThis()));
 }
Example #9
0
 public virtual void InterpolateTuple(vtkGenericAttribute a, IntPtr pcoords, IntPtr val)
 {
     vtkGenericAdaptorCell.vtkGenericAdaptorCell_InterpolateTuple_31(base.GetCppThis(), (a == null) ? default(HandleRef) : a.GetCppThis(), pcoords, val);
 }
 public void InsertNextAttribute(vtkGenericAttribute a)
 {
     vtkGenericAttributeCollection.vtkGenericAttributeCollection_InsertNextAttribute_17(base.GetCppThis(), (a == null) ? default(HandleRef) : a.GetCppThis());
 }