Uses of Class
spis.Circ.Circ.Circ

Packages that use Circ
spis.Circ.Circ   
spis.Circ.CircField   
spis.Top.SC   
 

Uses of Circ in spis.Circ.Circ
 

Subclasses of Circ in spis.Circ.Circ
 class RCCabsCirc
          Class Name : RCCabsCirc (generic spacecraft Circuit class)
Project ref : SPIS project
File name : Circ.java
File type : class
Copyright : ONERA, 2 Av.
 

Uses of Circ in spis.Circ.CircField
 

Methods in spis.Circ.CircField that return Circ
 Circ CircField.getCirc()
          Returns the pointer to the circuit this field belongs to
 

Constructors in spis.Circ.CircField with parameters of type Circ
DirCircField(Circ circ, float initValue)
          Constructor with intialisation value, generates a table of dimension NodeNb.
DirCircField(Circ circ, float initValue, int dim)
          Constructor with intialisation value and dimension of the array to be created, which can be different from NodeNb since reduced nodes can be considered with the circuit solver.
DirCircField(Circ circ, int dim)
          Constructor with dimension of the array to be created, which can be different from NodeNb since reduced nodes can be considered with the circuit solver.
DirCircField(Circ circ, FloatScalTable values)
          Constructor with value array passed.
CircField(Circ circuit)
          Default constructor
 

Uses of Circ in spis.Top.SC
 

Methods in spis.Top.SC with parameters of type Circ
 void RCCabsSC.getCircAndMap(Circ circuit, Matrix mapSurf)
          Gets circuit and map (through pointer/reference, no copy).