BALL  1.4.79
Classes | Enumerations
Geometric Objects

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
 
struct  BALL::VIEW::QuadMesh::Quadruple
 
class  BALL::VIEW::QuadMesh
 
class  BALL::VIEW::SimpleBox
 
class  BALL::VIEW::Sphere
 
class  BALL::VIEW::Tube
 
class  BALL::VIEW::TwoColoredLine
 
class  BALL::VIEW::TwoColoredTube
 

Enumerations

enum  BALL::VIEW::GridVisualisation::Type { BALL::VIEW::GridVisualisation::PLANE, BALL::VIEW::GridVisualisation::SLICES, BALL::VIEW::GridVisualisation::DOTS }
 

Detailed Description

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).

Enumeration Type Documentation

Enumerator
PLANE 
SLICES 
DOTS 

Definition at line 30 of file gridVisualisation.h.