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

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkTensorProbeRepresentation = (vtkTensorProbeRepresentation)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkTensorProbeRepresentation.Register(null);
                }
            }
            return(vtkTensorProbeRepresentation);
        }
        public vtkTensorProbeRepresentation GetTensorProbeRepresentation()
        {
            vtkTensorProbeRepresentation vtkTensorProbeRepresentation = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkTensorProbeWidget.vtkTensorProbeWidget_GetTensorProbeRepresentation_02(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkTensorProbeRepresentation = (vtkTensorProbeRepresentation)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkTensorProbeRepresentation.Register(null);
                }
            }
            return(vtkTensorProbeRepresentation);
        }
 public void SetRepresentation(vtkTensorProbeRepresentation r)
 {
     vtkTensorProbeWidget.vtkTensorProbeWidget_SetRepresentation_08(base.GetCppThis(), (r == null) ? default(HandleRef) : r.GetCppThis());
 }