|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef EquatorialCylindricalShape_h
2 #define EquatorialCylindricalShape_h
49 std::vector<double> lookDirection);
double kilometers() const
Get the distance in kilometers.
Definition: Distance.cpp:106
T MAX(const T &A, const T &B)
Implement templatized MAX fumnction.
Definition: PhotometricFunction.h:54
@ Degrees
Degrees are generally considered more human readable, 0-360 is one circle, however most math does not...
Definition: Angle.h:56
double demScale()
Return the scale of the DEM shape, in pixels per degree.
Definition: DemShape.cpp:295
const double PI
The mathematical constant PI.
Definition: Constants.h:40
This class is designed to encapsulate the concept of a Latitude.
Definition: Latitude.h:51
bool intersectSurface(std::vector< double > observerPos, std::vector< double > lookDirection)
Find the intersection point with the DEM.
Definition: DemShape.cpp:143
SurfacePoint * surfaceIntersection() const
Returns the surface intersection for this ShapeModel.
Definition: ShapeModel.cpp:358
const double DEG2RAD
Multiplier for converting from degrees to radians.
Definition: Constants.h:43
std::vector< Distance > targetRadii() const
Returns the radii of the body in km.
Definition: ShapeModel.cpp:465
void setHasIntersection(bool b)
Sets the flag to indicate whether this ShapeModel has an intersection.
Definition: ShapeModel.cpp:554
Cube * demCube()
Returns the cube defining the shape model.
Definition: DemShape.cpp:342
Container for cube-like labels.
Definition: Pvl.h:119
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Definition: NaifStatus.cpp:28
bool IsSpecial(const double d)
Returns if the input pixel is special.
Definition: SpecialPixel.h:197
Distance measurement, usually in meters.
Definition: Distance.h:34
This class is designed to encapsulate the concept of a Longitude.
Definition: Longitude.h:40
Distance localRadius(const Latitude &lat, const Longitude &lon)
Gets the radius from the DEM, if we have one.
Definition: DemShape.cpp:264
@ Kilometers
The distance is being specified in kilometers.
Definition: Distance.h:45
void setName(QString name)
Sets the shape name.
Definition: ShapeModel.cpp:532
bool intersectSurface(std::vector< double > observerPos, std::vector< double > lookDirection)
Finds the surface intersection point.
Definition: EquatorialCylindricalShape.cpp:95
EquatorialCylindricalShape(Target *target, Pvl &pvl)
Initialize the ISIS Equatorial Cylindrical shape model.
Definition: EquatorialCylindricalShape.cpp:43
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
Define shapes and provide utilities for shapes stored as ISIS EquatorialCylindrical map.
Definition: EquatorialCylindricalShape.h:39
Class for storing Table blobs information.
Definition: Table.h:61
void FromNaifArray(const double naifValues[3])
A naif array is a c-style array of size 3.
Definition: SurfacePoint.cpp:891
Isis exception class.
Definition: IException.h:91
Define shapes and provide utilities for targets stored as ISIS maps.
Definition: DemShape.h:52
Namespace for the standard library.
const double E
Sets some basic constants for use in ISIS programming.
Definition: Constants.h:39
bool hasIntersection()
Returns intersection status.
Definition: ShapeModel.cpp:368
~EquatorialCylindricalShape()
Destructor for ISIS Equatorial Cylindrical shape model.
Definition: EquatorialCylindricalShape.cpp:75
This class is used to create and store valid Isis targets.
Definition: Target.h:63
const double RAD2DEG
Multiplier for converting from radians to degrees.
Definition: Constants.h:44
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
@ User
A type of error that could only have occurred due to a mistake on the user's part (e....
Definition: IException.h:126