Class

NumCosmoGalaxySDPositionFlat

Description [src]

final class NumCosmo.GalaxySDPositionFlat : NumCosmo.GalaxySDPosition
{
  /* No available fields */
}

Class describing galaxy sample position distributions with flat distribution.

Class defining a galaxy sample position distribution with flat probability distribution $P(\text{ra})P(\text{dec})$.

Constructors

nc_galaxy_sd_position_flat_new

Creates a new NcGalaxySDPositionFlat.

Functions

nc_galaxy_sd_position_flat_clear

Decrease the reference count of gsdpflat by one, and sets the pointer *gsdpflat to NULL.

Instance methods

nc_galaxy_sd_position_flat_free

Decrease sthe reference count of gsdpflat by one.

nc_galaxy_sd_position_flat_gen

Generates a galaxy sample position.

nc_galaxy_sd_position_flat_ref

Increases the reference count of gsdpflat by one.

Methods inherited from NcGalaxySDPosition (8)
nc_galaxy_sd_position_free

Decreases the reference count of gsdp by one.

nc_galaxy_sd_position_gen

Generates a new galaxy position. The NcGalaxySDPositionData object data must be initialized before calling this method.

nc_galaxy_sd_position_get_dec_lim

Gets the declination limits of the distribution.

nc_galaxy_sd_position_get_ra_lim

Gets the right ascension limits of the distribution.

nc_galaxy_sd_position_integ

Prepares the integrand for the galaxy position distribution.

nc_galaxy_sd_position_ref

Increases the reference count of gsdp by one.

nc_galaxy_sd_position_set_dec_lim

Sets the declination limits of the distribution.

nc_galaxy_sd_position_set_ra_lim

Sets the right ascension limits of the distribution.

Methods inherited from NcmModel (89)

Please see NcmModel for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from NcGalaxySDPosition (2)
NumCosmo.GalaxySDPosition:dec-lim

Galaxy sample declination distribution limits.

NumCosmo.GalaxySDPosition:ra-lim

Galaxy sample righ ascension distribution limits.

Properties inherited from NcmModel (9)
NumCosmoMath.Model:implementation
No description available.
NumCosmoMath.Model:name
No description available.
NumCosmoMath.Model:nick
No description available.
NumCosmoMath.Model:params-types
No description available.
NumCosmoMath.Model:reparam
No description available.
NumCosmoMath.Model:scalar-params-len
No description available.
NumCosmoMath.Model:sparam-array
No description available.
NumCosmoMath.Model:submodel-array
No description available.
NumCosmoMath.Model:vector-params-len
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct NumCosmoGalaxySDPositionFlatClass {
  NcGalaxySDPositionClass parent_class;
  
}

No description available.

Class members
parent_class: NcGalaxySDPositionClass

No description available.