Example #1
0
        public new vtkAbstractInterpolatedVelocityField NewInstance()
        {
            vtkAbstractInterpolatedVelocityField result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkAbstractInterpolatedVelocityField.vtkAbstractInterpolatedVelocityField_NewInstance_17(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkAbstractInterpolatedVelocityField = (vtkAbstractInterpolatedVelocityField)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkAbstractInterpolatedVelocityField.Register(null);
                }
            }
            return(vtkAbstractInterpolatedVelocityField);
        }
Example #3
0
 public void SetInterpolatorPrototype(vtkAbstractInterpolatedVelocityField ivf)
 {
     vtkStreamTracer.vtkStreamTracer_SetInterpolatorPrototype_37(base.GetCppThis(), (ivf == null) ? default(HandleRef) : ivf.GetCppThis());
 }
 public override void CopyParameters(vtkAbstractInterpolatedVelocityField from)
 {
     vtkCellLocatorInterpolatedVelocityField.vtkCellLocatorInterpolatedVelocityField_CopyParameters_02(base.GetCppThis(), (from == null) ? default(HandleRef) : from.GetCppThis());
 }
Example #5
0
 public virtual void CopyParameters(vtkAbstractInterpolatedVelocityField from)
 {
     vtkAbstractInterpolatedVelocityField.vtkAbstractInterpolatedVelocityField_CopyParameters_03(base.GetCppThis(), (from == null) ? default(HandleRef) : from.GetCppThis());
 }