// java wrapper for vtkLightingMapPass object // package vtk; import vtk.*; public class vtkLightingMapPass extends vtkDefaultPass { private native int IsTypeOf_0(String id0); public int IsTypeOf(String id0) { return IsTypeOf_0(id0); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void SetRenderType_2(int id0); public void SetRenderType(int id0) { SetRenderType_2(id0); } private native int GetRenderType_3(); public int GetRenderType() { return GetRenderType_3(); } private native long RENDER_LUMINANCE_4(); public vtkInformationIntegerKey RENDER_LUMINANCE() { long temp = RENDER_LUMINANCE_4(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long RENDER_NORMALS_5(); public vtkInformationIntegerKey RENDER_NORMALS() { long temp = RENDER_NORMALS_5(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkLightingMapPass() { super(); } public vtkLightingMapPass(long id) { super(id); } public native long VTKInit(); }