Classes | |
class | BALL::VIEW::Box |
class | BALL::VIEW::Disc |
class | BALL::VIEW::GridVisualisation |
class | BALL::VIEW::Label |
class | BALL::VIEW::Line |
class | BALL::VIEW::Mesh |
class | BALL::VIEW::MultiLine |
class | BALL::VIEW::Point |
class | BALL::VIEW::QuadMesh |
class | BALL::VIEW::SimpleBox |
class | BALL::VIEW::Sphere |
class | BALL::VIEW::Tube |
class | BALL::VIEW::TwoColoredLine |
class | BALL::VIEW::TwoColoredTube |
The Representation of molecular structures consists of primitive geometric objects, e.g.:
Every such object is implemented in a class derived from GeometricObject . It contains all the information for the Renderer classes, to show it on the screen or export it to specialised formats (e.g. POVRay).
If you want to visualise a new geometric object, create a new GeometricObject class and adapt the Renderer (see documentation there).