Class jinaMixmodel

java.lang.Object
  |
  +--jinaMixmodel

public class jinaMixmodel
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaMixmodel()
           
protected jinaMixmodel(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 double getBackground()
           
 SWIGTYPE_p_p_p_double getCov()
           
protected static long getCPtr(jinaMixmodel obj)
           
 int getNdim()
           
 int getNmix()
           
 SWIGTYPE_p_double getNormal()
           
 SWIGTYPE_p_p_double getPar_dens()
           
 SWIGTYPE_p_p_char getTissue_type()
           
 SWIGTYPE_p_p_double getVectors()
           
 SWIGTYPE_p_double getVolume()
           
 void setBackground(double background)
           
 void setCov(SWIGTYPE_p_p_p_double cov)
           
 void setNdim(int ndim)
           
 void setNmix(int nmix)
           
 void setNormal(SWIGTYPE_p_double normal)
           
 void setPar_dens(SWIGTYPE_p_p_double par_dens)
           
 void setTissue_type(SWIGTYPE_p_p_char tissue_type)
           
 void setVectors(SWIGTYPE_p_p_double vectors)
           
 void setVolume(SWIGTYPE_p_double volume)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

jinaMixmodel

protected jinaMixmodel(long cPtr,
                       boolean cMemoryOwn)

jinaMixmodel

public jinaMixmodel()
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

getCPtr

protected static long getCPtr(jinaMixmodel obj)

setNmix

public void setNmix(int nmix)

getNmix

public int getNmix()

setNdim

public void setNdim(int ndim)

getNdim

public int getNdim()

setVectors

public void setVectors(SWIGTYPE_p_p_double vectors)

getVectors

public SWIGTYPE_p_p_double getVectors()

setNormal

public void setNormal(SWIGTYPE_p_double normal)

getNormal

public SWIGTYPE_p_double getNormal()

setVolume

public void setVolume(SWIGTYPE_p_double volume)

getVolume

public SWIGTYPE_p_double getVolume()

setBackground

public void setBackground(double background)

getBackground

public double getBackground()

setPar_dens

public void setPar_dens(SWIGTYPE_p_p_double par_dens)

getPar_dens

public SWIGTYPE_p_p_double getPar_dens()

setCov

public void setCov(SWIGTYPE_p_p_p_double cov)

getCov

public SWIGTYPE_p_p_p_double getCov()

setTissue_type

public void setTissue_type(SWIGTYPE_p_p_char tissue_type)

getTissue_type

public SWIGTYPE_p_p_char getTissue_type()