hep.geant4.jni
Class G4SmoothTrajectoryPoint

java.lang.Object
  extended by hep.geant4.jni.G4VTrajectoryPoint
      extended by hep.geant4.jni.G4SmoothTrajectoryPoint

public class G4SmoothTrajectoryPoint
extends G4VTrajectoryPoint


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VTrajectoryPoint
swigCMemOwn
 
Constructor Summary
G4SmoothTrajectoryPoint()
           
G4SmoothTrajectoryPoint(G4SmoothTrajectoryPoint right)
           
G4SmoothTrajectoryPoint(G4ThreeVector pos)
           
G4SmoothTrajectoryPoint(G4ThreeVector pos, SWIGTYPE_p_std__vectorTCLHEP__Hep3Vector_t auxiliaryPoints)
           
G4SmoothTrajectoryPoint(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 G4AttValueVector createAttValues()
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 G4StringG4AttDefMap getAttDefs()
           
 SWIGTYPE_p_std__vectorTCLHEP__Hep3Vector_t getAuxiliaryPoints()
           
static long getCPtr(G4SmoothTrajectoryPoint obj)
           
 G4ThreeVector getPosition()
           
 
Methods inherited from class hep.geant4.jni.G4VTrajectoryPoint
getCPtr, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4SmoothTrajectoryPoint

public G4SmoothTrajectoryPoint(long cPtr,
                               boolean cMemoryOwn)

G4SmoothTrajectoryPoint

public G4SmoothTrajectoryPoint()

G4SmoothTrajectoryPoint

public G4SmoothTrajectoryPoint(G4ThreeVector pos,
                               SWIGTYPE_p_std__vectorTCLHEP__Hep3Vector_t auxiliaryPoints)

G4SmoothTrajectoryPoint

public G4SmoothTrajectoryPoint(G4ThreeVector pos)

G4SmoothTrajectoryPoint

public G4SmoothTrajectoryPoint(G4SmoothTrajectoryPoint right)
Method Detail

getCPtr

public static long getCPtr(G4SmoothTrajectoryPoint obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VTrajectoryPoint

equals

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

getPosition

public G4ThreeVector getPosition()
Overrides:
getPosition in class G4VTrajectoryPoint

getAuxiliaryPoints

public SWIGTYPE_p_std__vectorTCLHEP__Hep3Vector_t getAuxiliaryPoints()
Overrides:
getAuxiliaryPoints in class G4VTrajectoryPoint

getAttDefs

public G4StringG4AttDefMap getAttDefs()
Overrides:
getAttDefs in class G4VTrajectoryPoint

createAttValues

public G4AttValueVector createAttValues()
Overrides:
createAttValues in class G4VTrajectoryPoint


Copyright © 2000-2007 FreeHEP. All Rights Reserved.