Section for Image Analysis
Department of Mathematical Modelling
Technical University of Denmark (DTU)
To use the CVisHipsFileHandler the handler needed to be added to the VisSDK project. To do this follow the instruction bellow:
CVisFileHandlerInit::CVisFileHandlerInit()
{
// Our hips file handler
extern CVisFileHandler *CVisHIPSFileHandler_Init();
CVisFileHandler::AddHandler(CVisHIPSFileHandler_Init());
…