Backproject
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CContextA context; keeps track of overal program state in a way that is easily accessed by multiple functions
 CContextOperationRepresents an operation that can be performed based on the 'Context' (This is an abstract class, it cannot be directly instantiated)
 CBackProjectAllPointsOperationThis operation can backproject all points in a context to its images and display the result to the user
 CDisplayImageDetailsOperationThis operation allows the user to inspect details regarding the images that are loaded into the context currently
 CEnterPointsOperationThis operation allows a user to manually enter one or more points
 CLoadHardCodedPointsOperationLoads a hardcoded set of points into a context
 CLoadImagesOperationLoads a set of images into the context by reading a CSV file
 CPurposelyBrokenOperationThis operation's perform method is 66% likely to throw an exception
 CRemoveAllImagesOperationRemoves all the images that a context has
 CRemoveAllPointsOperationAn operation that removes all the points on a context
 CExteriorOrientationRepresents the External Orientation of an image
 CImageRepresents the metadata of an image
 CInteriorOrientationRepresents the Interior Orientation/Internal parameters corresponding to an image; camera/sensor information
 CPointRepresents a 2 dimensional coordinate in an as yet unspecified unit (e.g
 CRunTestCasesMain class for containing the test cases when running googletest unittests