Example #1
0
        public new static vtkProjectedTetrahedraMapper New()
        {
            vtkProjectedTetrahedraMapper result = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkProjectedTetrahedraMapper.vtkProjectedTetrahedraMapper_New(ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkProjectedTetrahedraMapper = (vtkProjectedTetrahedraMapper)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkProjectedTetrahedraMapper.Register(null);
                }
            }
            return(vtkProjectedTetrahedraMapper);
        }