Class GaussianAccumulatorOpt¶
Defined in File FastGA.hpp
Inheritance Relationships¶
Base Type¶
public FastGA::GaussianAccumulator< uint32_t >
(Template Class GaussianAccumulator)
Class Documentation¶
-
class
GaussianAccumulatorOpt
: public FastGA::GaussianAccumulator<uint32_t>¶ Construct a new GaussianAccumulatorOpt object. Do not use this class. It was my first design and only works well on the top hemisphere of a sphere. It uses a single projection (Azimuth Equal Area Projection) to project to a 2D plane. A hilbert curve is performed on the plane to greate the SFC on the sphere. This class is the reason that the
GaussianAccumulator
base class is such a mess because it began with the assumptions built into this class. Eventually this will be deprecated.Public Functions
-
GaussianAccumulatorOpt
(const int level = 1, const double max_phi = 180.0)¶
-