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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkContourLineInterpolator)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
        public virtual vtkContourLineInterpolator GetLineInterpolator()
        {
            vtkContourLineInterpolator vtkContourLineInterpolator = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkContourRepresentation.vtkContourRepresentation_GetLineInterpolator_28(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkContourLineInterpolator = (vtkContourLineInterpolator)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkContourLineInterpolator.Register(null);
                }
            }
            return(vtkContourLineInterpolator);
        }
 public void SetLineInterpolator(vtkContourLineInterpolator arg0)
 {
     vtkContourRepresentation.vtkContourRepresentation_SetLineInterpolator_64(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }