hep.geant4.jni
Class G4BezierSurface

java.lang.Object
  extended by hep.geant4.jni.G4STEPEntity
      extended by hep.geant4.jni.G4Surface
          extended by hep.geant4.jni.G4BezierSurface

public class G4BezierSurface
extends G4Surface


Field Summary
 
Fields inherited from class hep.geant4.jni.G4STEPEntity
swigCMemOwn
 
Constructor Summary
G4BezierSurface()
           
G4BezierSurface(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 G4Point3D averagePoint()
           
 int bIntersect(G4SurfaceList arg0)
           
 void calcBBox()
           
 void changeDir()
           
 int clipBothDirs()
           
 void clipSurface()
           
 void delete()
           
 void dir(int d)
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4BezierSurface obj)
           
 int getOrder(int direction)
           
 double getU()
           
 double getV()
           
 void putOrder(int direction, int value)
           
 void setAveragePoint(G4Point3D p)
           
 double sMax()
           
 double sMin()
           
 G4Vector3D surfaceNormal(G4Point3D Pt)
           
 double uAverage()
           
 double vAverage()
           
 
Methods inherited from class hep.geant4.jni.G4Surface
calcNormal, closestDistanceToPoint, deactivate, evaluate, evaluation, getBBox, getClosestHit, getConvex, getCPtr, getDistance, getEntityType, getNextNode, getNumberOfPoints, getOrigin, getPoint, getSameSense, getUHit, getVHit, howNear, intersect, isActive, isConvex, myType, name, norm, normal, project, project, reset, setActive, setBoundaries, setDistance, setNextNode, setSameSense
 
Methods inherited from class hep.geant4.jni.G4STEPEntity
getCPtr
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4BezierSurface

public G4BezierSurface(long cPtr,
                       boolean cMemoryOwn)

G4BezierSurface

public G4BezierSurface()
Method Detail

getCPtr

public static long getCPtr(G4BezierSurface obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4Surface

equals

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

averagePoint

public G4Point3D averagePoint()

setAveragePoint

public void setAveragePoint(G4Point3D p)

uAverage

public double uAverage()

vAverage

public double vAverage()

dir

public void dir(int d)

changeDir

public void changeDir()

sMin

public double sMin()

sMax

public double sMax()

getOrder

public int getOrder(int direction)

putOrder

public void putOrder(int direction,
                     int value)

getU

public double getU()

getV

public double getV()

calcBBox

public void calcBBox()
Overrides:
calcBBox in class G4Surface

bIntersect

public int bIntersect(G4SurfaceList arg0)

clipBothDirs

public int clipBothDirs()

clipSurface

public void clipSurface()

surfaceNormal

public G4Vector3D surfaceNormal(G4Point3D Pt)
Overrides:
surfaceNormal in class G4Surface


Copyright © 2000-2007 FreeHEP. All Rights Reserved.