hep.geant4.jni
Class G4KnotVector

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

public class G4KnotVector
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4KnotVector()
           
G4KnotVector(G4KnotVector orig)
           
G4KnotVector(int sz)
           
G4KnotVector(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 int checkKnotVector(double val)
           
 void delete()
           
 boolean equals(Object obj)
           
 void extractKnotVector(G4KnotVector kv, int upper, int lower)
           
protected  void finalize()
           
static long getCPtr(G4KnotVector obj)
           
 double getKnot(int knot_number)
           
 int getKnotIndex(double k_value, int order)
           
 int getSize()
           
 G4KnotVector multiplyKnotVector(int num, double value)
           
 void putKnot(int knot_number, double value)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4KnotVector

public G4KnotVector(long cPtr,
                    boolean cMemoryOwn)

G4KnotVector

public G4KnotVector()

G4KnotVector

public G4KnotVector(int sz)

G4KnotVector

public G4KnotVector(G4KnotVector orig)
Method Detail

getCPtr

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

getSize

public int getSize()

getKnot

public double getKnot(int knot_number)

putKnot

public void putKnot(int knot_number,
                    double value)

multiplyKnotVector

public G4KnotVector multiplyKnotVector(int num,
                                       double value)

checkKnotVector

public int checkKnotVector(double val)

extractKnotVector

public void extractKnotVector(G4KnotVector kv,
                              int upper,
                              int lower)

getKnotIndex

public int getKnotIndex(double k_value,
                        int order)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.