Esempio n. 1
0
        public new vtkCubeAxesActor NewInstance()
        {
            vtkCubeAxesActor result      = null;
            uint             mteStatus   = 0u;
            uint             mteIndex    = 4294967295u;
            uint             rawRefCount = 0u;
            IntPtr           intPtr      = vtkCubeAxesActor.vtkCubeAxesActor_NewInstance_57(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkCubeAxesActor = (vtkCubeAxesActor)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkCubeAxesActor.Register(null);
                }
            }
            return(vtkCubeAxesActor);
        }
Esempio n. 3
0
 public void ShallowCopy(vtkCubeAxesActor actor)
 {
     vtkCubeAxesActor.vtkCubeAxesActor_ShallowCopy_108(base.GetCppThis(), (actor == null) ? default(HandleRef) : actor.GetCppThis());
 }