|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.geant4.jni.G4Point3DVector
hep.geant4.jni.G4Point3DList
hep.geant4.jni.G4NURBS
public class G4NURBS
Nested Class Summary | |
---|---|
static class |
G4NURBS.t_direction
|
static class |
G4NURBS.t_KnotVectorGenFlag
|
Field Summary | |
---|---|
static int |
NofC
|
static int |
W
|
static int |
X
|
static int |
Y
|
static int |
Z
|
Fields inherited from class hep.geant4.jni.G4Point3DVector |
---|
swigCMemOwn |
Constructor Summary | |
---|---|
G4NURBS(long cPtr,
boolean cMemoryOwn)
|
Methods inherited from class hep.geant4.jni.G4Point3DList |
---|
equals, getCPtr |
Methods inherited from class hep.geant4.jni.G4Point3DVector |
---|
add, capacity, clear, empty, get, getCPtr, isEmpty, pushBack, reserve, set, size |
Methods inherited from class java.lang.Object |
---|
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int X
public static final int Y
public static final int Z
public static final int W
public static final int NofC
Constructor Detail |
---|
public G4NURBS(long cPtr, boolean cMemoryOwn)
Method Detail |
---|
public static long getCPtr(G4NURBS obj)
protected void finalize() throws Throwable
finalize
in class G4Point3DList
Throwable
public void delete()
delete
in class G4Point3DList
public G4VisAttributes getVisAttributes()
getVisAttributes
in interface G4Visible
public void setVisAttributes(G4VisAttributes attributes)
setVisAttributes
in interface G4Visible
public String whoami()
public static char tochar(G4NURBS.t_direction in_dir)
public int getUorder()
public int getVorder()
public int getUnbrKnots()
public int getVnbrKnots()
public int getUnbrCtrlPts()
public int getVnbrCtrlPts()
public int gettotalnbrCtrlPts()
public double getUmin()
public double getUmax()
public double getVmin()
public double getVmax()
public void calcPoint(double u, double v, G4Point3D p, G4Vector3D utan, G4Vector3D vtan)
public int getorder(G4NURBS.t_direction in_dir)
public int getnbrKnots(G4NURBS.t_direction in_dir)
public int getnbrCtrlPts(G4NURBS.t_direction in_dir)
public float getfloatKnot(G4NURBS.t_direction in_dir, long in_index)
public double getdoubleKnot(G4NURBS.t_direction in_dir, long in_index)
public SWIGTYPE_p_a_G4NURBS__NofC__float getfloatCtrlPt(long in_onedimindex)
public SWIGTYPE_p_a_G4NURBS__NofC__float getfloatCtrlPt(long in_Uindex, long in_Vindex)
public SWIGTYPE_p_a_G4NURBS__NofC__double getdoubleCtrlPt(long in_onedimindex)
public SWIGTYPE_p_a_G4NURBS__NofC__double getdoubleCtrlPt(long in_Uindex, long in_Vindex)
public SWIGTYPE_p_float getfloatAllKnots(G4NURBS.t_direction in_dir)
public SWIGTYPE_p_double getdoubleAllKnots(G4NURBS.t_direction in_dir)
public SWIGTYPE_p_float getfloatAllCtrlPts()
public SWIGTYPE_p_double getdoubleAllCtrlPts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |