Пример #1
0
        public new vtkAbstractMapper NewInstance()
        {
            vtkAbstractMapper result = null;
            uint   mteStatus         = 0u;
            uint   mteIndex          = 4294967295u;
            uint   rawRefCount       = 0u;
            IntPtr intPtr            = vtkAbstractMapper.vtkAbstractMapper_NewInstance_08(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkAbstractMapper)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
Пример #2
0
        public new static vtkAbstractMapper SafeDownCast(vtkObjectBase o)
        {
            vtkAbstractMapper vtkAbstractMapper = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkAbstractMapper.vtkAbstractMapper_SafeDownCast_12((o == null) ? default(HandleRef) : o.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkAbstractMapper = (vtkAbstractMapper)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkAbstractMapper.Register(null);
                }
            }
            return(vtkAbstractMapper);
        }
 public new void ShallowCopy(vtkAbstractMapper m)
 {
     vtkPolyDataMapper2D.vtkPolyDataMapper2D_ShallowCopy_43(base.GetCppThis(), (m == null) ? default(HandleRef) : m.GetCppThis());
 }
Пример #4
0
 public new void ShallowCopy(vtkAbstractMapper m)
 {
     vtkMapper.vtkMapper_ShallowCopy_86(base.GetCppThis(), (m == null) ? default(HandleRef) : m.GetCppThis());
 }