Exemplo n.º 1
0
		public new vtkGraphLayoutStrategy NewInstance()
		{
			vtkGraphLayoutStrategy result = null;
			uint mteStatus = 0u;
			uint mteIndex = 4294967295u;
			uint rawRefCount = 0u;
			IntPtr intPtr = vtkGraphLayoutStrategy.vtkGraphLayoutStrategy_NewInstance_08(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);
			if (IntPtr.Zero != intPtr)
			{
				bool flag;
				result = (vtkGraphLayoutStrategy)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
			}
			return result;
		}
Exemplo n.º 2
0
		public new static vtkGraphLayoutStrategy SafeDownCast(vtkObjectBase o)
		{
			vtkGraphLayoutStrategy vtkGraphLayoutStrategy = null;
			uint mteStatus = 0u;
			uint mteIndex = 4294967295u;
			uint rawRefCount = 0u;
			IntPtr intPtr = vtkGraphLayoutStrategy.vtkGraphLayoutStrategy_SafeDownCast_09((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);
			if (IntPtr.Zero != intPtr)
			{
				bool flag;
				vtkGraphLayoutStrategy = (vtkGraphLayoutStrategy)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
				if (flag)
				{
					vtkGraphLayoutStrategy.Register(null);
				}
			}
			return vtkGraphLayoutStrategy;
		}
Exemplo n.º 3
0
        public vtkGraphLayoutStrategy GetLayoutStrategy()
        {
            vtkGraphLayoutStrategy vtkGraphLayoutStrategy = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkGraphLayoutView.vtkGraphLayoutView_GetLayoutStrategy_33(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkGraphLayoutStrategy = (vtkGraphLayoutStrategy)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkGraphLayoutStrategy.Register(null);
                }
            }
            return(vtkGraphLayoutStrategy);
        }
Exemplo n.º 4
0
 public void SetLayoutStrategy(vtkGraphLayoutStrategy s)
 {
     vtkGraphLayoutView.vtkGraphLayoutView_SetLayoutStrategy_80(base.GetCppThis(), (s == null) ? default(HandleRef) : s.GetCppThis());
 }
Exemplo n.º 5
0
 public void SetLayoutStrategy(vtkGraphLayoutStrategy strategy)
 {
     vtkGraphLayout.vtkGraphLayout_SetLayoutStrategy_12(base.GetCppThis(), (strategy == null) ? default(HandleRef) : strategy.GetCppThis());
 }