hep.geant4.jni
Class G4ReduciblePolygon

java.lang.Object
  extended by hep.geant4.jni.G4ReduciblePolygon

public class G4ReduciblePolygon
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4ReduciblePolygon(double[] rmin, double[] rmax, double[] z, int n)
           
G4ReduciblePolygon(double[] a, double[] b, int n)
           
G4ReduciblePolygon(long cPtr, boolean cMemoryOwn)
           
G4ReduciblePolygon(SWIGTYPE_p___void__ arg0)
           
 
Method Summary
 double amax()
           
 double amin()
           
 double area()
           
 boolean bisectedBy(double a1, double b1, double a2, double b2, double tolerance)
           
 double bmax()
           
 double bmin()
           
 void copyVertices(double[] a, double[] b)
           
 boolean crossesItself(double tolerance)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4ReduciblePolygon obj)
           
 int numVertices()
           
 void print()
           
 boolean removeDuplicateVertices(double tolerance)
           
 boolean removeRedundantVertices(double tolerance)
           
 void reverseOrder()
           
 void scaleA(double scale)
           
 void scaleB(double scale)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4ReduciblePolygon

public G4ReduciblePolygon(long cPtr,
                          boolean cMemoryOwn)

G4ReduciblePolygon

public G4ReduciblePolygon(double[] a,
                          double[] b,
                          int n)

G4ReduciblePolygon

public G4ReduciblePolygon(double[] rmin,
                          double[] rmax,
                          double[] z,
                          int n)

G4ReduciblePolygon

public G4ReduciblePolygon(SWIGTYPE_p___void__ arg0)
Method Detail

getCPtr

public static long getCPtr(G4ReduciblePolygon 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

numVertices

public int numVertices()

amin

public double amin()

amax

public double amax()

bmin

public double bmin()

bmax

public double bmax()

copyVertices

public void copyVertices(double[] a,
                         double[] b)

scaleA

public void scaleA(double scale)

scaleB

public void scaleB(double scale)

removeDuplicateVertices

public boolean removeDuplicateVertices(double tolerance)

removeRedundantVertices

public boolean removeRedundantVertices(double tolerance)

reverseOrder

public void reverseOrder()

area

public double area()

crossesItself

public boolean crossesItself(double tolerance)

bisectedBy

public boolean bisectedBy(double a1,
                          double b1,
                          double a2,
                          double b2,
                          double tolerance)

print

public void print()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.