PCL
pcl::ZenithalEqualAreaProjection Class Reference

Zenithal equal-area projection system. More...

#include <ZenithalProjections.h>

+ Inheritance diagram for pcl::ZenithalEqualAreaProjection:

Public Member Functions

 ZenithalEqualAreaProjection ()=default
 
 ZenithalEqualAreaProjection (const ZenithalEqualAreaProjection &)=default
 
ProjectionBaseClone () const override
 
IsoString Identifier () const override
 
IsoString Name () const override
 
IsoString ProjCode () const override
 
- Public Member Functions inherited from pcl::ProjectionBase
virtual ~ProjectionBase ()
 
Vector CelestialPoleNativeCoordinates () const
 
virtual bool Direct (DPoint &pW, const DPoint &pRD) const noexcept
 
virtual void GetWCS (WCSKeywords &wcs) const
 
virtual bool Inverse (DPoint &pRD, const DPoint &pW) const noexcept
 
virtual DPoint ProjectionOrigin () const
 
Vector ReferenceCelestialCoordinates () const
 
Vector ReferenceNativeCoordinates () const
 

Additional Inherited Members

- Static Public Member Functions inherited from pcl::ProjectionBase
static double Distance (const DPoint &p1, const DPoint &p2)
 
static double DistanceFast (const DPoint &p1, const DPoint &p2)
 
static IsoString ProjectionIdentifierToWCSCode (const IsoString &identifier)
 
static IsoString WCSCodeToProjectionIdentifier (const IsoString &wcsCode)
 
- Protected Member Functions inherited from pcl::ZenithalProjectionBase
 ZenithalProjectionBase ()
 
 ZenithalProjectionBase (const ZenithalProjectionBase &)=default
 
bool Project (DPoint &pW, const DPoint &pN) const noexcept override
 
bool Unproject (DPoint &pN, const DPoint &pW) const noexcept override
 
- Protected Member Functions inherited from pcl::ProjectionBase
 ProjectionBase ()=default
 
 ProjectionBase (const ProjectionBase &)=default
 
void InitFromRefPoint (double lng0, double lat0, const Optional< double > &lonpole=Optional< double >())
 
void InitFromWCS (const WCSKeywords &)
 

Detailed Description

Definition at line 150 of file ZenithalProjections.h.

Constructor & Destructor Documentation

◆ ZenithalEqualAreaProjection() [1/2]

pcl::ZenithalEqualAreaProjection::ZenithalEqualAreaProjection ( )
default

Default constructor.

◆ ZenithalEqualAreaProjection() [2/2]

pcl::ZenithalEqualAreaProjection::ZenithalEqualAreaProjection ( const ZenithalEqualAreaProjection )
default

Copy constructor.

Member Function Documentation

◆ Clone()

ProjectionBase* pcl::ZenithalEqualAreaProjection::Clone ( ) const
inlineoverridevirtual

Returns a dynamically allocated duplicate of this object.

Implements pcl::ZenithalProjectionBase.

Definition at line 167 of file ZenithalProjections.h.

◆ Identifier()

IsoString pcl::ZenithalEqualAreaProjection::Identifier ( ) const
inlineoverridevirtual

Returns the XISF serializable projection identifier.

Implements pcl::ZenithalProjectionBase.

Definition at line 183 of file ZenithalProjections.h.

◆ Name()

IsoString pcl::ZenithalEqualAreaProjection::Name ( ) const
inlineoverridevirtual

Returns the readable name of this projection system.

Implements pcl::ZenithalProjectionBase.

Definition at line 191 of file ZenithalProjections.h.

◆ ProjCode()

IsoString pcl::ZenithalEqualAreaProjection::ProjCode ( ) const
inlineoverridevirtual

Returns the WCS projection identifier for this projection system.

Implements pcl::ZenithalProjectionBase.

Definition at line 175 of file ZenithalProjections.h.


The documentation for this class was generated from the following file: