// java wrapper for vtkRandomAttributeGenerator object // package vtk; import vtk.*; public class vtkRandomAttributeGenerator extends vtkPassInputTypeAlgorithm { 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 SetDataType_2(int id0); public void SetDataType(int id0) { SetDataType_2(id0); } private native void SetDataTypeToBit_3(); public void SetDataTypeToBit() { SetDataTypeToBit_3(); } private native void SetDataTypeToChar_4(); public void SetDataTypeToChar() { SetDataTypeToChar_4(); } private native void SetDataTypeToUnsignedChar_5(); public void SetDataTypeToUnsignedChar() { SetDataTypeToUnsignedChar_5(); } private native void SetDataTypeToShort_6(); public void SetDataTypeToShort() { SetDataTypeToShort_6(); } private native void SetDataTypeToUnsignedShort_7(); public void SetDataTypeToUnsignedShort() { SetDataTypeToUnsignedShort_7(); } private native void SetDataTypeToInt_8(); public void SetDataTypeToInt() { SetDataTypeToInt_8(); } private native void SetDataTypeToUnsignedInt_9(); public void SetDataTypeToUnsignedInt() { SetDataTypeToUnsignedInt_9(); } private native void SetDataTypeToLong_10(); public void SetDataTypeToLong() { SetDataTypeToLong_10(); } private native void SetDataTypeToLongLong_11(); public void SetDataTypeToLongLong() { SetDataTypeToLongLong_11(); } private native void SetDataTypeToUnsignedLong_12(); public void SetDataTypeToUnsignedLong() { SetDataTypeToUnsignedLong_12(); } private native void SetDataTypeToUnsignedLongLong_13(); public void SetDataTypeToUnsignedLongLong() { SetDataTypeToUnsignedLongLong_13(); } private native void SetDataTypeToIdType_14(); public void SetDataTypeToIdType() { SetDataTypeToIdType_14(); } private native void SetDataTypeToFloat_15(); public void SetDataTypeToFloat() { SetDataTypeToFloat_15(); } private native void SetDataTypeToDouble_16(); public void SetDataTypeToDouble() { SetDataTypeToDouble_16(); } private native int GetDataType_17(); public int GetDataType() { return GetDataType_17(); } private native void SetNumberOfComponents_18(int id0); public void SetNumberOfComponents(int id0) { SetNumberOfComponents_18(id0); } private native int GetNumberOfComponentsMinValue_19(); public int GetNumberOfComponentsMinValue() { return GetNumberOfComponentsMinValue_19(); } private native int GetNumberOfComponentsMaxValue_20(); public int GetNumberOfComponentsMaxValue() { return GetNumberOfComponentsMaxValue_20(); } private native int GetNumberOfComponents_21(); public int GetNumberOfComponents() { return GetNumberOfComponents_21(); } private native void SetMinimumComponentValue_22(double id0); public void SetMinimumComponentValue(double id0) { SetMinimumComponentValue_22(id0); } private native double GetMinimumComponentValue_23(); public double GetMinimumComponentValue() { return GetMinimumComponentValue_23(); } private native void SetComponentRange_24(double id0,double id1); public void SetComponentRange(double id0,double id1) { SetComponentRange_24(id0,id1); } private native void SetMaximumComponentValue_25(double id0); public void SetMaximumComponentValue(double id0) { SetMaximumComponentValue_25(id0); } private native double GetMaximumComponentValue_26(); public double GetMaximumComponentValue() { return GetMaximumComponentValue_26(); } private native void SetNumberOfTuples_27(int id0); public void SetNumberOfTuples(int id0) { SetNumberOfTuples_27(id0); } private native int GetNumberOfTuplesMinValue_28(); public int GetNumberOfTuplesMinValue() { return GetNumberOfTuplesMinValue_28(); } private native int GetNumberOfTuplesMaxValue_29(); public int GetNumberOfTuplesMaxValue() { return GetNumberOfTuplesMaxValue_29(); } private native int GetNumberOfTuples_30(); public int GetNumberOfTuples() { return GetNumberOfTuples_30(); } private native void SetGeneratePointScalars_31(int id0); public void SetGeneratePointScalars(int id0) { SetGeneratePointScalars_31(id0); } private native int GetGeneratePointScalars_32(); public int GetGeneratePointScalars() { return GetGeneratePointScalars_32(); } private native void GeneratePointScalarsOn_33(); public void GeneratePointScalarsOn() { GeneratePointScalarsOn_33(); } private native void GeneratePointScalarsOff_34(); public void GeneratePointScalarsOff() { GeneratePointScalarsOff_34(); } private native void SetGeneratePointVectors_35(int id0); public void SetGeneratePointVectors(int id0) { SetGeneratePointVectors_35(id0); } private native int GetGeneratePointVectors_36(); public int GetGeneratePointVectors() { return GetGeneratePointVectors_36(); } private native void GeneratePointVectorsOn_37(); public void GeneratePointVectorsOn() { GeneratePointVectorsOn_37(); } private native void GeneratePointVectorsOff_38(); public void GeneratePointVectorsOff() { GeneratePointVectorsOff_38(); } private native void SetGeneratePointNormals_39(int id0); public void SetGeneratePointNormals(int id0) { SetGeneratePointNormals_39(id0); } private native int GetGeneratePointNormals_40(); public int GetGeneratePointNormals() { return GetGeneratePointNormals_40(); } private native void GeneratePointNormalsOn_41(); public void GeneratePointNormalsOn() { GeneratePointNormalsOn_41(); } private native void GeneratePointNormalsOff_42(); public void GeneratePointNormalsOff() { GeneratePointNormalsOff_42(); } private native void SetGeneratePointTensors_43(int id0); public void SetGeneratePointTensors(int id0) { SetGeneratePointTensors_43(id0); } private native int GetGeneratePointTensors_44(); public int GetGeneratePointTensors() { return GetGeneratePointTensors_44(); } private native void GeneratePointTensorsOn_45(); public void GeneratePointTensorsOn() { GeneratePointTensorsOn_45(); } private native void GeneratePointTensorsOff_46(); public void GeneratePointTensorsOff() { GeneratePointTensorsOff_46(); } private native void SetGeneratePointTCoords_47(int id0); public void SetGeneratePointTCoords(int id0) { SetGeneratePointTCoords_47(id0); } private native int GetGeneratePointTCoords_48(); public int GetGeneratePointTCoords() { return GetGeneratePointTCoords_48(); } private native void GeneratePointTCoordsOn_49(); public void GeneratePointTCoordsOn() { GeneratePointTCoordsOn_49(); } private native void GeneratePointTCoordsOff_50(); public void GeneratePointTCoordsOff() { GeneratePointTCoordsOff_50(); } private native void SetGeneratePointArray_51(int id0); public void SetGeneratePointArray(int id0) { SetGeneratePointArray_51(id0); } private native int GetGeneratePointArray_52(); public int GetGeneratePointArray() { return GetGeneratePointArray_52(); } private native void GeneratePointArrayOn_53(); public void GeneratePointArrayOn() { GeneratePointArrayOn_53(); } private native void GeneratePointArrayOff_54(); public void GeneratePointArrayOff() { GeneratePointArrayOff_54(); } private native void SetGenerateCellScalars_55(int id0); public void SetGenerateCellScalars(int id0) { SetGenerateCellScalars_55(id0); } private native int GetGenerateCellScalars_56(); public int GetGenerateCellScalars() { return GetGenerateCellScalars_56(); } private native void GenerateCellScalarsOn_57(); public void GenerateCellScalarsOn() { GenerateCellScalarsOn_57(); } private native void GenerateCellScalarsOff_58(); public void GenerateCellScalarsOff() { GenerateCellScalarsOff_58(); } private native void SetGenerateCellVectors_59(int id0); public void SetGenerateCellVectors(int id0) { SetGenerateCellVectors_59(id0); } private native int GetGenerateCellVectors_60(); public int GetGenerateCellVectors() { return GetGenerateCellVectors_60(); } private native void GenerateCellVectorsOn_61(); public void GenerateCellVectorsOn() { GenerateCellVectorsOn_61(); } private native void GenerateCellVectorsOff_62(); public void GenerateCellVectorsOff() { GenerateCellVectorsOff_62(); } private native void SetGenerateCellNormals_63(int id0); public void SetGenerateCellNormals(int id0) { SetGenerateCellNormals_63(id0); } private native int GetGenerateCellNormals_64(); public int GetGenerateCellNormals() { return GetGenerateCellNormals_64(); } private native void GenerateCellNormalsOn_65(); public void GenerateCellNormalsOn() { GenerateCellNormalsOn_65(); } private native void GenerateCellNormalsOff_66(); public void GenerateCellNormalsOff() { GenerateCellNormalsOff_66(); } private native void SetGenerateCellTensors_67(int id0); public void SetGenerateCellTensors(int id0) { SetGenerateCellTensors_67(id0); } private native int GetGenerateCellTensors_68(); public int GetGenerateCellTensors() { return GetGenerateCellTensors_68(); } private native void GenerateCellTensorsOn_69(); public void GenerateCellTensorsOn() { GenerateCellTensorsOn_69(); } private native void GenerateCellTensorsOff_70(); public void GenerateCellTensorsOff() { GenerateCellTensorsOff_70(); } private native void SetGenerateCellTCoords_71(int id0); public void SetGenerateCellTCoords(int id0) { SetGenerateCellTCoords_71(id0); } private native int GetGenerateCellTCoords_72(); public int GetGenerateCellTCoords() { return GetGenerateCellTCoords_72(); } private native void GenerateCellTCoordsOn_73(); public void GenerateCellTCoordsOn() { GenerateCellTCoordsOn_73(); } private native void GenerateCellTCoordsOff_74(); public void GenerateCellTCoordsOff() { GenerateCellTCoordsOff_74(); } private native void SetGenerateCellArray_75(int id0); public void SetGenerateCellArray(int id0) { SetGenerateCellArray_75(id0); } private native int GetGenerateCellArray_76(); public int GetGenerateCellArray() { return GetGenerateCellArray_76(); } private native void GenerateCellArrayOn_77(); public void GenerateCellArrayOn() { GenerateCellArrayOn_77(); } private native void GenerateCellArrayOff_78(); public void GenerateCellArrayOff() { GenerateCellArrayOff_78(); } private native void SetGenerateFieldArray_79(int id0); public void SetGenerateFieldArray(int id0) { SetGenerateFieldArray_79(id0); } private native int GetGenerateFieldArray_80(); public int GetGenerateFieldArray() { return GetGenerateFieldArray_80(); } private native void GenerateFieldArrayOn_81(); public void GenerateFieldArrayOn() { GenerateFieldArrayOn_81(); } private native void GenerateFieldArrayOff_82(); public void GenerateFieldArrayOff() { GenerateFieldArrayOff_82(); } private native void SetAttributesConstantPerBlock_83(boolean id0); public void SetAttributesConstantPerBlock(boolean id0) { SetAttributesConstantPerBlock_83(id0); } private native boolean GetAttributesConstantPerBlock_84(); public boolean GetAttributesConstantPerBlock() { return GetAttributesConstantPerBlock_84(); } private native void AttributesConstantPerBlockOn_85(); public void AttributesConstantPerBlockOn() { AttributesConstantPerBlockOn_85(); } private native void AttributesConstantPerBlockOff_86(); public void AttributesConstantPerBlockOff() { AttributesConstantPerBlockOff_86(); } private native void GenerateAllPointDataOn_87(); public void GenerateAllPointDataOn() { GenerateAllPointDataOn_87(); } private native void GenerateAllPointDataOff_88(); public void GenerateAllPointDataOff() { GenerateAllPointDataOff_88(); } private native void GenerateAllCellDataOn_89(); public void GenerateAllCellDataOn() { GenerateAllCellDataOn_89(); } private native void GenerateAllCellDataOff_90(); public void GenerateAllCellDataOff() { GenerateAllCellDataOff_90(); } private native void GenerateAllDataOn_91(); public void GenerateAllDataOn() { GenerateAllDataOn_91(); } private native void GenerateAllDataOff_92(); public void GenerateAllDataOff() { GenerateAllDataOff_92(); } public vtkRandomAttributeGenerator() { super(); } public vtkRandomAttributeGenerator(long id) { super(id); } public native long VTKInit(); }