// java wrapper for vtkStreamLine object // package vtk; import vtk.*; public class vtkStreamLine extends vtkStreamer { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void SetStepLength_2(double id0); public void SetStepLength(double id0) { SetStepLength_2(id0); } private native double GetStepLengthMinValue_3(); public double GetStepLengthMinValue() { return GetStepLengthMinValue_3(); } private native double GetStepLengthMaxValue_4(); public double GetStepLengthMaxValue() { return GetStepLengthMaxValue_4(); } private native double GetStepLength_5(); public double GetStepLength() { return GetStepLength_5(); } public vtkStreamLine() { super(); } public vtkStreamLine(long id) { super(id); } public native long VTKInit(); }