public void SetTexture(vtkTexture texture) { vtkGeoImageNode.vtkGeoImageNode_SetTexture_16(base.GetCppThis(), (texture == null) ? default(HandleRef) : texture.GetCppThis()); }
public virtual void SetIconTexture(vtkTexture texture) { vtkRenderView.vtkRenderView_SetIconTexture_35(base.GetCppThis(), (texture == null) ? default(HandleRef) : texture.GetCppThis()); }
public void SetLODTexture(int id, vtkTexture t) { vtkLODProp3D.vtkLODProp3D_SetLODTexture_59(base.GetCppThis(), id, (t == null) ? default(HandleRef) : t.GetCppThis()); }
public int AddLOD(vtkMapper m, vtkProperty p, vtkTexture t, double time) { return(vtkLODProp3D.vtkLODProp3D_AddLOD_03(base.GetCppThis(), (m == null) ? default(HandleRef) : m.GetCppThis(), (p == null) ? default(HandleRef) : p.GetCppThis(), (t == null) ? default(HandleRef) : t.GetCppThis(), time)); }
public void SetIconTexture(vtkTexture texture) { vtkGraphMapper.vtkGraphMapper_SetIconTexture_60(base.GetCppThis(), (texture == null) ? default(HandleRef) : texture.GetCppThis()); }
public virtual void SetTexture(vtkTexture texture) { vtkTexturedActor2D.vtkTexturedActor2D_SetTexture_12(base.GetCppThis(), (texture == null) ? default(HandleRef) : texture.GetCppThis()); }
public void SetTexture(int unit, vtkTexture texture) { vtkProperty.vtkProperty_SetTexture_127(base.GetCppThis(), unit, (texture == null) ? default(HandleRef) : texture.GetCppThis()); }
public void SetTexture(string name, vtkTexture texture) { vtkProperty.vtkProperty_SetTexture_126(base.GetCppThis(), name, (texture == null) ? default(HandleRef) : texture.GetCppThis()); }
public virtual void SetTexture(vtkTexture arg0) { vtkActor.vtkActor_SetTexture_26(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis()); }