Uses of Class
org.blender.dna.Histogram
-
Packages that use Histogram Package Description org.blender.dna -
-
Uses of Histogram in org.blender.dna
Methods in org.blender.dna that return Histogram Modifier and Type Method Description Histogram
Scopes. getHist()
Get method for struct member 'hist'.Histogram
SpaceImage. getSample_line_hist()
Get method for struct member 'sample_line_hist'.Methods in org.blender.dna that return types with arguments of type Histogram Modifier and Type Method Description CPointer<Histogram>
Histogram. __io__addressof()
Instantiates a pointer on this instance.Methods in org.blender.dna with parameters of type Histogram Modifier and Type Method Description void
Scopes. setHist(Histogram hist)
Set method for struct member 'hist'.void
SpaceImage. setSample_line_hist(Histogram sample_line_hist)
Set method for struct member 'sample_line_hist'.Constructors in org.blender.dna with parameters of type Histogram Constructor Description Histogram(Histogram that)
-