Loading a Map of the Views Format
A map in the .ilv format is loaded into a manager of the IlvManager class or one of its subclasses, such as IlvGrapher. These classes are part of the Views manager package.
To load a map of the .ilv format, use the IlvManager::read method as shown below:
manager->read(“filename.ilv”); |