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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                result = (vtkUnstructuredGridVolumeRayIntegrator)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
            }
            return(result);
        }
Beispiel #2
0
        public virtual vtkUnstructuredGridVolumeRayIntegrator GetRayIntegrator()
        {
            vtkUnstructuredGridVolumeRayIntegrator vtkUnstructuredGridVolumeRayIntegrator = null;
            uint   mteStatus   = 0u;
            uint   mteIndex    = 4294967295u;
            uint   rawRefCount = 0u;
            IntPtr intPtr      = vtkUnstructuredGridVolumeRayCastMapper.vtkUnstructuredGridVolumeRayCastMapper_GetRayIntegrator_27(base.GetCppThis(), ref mteStatus, ref mteIndex, ref rawRefCount);

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

            if (IntPtr.Zero != intPtr)
            {
                bool flag;
                vtkUnstructuredGridVolumeRayIntegrator = (vtkUnstructuredGridVolumeRayIntegrator)Methods.CreateWrappedObject(mteStatus, mteIndex, rawRefCount, intPtr, true, out flag);
                if (flag)
                {
                    vtkUnstructuredGridVolumeRayIntegrator.Register(null);
                }
            }
            return(vtkUnstructuredGridVolumeRayIntegrator);
        }
Beispiel #4
0
 public virtual void SetRayIntegrator(vtkUnstructuredGridVolumeRayIntegrator ri)
 {
     vtkUnstructuredGridVolumeRayCastMapper.vtkUnstructuredGridVolumeRayCastMapper_SetRayIntegrator_44(base.GetCppThis(), (ri == null) ? default(HandleRef) : ri.GetCppThis());
 }
Beispiel #5
0
 public virtual void SetIntegrator(vtkUnstructuredGridVolumeRayIntegrator arg0)
 {
     vtkUnstructuredGridPreIntegration.vtkUnstructuredGridPreIntegration_SetIntegrator_23(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis());
 }