// java wrapper for vtkMoleculeMapper object // package vtk; import vtk.*; public class vtkMoleculeMapper extends vtkMapper { 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 SetInputData_2(vtkMolecule id0); public void SetInputData(vtkMolecule id0) { SetInputData_2(id0); } private native long GetInput_3(); public vtkMolecule GetInput() { long temp = GetInput_3(); if (temp == 0) return null; return (vtkMolecule)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void UseBallAndStickSettings_4(); public void UseBallAndStickSettings() { UseBallAndStickSettings_4(); } private native void UseVDWSpheresSettings_5(); public void UseVDWSpheresSettings() { UseVDWSpheresSettings_5(); } private native void UseLiquoriceStickSettings_6(); public void UseLiquoriceStickSettings() { UseLiquoriceStickSettings_6(); } private native void UseFastSettings_7(); public void UseFastSettings() { UseFastSettings_7(); } private native boolean GetRenderAtoms_8(); public boolean GetRenderAtoms() { return GetRenderAtoms_8(); } private native void SetRenderAtoms_9(boolean id0); public void SetRenderAtoms(boolean id0) { SetRenderAtoms_9(id0); } private native void RenderAtomsOn_10(); public void RenderAtomsOn() { RenderAtomsOn_10(); } private native void RenderAtomsOff_11(); public void RenderAtomsOff() { RenderAtomsOff_11(); } private native boolean GetRenderBonds_12(); public boolean GetRenderBonds() { return GetRenderBonds_12(); } private native void SetRenderBonds_13(boolean id0); public void SetRenderBonds(boolean id0) { SetRenderBonds_13(id0); } private native void RenderBondsOn_14(); public void RenderBondsOn() { RenderBondsOn_14(); } private native void RenderBondsOff_15(); public void RenderBondsOff() { RenderBondsOff_15(); } private native boolean GetRenderLattice_16(); public boolean GetRenderLattice() { return GetRenderLattice_16(); } private native void SetRenderLattice_17(boolean id0); public void SetRenderLattice(boolean id0) { SetRenderLattice_17(id0); } private native void RenderLatticeOn_18(); public void RenderLatticeOn() { RenderLatticeOn_18(); } private native void RenderLatticeOff_19(); public void RenderLatticeOff() { RenderLatticeOff_19(); } private native int GetAtomicRadiusType_20(); public int GetAtomicRadiusType() { return GetAtomicRadiusType_20(); } private native void SetAtomicRadiusType_21(int id0); public void SetAtomicRadiusType(int id0) { SetAtomicRadiusType_21(id0); } private native String GetAtomicRadiusTypeAsString_22(); public String GetAtomicRadiusTypeAsString() { return GetAtomicRadiusTypeAsString_22(); } private native void SetAtomicRadiusTypeToCovalentRadius_23(); public void SetAtomicRadiusTypeToCovalentRadius() { SetAtomicRadiusTypeToCovalentRadius_23(); } private native void SetAtomicRadiusTypeToVDWRadius_24(); public void SetAtomicRadiusTypeToVDWRadius() { SetAtomicRadiusTypeToVDWRadius_24(); } private native void SetAtomicRadiusTypeToUnitRadius_25(); public void SetAtomicRadiusTypeToUnitRadius() { SetAtomicRadiusTypeToUnitRadius_25(); } private native void SetAtomicRadiusTypeToCustomArrayRadius_26(); public void SetAtomicRadiusTypeToCustomArrayRadius() { SetAtomicRadiusTypeToCustomArrayRadius_26(); } private native double GetAtomicRadiusScaleFactor_27(); public double GetAtomicRadiusScaleFactor() { return GetAtomicRadiusScaleFactor_27(); } private native void SetAtomicRadiusScaleFactor_28(double id0); public void SetAtomicRadiusScaleFactor(double id0) { SetAtomicRadiusScaleFactor_28(id0); } private native boolean GetUseMultiCylindersForBonds_29(); public boolean GetUseMultiCylindersForBonds() { return GetUseMultiCylindersForBonds_29(); } private native void SetUseMultiCylindersForBonds_30(boolean id0); public void SetUseMultiCylindersForBonds(boolean id0) { SetUseMultiCylindersForBonds_30(id0); } private native void UseMultiCylindersForBondsOn_31(); public void UseMultiCylindersForBondsOn() { UseMultiCylindersForBondsOn_31(); } private native void UseMultiCylindersForBondsOff_32(); public void UseMultiCylindersForBondsOff() { UseMultiCylindersForBondsOff_32(); } private native int GetBondColorMode_33(); public int GetBondColorMode() { return GetBondColorMode_33(); } private native void SetBondColorMode_34(int id0); public void SetBondColorMode(int id0) { SetBondColorMode_34(id0); } private native String GetBondColorModeAsString_35(); public String GetBondColorModeAsString() { return GetBondColorModeAsString_35(); } private native void SetBondColorModeToSingleColor_36(); public void SetBondColorModeToSingleColor() { SetBondColorModeToSingleColor_36(); } private native void SetBondColorModeToDiscreteByAtom_37(); public void SetBondColorModeToDiscreteByAtom() { SetBondColorModeToDiscreteByAtom_37(); } private native byte[] GetBondColor_38(); public byte[] GetBondColor() { return GetBondColor_38(); } private native void SetBondColor_39(char id0,char id1,char id2); public void SetBondColor(char id0,char id1,char id2) { SetBondColor_39(id0,id1,id2); } private native double GetBondRadius_40(); public double GetBondRadius() { return GetBondRadius_40(); } private native void SetBondRadius_41(double id0); public void SetBondRadius(double id0) { SetBondRadius_41(id0); } private native byte[] GetLatticeColor_42(); public byte[] GetLatticeColor() { return GetLatticeColor_42(); } private native void SetLatticeColor_43(char id0,char id1,char id2); public void SetLatticeColor(char id0,char id1,char id2) { SetLatticeColor_43(id0,id1,id2); } private native void GetSelectedAtomsAndBonds_44(vtkSelection id0,vtkIdTypeArray id1,vtkIdTypeArray id2); public void GetSelectedAtomsAndBonds(vtkSelection id0,vtkIdTypeArray id1,vtkIdTypeArray id2) { GetSelectedAtomsAndBonds_44(id0,id1,id2); } private native void GetSelectedAtoms_45(vtkSelection id0,vtkIdTypeArray id1); public void GetSelectedAtoms(vtkSelection id0,vtkIdTypeArray id1) { GetSelectedAtoms_45(id0,id1); } private native void GetSelectedBonds_46(vtkSelection id0,vtkIdTypeArray id1); public void GetSelectedBonds(vtkSelection id0,vtkIdTypeArray id1) { GetSelectedBonds_46(id0,id1); } private native void Render_47(vtkRenderer id0,vtkActor id1); public void Render(vtkRenderer id0,vtkActor id1) { Render_47(id0,id1); } private native void ReleaseGraphicsResources_48(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_48(id0); } private native void GetBounds_49(double id0[]); public void GetBounds(double id0[]) { GetBounds_49(id0); } private native int FillInputPortInformation_50(int id0,vtkInformation id1); public int FillInputPortInformation(int id0,vtkInformation id1) { return FillInputPortInformation_50(id0,id1); } private native boolean GetSupportsSelection_51(); public boolean GetSupportsSelection() { return GetSupportsSelection_51(); } private native String GetAtomicRadiusArrayName_52(); public String GetAtomicRadiusArrayName() { return GetAtomicRadiusArrayName_52(); } private native void SetAtomicRadiusArrayName_53(String id0); public void SetAtomicRadiusArrayName(String id0) { SetAtomicRadiusArrayName_53(id0); } public vtkMoleculeMapper() { super(); } public vtkMoleculeMapper(long id) { super(id); } public native long VTKInit(); }