|
FORMIT_CORE_EXPORT FormIt::ImageData | GetData (const size_t nHistoryID, const size_t aImageId, const bool aIncludeSatelliteData=false) |
| Gets ImageData for a single image. More...
|
|
FORMIT_CORE_EXPORT size_t | GetAllImagesCount (size_t nHistoryID) |
| GetAllImagesCount() function. More...
|
|
FORMIT_CORE_EXPORT FormIt::AllImageData | GetAllImages (size_t nHistoryID, FormIt::SortOrder nSort) |
| Gets all images in given history. More...
|
|
FORMIT_CORE_EXPORT size_t | ImportImage (size_t nHistoryID, const 1::string &fileName, size_t pixelWidth, size_t pixelHeight, double worldWidth, double worldHeight, bool isSatelliteImage, bool addToSelections=true) |
| Import image into the model and optionally selects the new image. More...
|
|
FORMIT_CORE_EXPORT bool | SetImageName (size_t nHistoryID, size_t imageID, const 1::string &) |
| Set the Image name. More...
|
|
FORMIT_CORE_EXPORT bool | SetImageAlpha (size_t nHistoryID, size_t imageID, float fAlpha, bool bFinalChange) |
| Set the Image alpha. More...
|
|
FORMIT_CORE_EXPORT bool | SetImagePosition (size_t nHistoryID, size_t imageID, int nPosition) |
| Set the Image Position. More...
|
|