|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef Qisis_TrackTool_h
2 #define Qisis_TrackTool_h
12 class MdiCubeViewport;
63 void updateLabels(QPoint p);
int cubeLines() const
Return the number of lines in the cube.
Definition: CubeViewport.cpp:439
QString PixelToString(double d)
Takes a double pixel value and returns the name of the pixel type as a string.
Definition: SpecialPixel.h:371
Cube display widget for certain Isis MDI applications.
Definition: MdiCubeViewport.h:39
ViewportBuffer * redBuffer()
Returns the red viewport buffer (Will be NULL if in Gray mode.)
Definition: CubeViewport.h:421
ShapeModel * shape() const
Return the shape.
Definition: Target.cpp:655
virtual bool SetImage(const double sample, const double line)
Sets the sample/line values of the image to get the lat/lon values.
Definition: Camera.cpp:154
bool isGray() const
Definition: CubeViewport.h:189
QString name() const
Gets the shape name.
Definition: ShapeModel.cpp:543
ProjectionType projectionType() const
Returns an enum value for the projection type.
Definition: Projection.cpp:198
Camera * camera() const
Definition: CubeViewport.h:348
virtual Target * target() const
Returns a pointer to the target object.
Definition: Spice.cpp:1368
virtual double UniversalLongitude() const
Returns the positive east, 0-360 domain longitude, in degrees, at the surface intersection point in t...
Definition: Sensor.cpp:233
int cubeSamples() const
Return the number of samples in the cube.
Definition: CubeViewport.cpp:433
virtual bool SetWorld(const double x, const double y)
This method is used to set a world coordinate.
Definition: Projection.cpp:497
ViewportBuffer * blueBuffer()
Returns the blue viewport buffer (Will be NULL if in Gray mode.)
Definition: CubeViewport.h:441
double meters() const
Get the distance in meters.
Definition: Distance.cpp:85
@ Triaxial
These projections are used to map triaxial and irregular-shaped bodies.
Definition: Projection.h:166
void viewportToCube(int x, int y, double &sample, double &line) const
Turns a viewport into a cube.
Definition: CubeViewport.cpp:815
bool IsSky() const
Returns true if projection is sky and false if it is land.
Definition: Projection.cpp:208
ViewportBuffer * grayBuffer()
Returns the gray viewport buffer (Will be NULL if in RGB mode.)
Definition: CubeViewport.h:411
ProjectionType
This enum defines the subclasses of Projection supported in Isis.
Definition: Projection.h:166
ViewportBuffer * greenBuffer()
Returns the green viewport buffer (Will be NULL if in Gray mode.)
Definition: CubeViewport.h:431
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Distance LocalRadius() const
Returns the local radius at the intersection point.
Definition: Sensor.cpp:267
Projection * projection() const
Definition: CubeViewport.h:343
virtual double UniversalLatitude() const
Returns the planetocentric latitude, in degrees, at the surface intersection point in the body fixed ...
Definition: Sensor.cpp:210