Install CVisHipsFileHandler
 

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:

// Our postscript file handler
extern CVisFileHandler *CVisPSFileHandler_Init();
CVisFileHandler::AddHandler(CVisPSFileHandler_Init());

// Our hips file handler
extern CVisFileHandler *CVisHIPSFileHandler_Init();
CVisFileHandler::AddHandler(CVisHIPSFileHandler_Init());

}