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

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkContourRepresentation = (vtkContourRepresentation)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkContourRepresentation.Register(null);
                }
            }
            return(vtkContourRepresentation);
        }
Ejemplo n.º 3
0
        public vtkContourRepresentation GetContourRepresentation()
        {
            vtkContourRepresentation vtkContourRepresentation = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkContourWidget.vtkContourWidget_GetContourRepresentation_11(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkContourRepresentation = (vtkContourRepresentation)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkContourRepresentation.Register(null);
                }
            }
            return(vtkContourRepresentation);
        }
 public override int InterpolateLine(vtkRenderer ren, vtkContourRepresentation rep, int idx1, int idx2)
 {
     return(vtkLinearContourLineInterpolator.vtkLinearContourLineInterpolator_InterpolateLine_01(base.GetCppThis(), (ren == null) ? default(HandleRef) : ren.GetCppThis(), (rep == null) ? default(HandleRef) : rep.GetCppThis(), idx1, idx2));
 }
Ejemplo n.º 5
0
 public void SetRepresentation(vtkContourRepresentation r)
 {
     vtkContourWidget.vtkContourWidget_SetRepresentation_25(base.GetCppThis(), (r == null) ? default(HandleRef) : r.GetCppThis());
 }
Ejemplo n.º 6
0
 public override int UpdateNode(vtkRenderer arg0, vtkContourRepresentation arg1, IntPtr arg2, int arg3)
 {
     return(vtkPolyDataContourLineInterpolator.vtkPolyDataContourLineInterpolator_UpdateNode_07(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis(), (arg1 == null) ? default(HandleRef) : arg1.GetCppThis(), arg2, arg3));
 }
 public override void GetSpan(int nodeIndex, vtkIntArray nodeIndices, vtkContourRepresentation rep)
 {
     vtkBezierContourLineInterpolator.vtkBezierContourLineInterpolator_GetSpan_07(base.GetCppThis(), nodeIndex, (nodeIndices == null) ? default(HandleRef) : nodeIndices.GetCppThis(), (rep == null) ? default(HandleRef) : rep.GetCppThis());
 }