There are several model types to visualise molecular
structures in VIEW:
Every model is implemeted in a class derived from
ModelProcessor, which operates on Kernel objects (Atoms , Bonds , ...).
If you want to add a new model, you have to do four things:
The new model will be automaticaly added to the DisplayProperties
dialog.
There are also several methods to colorize the molecular models and every method is implemented in a class derived from ColorProcessor . Every instance of Representation can have a pointer to an object of ColorProcessor , which it calls to get the color for the GeometricObjects .