hep.geant4.jni
Class G4VGraphicsScene

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

public class G4VGraphicsScene
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VGraphicsScene(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void addCompound(G4VHit arg0)
           
 void addCompound(G4VTrajectory arg0)
           
 void addPrimitive(G4Circle arg0)
           
 void addPrimitive(G4NURBS arg0)
           
 void addPrimitive(G4Polyhedron arg0)
           
 void addPrimitive(G4Polyline arg0)
           
 void addPrimitive(G4Polymarker arg0)
           
 void addPrimitive(G4Scale arg0)
           
 void addPrimitive(G4Square arg0)
           
 void addPrimitive(G4Text arg0)
           
 void addSolid(G4Box arg0)
           
 void addSolid(G4Cons arg0)
           
 void addSolid(G4Para arg0)
           
 void addSolid(G4Polycone arg0)
           
 void addSolid(G4Polyhedra arg0)
           
 void addSolid(G4Sphere arg0)
           
 void addSolid(G4Torus arg0)
           
 void addSolid(G4Trap arg0)
           
 void addSolid(G4Trd arg0)
           
 void addSolid(G4Tubs arg0)
           
 void addSolid(G4VSolid arg0)
           
 void beginPrimitives()
           
 void beginPrimitives(G4Transform3D objectTransformation)
           
 void beginPrimitives2D()
           
 void decommissionSpecials(G4PhysicalVolumeModel arg0)
           
 void delete()
           
 void endPrimitives()
           
 void endPrimitives2D()
           
 boolean equals(Object obj)
           
 void establishSpecials(G4PhysicalVolumeModel arg0)
           
protected  void finalize()
           
static long getCPtr(G4VGraphicsScene obj)
           
 void postAddSolid()
           
 void preAddSolid(G4Transform3D objectTransformation, G4VisAttributes visAttribs)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VGraphicsScene

public G4VGraphicsScene(long cPtr,
                        boolean cMemoryOwn)
Method Detail

getCPtr

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

preAddSolid

public void preAddSolid(G4Transform3D objectTransformation,
                        G4VisAttributes visAttribs)

postAddSolid

public void postAddSolid()

addSolid

public void addSolid(G4Box arg0)

addSolid

public void addSolid(G4Cons arg0)

addSolid

public void addSolid(G4Tubs arg0)

addSolid

public void addSolid(G4Trd arg0)

addSolid

public void addSolid(G4Trap arg0)

addSolid

public void addSolid(G4Sphere arg0)

addSolid

public void addSolid(G4Para arg0)

addSolid

public void addSolid(G4Torus arg0)

addSolid

public void addSolid(G4Polycone arg0)

addSolid

public void addSolid(G4Polyhedra arg0)

addSolid

public void addSolid(G4VSolid arg0)

addCompound

public void addCompound(G4VTrajectory arg0)

addCompound

public void addCompound(G4VHit arg0)

beginPrimitives

public void beginPrimitives(G4Transform3D objectTransformation)

beginPrimitives

public void beginPrimitives()

endPrimitives

public void endPrimitives()

beginPrimitives2D

public void beginPrimitives2D()

endPrimitives2D

public void endPrimitives2D()

addPrimitive

public void addPrimitive(G4Polyline arg0)

addPrimitive

public void addPrimitive(G4Scale arg0)

addPrimitive

public void addPrimitive(G4Text arg0)

addPrimitive

public void addPrimitive(G4Circle arg0)

addPrimitive

public void addPrimitive(G4Square arg0)

addPrimitive

public void addPrimitive(G4Polymarker arg0)

addPrimitive

public void addPrimitive(G4Polyhedron arg0)

addPrimitive

public void addPrimitive(G4NURBS arg0)

establishSpecials

public void establishSpecials(G4PhysicalVolumeModel arg0)

decommissionSpecials

public void decommissionSpecials(G4PhysicalVolumeModel arg0)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.