hep.geant4.jni
Class G4NURBStubesector

java.lang.Object
  extended by hep.geant4.jni.G4Point3DVector
      extended by hep.geant4.jni.G4Point3DList
          extended by hep.geant4.jni.G4NURBS
              extended by hep.geant4.jni.G4NURBStubesector
All Implemented Interfaces:
G4Visible

public class G4NURBStubesector
extends G4NURBS


Nested Class Summary
 
Nested classes/interfaces inherited from class hep.geant4.jni.G4NURBS
G4NURBS.t_direction, G4NURBS.t_KnotVectorGenFlag
 
Field Summary
 
Fields inherited from class hep.geant4.jni.G4NURBS
NofC, W, X, Y, Z
 
Fields inherited from class hep.geant4.jni.G4Point3DVector
swigCMemOwn
 
Constructor Summary
G4NURBStubesector(double RMIN, double RMAX, double DZ, double PHI1, double PHI2)
           
G4NURBStubesector(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4NURBStubesector obj)
           
 String whoami()
           
 
Methods inherited from class hep.geant4.jni.G4NURBS
calcPoint, getCPtr, getdoubleAllCtrlPts, getdoubleAllKnots, getdoubleCtrlPt, getdoubleCtrlPt, getdoubleKnot, getfloatAllCtrlPts, getfloatAllKnots, getfloatCtrlPt, getfloatCtrlPt, getfloatKnot, getnbrCtrlPts, getnbrKnots, getorder, gettotalnbrCtrlPts, getUmax, getUmin, getUnbrCtrlPts, getUnbrKnots, getUorder, getVisAttributes, getVmax, getVmin, getVnbrCtrlPts, getVnbrKnots, getVorder, setVisAttributes, tochar
 
Methods inherited from class hep.geant4.jni.G4Point3DList
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
 

Constructor Detail

G4NURBStubesector

public G4NURBStubesector(long cPtr,
                         boolean cMemoryOwn)

G4NURBStubesector

public G4NURBStubesector(double RMIN,
                         double RMAX,
                         double DZ,
                         double PHI1,
                         double PHI2)
Method Detail

getCPtr

public static long getCPtr(G4NURBStubesector obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class G4NURBS
Throws:
Throwable

delete

public void delete()
Overrides:
delete in class G4NURBS

equals

public boolean equals(Object obj)
Overrides:
equals in class G4Point3DList

whoami

public String whoami()
Overrides:
whoami in class G4NURBS


Copyright © 2000-2007 FreeHEP. All Rights Reserved.