Struct

NumCosmoGalaxySDShapeData

Description

struct NcGalaxySDShapeData {
  NcGalaxySDPositionData* sdpos_data;
  NcGalaxyWLObsCoord coord;
  gdouble epsilon_int_1;
  gdouble epsilon_int_2;
  gpointer ldata;
  GDestroyNotify ldata_destroy;
  void (* ldata_read_row) (
    NcGalaxySDShapeData* data,
    NcGalaxyWLObs* obs,
    const guint i
  );;
  void (* ldata_write_row) (
    NcGalaxySDShapeData* data,
    NcGalaxyWLObs* obs,
    const guint i
  );;
  void (* ldata_required_columns) (
    NcGalaxySDShapeData* data,
    GList* columns
  );;
  gdouble (* ldata_get_radius) (
    NcGalaxySDShapeData* data
  );;
  gatomicrefcount ref_count;
}

No description available.

Structure members
sdpos_data: NcGalaxySDPositionData

No description available.

coord: NcGalaxyWLObsCoord

No description available.

epsilon_int_1: gdouble

No description available.

epsilon_int_2: gdouble

No description available.

ldata: gpointer

No description available.

ldata_destroy: GDestroyNotify

No description available.

ldata_read_row: void (* ldata_read_row) ( NcGalaxySDShapeData* data, NcGalaxyWLObs* obs, const guint i )

No description available.

ldata_write_row: void (* ldata_write_row) ( NcGalaxySDShapeData* data, NcGalaxyWLObs* obs, const guint i )

No description available.

ldata_required_columns: void (* ldata_required_columns) ( NcGalaxySDShapeData* data, GList* columns )

No description available.

ldata_get_radius: gdouble (* ldata_get_radius) ( NcGalaxySDShapeData* data )

No description available.

ref_count: gatomicrefcount

No description available.

Constructors

nc_galaxy_sd_shape_data_new

Creates a new galaxy shape data.

Instance methods

nc_galaxy_sd_shape_data_get_radius
No description available.

nc_galaxy_sd_shape_data_read_row

Reads the row i from the galaxy shape data.

nc_galaxy_sd_shape_data_ref

Increases the reference count of data by one.

nc_galaxy_sd_shape_data_required_columns
No description available.

nc_galaxy_sd_shape_data_unref

Decreases the reference count of data by one. If the reference count reaches 0, the data is freed.

nc_galaxy_sd_shape_data_write_row

Writes the row i to the galaxy shape data.