hep.geant4.jni
Class G4ControlPoints
java.lang.Object
hep.geant4.jni.G4ControlPoints
public class G4ControlPoints
- extends Object
Method Summary |
void |
calcValues(double k1,
double param,
G4Point3D pts1,
double k2,
G4Point3D pts2)
|
void |
calcValues(double k1,
double param,
G4PointRat pts1,
double k2,
G4PointRat pts2)
|
double |
closestDistanceToPoint(G4Point3D arg0)
|
void |
delete()
|
boolean |
equals(Object obj)
|
protected void |
finalize()
|
G4Point3D |
get3D(int i,
int j)
|
int |
getCols()
|
static long |
getCPtr(G4ControlPoints obj)
|
G4PointRat |
getRat(int i,
int j)
|
int |
getRows()
|
void |
put(int i,
int j,
G4Point3D tmp)
|
void |
put(int i,
int j,
G4PointRat tmp)
|
void |
setWeights(SWIGTYPE_p_double arg0)
|
swigCMemOwn
protected boolean swigCMemOwn
G4ControlPoints
public G4ControlPoints(long cPtr,
boolean cMemoryOwn)
G4ControlPoints
public G4ControlPoints()
G4ControlPoints
public G4ControlPoints(int arg0,
int arg1)
G4ControlPoints
public G4ControlPoints(int arg0,
int arg1,
int arg2)
G4ControlPoints
public G4ControlPoints(G4ControlPoints arg0)
getCPtr
public static long getCPtr(G4ControlPoints obj)
finalize
protected void finalize()
throws Throwable
- Overrides:
finalize
in class Object
- Throws:
Throwable
delete
public void delete()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
setWeights
public void setWeights(SWIGTYPE_p_double arg0)
calcValues
public void calcValues(double k1,
double param,
G4Point3D pts1,
double k2,
G4Point3D pts2)
calcValues
public void calcValues(double k1,
double param,
G4PointRat pts1,
double k2,
G4PointRat pts2)
getRows
public int getRows()
getCols
public int getCols()
put
public void put(int i,
int j,
G4Point3D tmp)
put
public void put(int i,
int j,
G4PointRat tmp)
get3D
public G4Point3D get3D(int i,
int j)
getRat
public G4PointRat getRat(int i,
int j)
closestDistanceToPoint
public double closestDistanceToPoint(G4Point3D arg0)
Copyright © 2000-2007 FreeHEP. All Rights Reserved.