pub struct PhotometricWeb { /* private fields */ }

Implementations

Returns a new instance of the PhotometricWeb object with default values.

Set the

Returns the number of planes in the photometric web.

Is this a full web, or spherically symmetric?

The dphi for a given plane - used during integration.

Integrates the total energy coming from the intensity distribution. This makes use of the integration that is a part of the planes.

Returns the adjacent planes of a plane at a given index. This will resolve the index, so going lower than zero and higher than nplanes - 1 is permitted.

Trait Implementations

Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Converts to this type from the input type.
Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.