#include "PointPerspective.h"#include <cfloat>#include <cmath>#include <iomanip>#include "Constants.h"#include "IException.h"#include "Pvl.h"#include "PvlGroup.h"#include "PvlKeyword.h"#include "TProjection.h"| Namespaces | |
| namespace | Isis | 
| This is free and unencumbered software released into the public domain. | |
| Functions | |
| Isis::Projection * | PointPerspectivePlugin (Isis::Pvl &lab, bool allowDefaults) | 
| This is the function that is called in order to instantiate a PointPerspectve object. | |
| Isis::Projection * PointPerspectivePlugin | ( | Isis::Pvl & | lab, | 
| bool | allowDefaults ) | 
This is the function that is called in order to instantiate a PointPerspectve object.
| lab | The Pvl from the cube labels | 
| allowDefaults | Indicates whether defaults are allowed. |