Isis 3 Programmer Reference
EquatorialCylindricalShape.h
Go to the documentation of this file.
1 #ifndef EquatorialCylindricalShape_h
2 #define EquatorialCylindricalShape_h
3 
25 #include "DemShape.h"
26 
27 namespace Isis {
28  class Pvl;
29 
55  public:
56  // Constructor
57  EquatorialCylindricalShape(Target *target, Pvl &pvl);
58 
59  // Destructor
61 
62  // Intersect the shape model
63  bool intersectSurface(std::vector<double> observerPos,
64  std::vector<double> lookDirection);
65 
66  private:
69  };
70 };
71 
72 #endif
~EquatorialCylindricalShape()
Destructor for Isis3 Equatorial Cylindrical shape model.
Distance measurement, usually in meters.
Definition: Distance.h:47
bool intersectSurface(std::vector< double > observerPos, std::vector< double > lookDirection)
Finds the surface intersection point.
Define shapes and provide utilities for shapes stored as Isis3 EquatorialCylindrical map...
EquatorialCylindricalShape(Target *target, Pvl &pvl)
Initialize the Isis3 Equatorial Cylindrical shape model.
Define shapes and provide utilities for targets stored as Isis3 maps.
Definition: DemShape.h:67
Container for cube-like labels.
Definition: Pvl.h:135
This class is used to create and store valid Isis3 targets.
Definition: Target.h:76
Distance * m_minRadius
Minimum radius value in DEM file.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Distance * m_maxRadius
Maximum radius value in DEM file.