|
Gromacs
2018.7
|
Collaboration diagram for t_methoddata_insolidangle:Data structure for the insolidangle selection method.
All angle values are in the units of radians.
Public Attributes | |
| gmx_ana_pos_t | center |
| Center of the solid angle. More... | |
| gmx_ana_pos_t | span |
| Positions that span the solid angle. More... | |
| real | angcut |
| Cutoff angle. More... | |
| real | cfrac |
| Estimate of the covered fraction. More... | |
| real | distccut |
| Cutoff for the cosine (equals cos(angcut)). More... | |
| real | targetbinsize |
| Bin size to be used as the target bin size when constructing the bins. More... | |
| int | ntbins |
Number of bins in the tbin array. More... | |
| real | tbinsize |
| Size of one bin in the zenith angle direction. More... | |
| t_partition * | tbin |
| Array of zenith angle slices. More... | |
| int | maxbins |
Number of elements allocated for the bin array. More... | |
| int | nbins |
Number of elements used in the bin array. More... | |
| t_spheresurfacebin * | bin |
| Array of individual bins. More... | |
| real t_methoddata_insolidangle::angcut |
Cutoff angle.
| t_spheresurfacebin* t_methoddata_insolidangle::bin |
Array of individual bins.
| gmx_ana_pos_t t_methoddata_insolidangle::center |
Center of the solid angle.
| real t_methoddata_insolidangle::cfrac |
Estimate of the covered fraction.
| real t_methoddata_insolidangle::distccut |
Cutoff for the cosine (equals cos(angcut)).
| int t_methoddata_insolidangle::maxbins |
Number of elements allocated for the bin array.
| int t_methoddata_insolidangle::nbins |
Number of elements used in the bin array.
| int t_methoddata_insolidangle::ntbins |
Number of bins in the tbin array.
| gmx_ana_pos_t t_methoddata_insolidangle::span |
Positions that span the solid angle.
| real t_methoddata_insolidangle::targetbinsize |
Bin size to be used as the target bin size when constructing the bins.
| t_partition* t_methoddata_insolidangle::tbin |
Array of zenith angle slices.
| real t_methoddata_insolidangle::tbinsize |
Size of one bin in the zenith angle direction.
1.8.5