Analysis::Focus class reference
[Core module]
Declaration
#include <Goptical/Analysis/Focus>
namespace Goptical {
namespace Analysis {
class Focus;
};
};
This class is a member of the Analysis namespace.
Description
This class is designed to find the best point of focus of an optical system.
Members
See also the full member list section for this class.
Functions
- Focus(Sys::System &system)
- const Math::VectorPair3 & get_best_focus()
- Trace::Tracer & get_tracer()
- const Trace::Tracer & get_tracer() const
- virtual void invalidate()
- void set_image(Sys::Image *image)
Members detail
Focus(Sys::System &system)
No documentation available
const Math::VectorPair3 & get_best_focus()
Get best point of focus in system global coordinates.
This virtual function implements the invalidate
pure function declared in the PointImage
base abstract class.
Documentation inherited from base class:
invalidate current analysis data