Model Processors
[Visualisation]

Collaboration diagram for Model Processors:

Classes

class BALL::VIEW::AtomBondModelBaseProcessor
AtomBondModelBaseProcessor class. More...
class BALL::VIEW::AddBackboneModel
AddBackboneModel class. More...
class BALL::VIEW::AddBallAndStickModel
AddBallAndStickModel class. More...
class BALL::VIEW::AddCartoonModel
AddCartoonModel class. More...
class BALL::VIEW::ColorProcessor
Calculating colors for given GeometricObject instances. More...
class BALL::VIEW::InterpolateColorProcessor
Base class for ColorProcessors, that interpolate between two values. More...
class BALL::VIEW::FieldLineCreator
FieldLineCreator class. More...
class BALL::VIEW::ForceModel
ForceModel class. More...
class BALL::VIEW::HBondModelProcessor
HBondModelProcessor class. More...
class BALL::VIEW::LabelModel
LabelModel class. More...
class BALL::VIEW::AddLineModel
AddLineModel class. More...
class BALL::VIEW::ModelProcessor
Base class for all model processors. More...
class BALL::VIEW::ElementColorProcessor
ElementColorProcessor class. More...
class BALL::VIEW::ResidueNumberColorProcessor
ColorProcessor for coloring by the numbers of the Residue 's. More...
class BALL::VIEW::ResidueNameColorProcessor
ResidueNameColorProcessor is derived from the class ColorProcessor. More...
class BALL::VIEW::AtomChargeColorProcessor
AtomChargeColorProcessor class. More...
class BALL::VIEW::AtomDistanceColorProcessor
AtomDistanceColorProcessor class. More...
class BALL::VIEW::CustomColorProcessor
CustomColorProcessor colorizes every GeometricObject with the default color. More...
class BALL::VIEW::TemperatureFactorColorProcessor
Coloring by the temperature factor of atoms from a PDBFile. More...
class BALL::VIEW::OccupancyColorProcessor
Coloring by the occupancy of atoms from a PDBFile. More...
class BALL::VIEW::ForceColorProcessor
Coloring by the forces, acting on atoms. More...
class BALL::VIEW::SecondaryStructureColorProcessor
Coloring by the secondary structure, a Composite is in. More...
class BALL::VIEW::ResidueTypeColorProcessor
Coloring by the type of a Residue. More...
class BALL::VIEW::AddSurfaceModel
AddSurfaceModel class. More...
class BALL::VIEW::AddVanDerWaalsModel
AddVanDerWaalsModel class. More...

Detailed Description

Molecular Models

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.

Coloring Methods

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 .


Generated on Thu Aug 6 18:30:05 2009 for BALL by doxygen 1.5.8