| vrvis::Action | Abstract base class of all Actions |
| vrvis::ActionSet | Represents a logical group of Actions |
| vrvis::AnalogAction | Abstract base class of all Actions triggered by analog events |
| vrvis::ConfigReader | Reader class for a config file in the form [key]=[value] |
| vrvis::DigitalAction | Abstract base class of all Actions triggered by digital events |
| vrvis::Drawable | Class representing all things that can be drawn into the scene |
| vrvis::Image< DataTypeT > | Represents an image file containing multiple bands/layers of data |
| vrvis::ImageBand< DataTypeT > | Class representing one band/layer of an image |
| vrvis::Input | Class representing all input devices and configurable figures |
| vrvis::Layer | Class representing a 2D plane in 3D space holding multiple LayerComponents |
| vrvis::LayerComponent | Class representing a visible part of a Layer, visualizing at least one RasterData object |
| vrvis::RasterData | Interface representing rastered (pixel) data that can be displayed in a LayerComponent |
| vrvis::RotateAction | Abstract monostate base class for RotateXAction and RotateYAction |
| vrvis::RotateXAction | Default Action that rotates the scene around its X coordinate axis |
| vrvis::RotateYAction | Default Action that rotates the scene around its Y coordinate axis |
| vrvis::Selectable | Abstract interface that represents objects that can be selected |
| vrvis::SelectAction< SelectableT > | Basic Action that goes through a list of certain Selectables for unique selection |
| vrvis::Texture | Represents a single texture in a LayerComponent as well as related figures and data |
| vrvis::ToggleAction | Small Action that toggles a boolean value between its two states |
| vrvis::TranslateAction | Default Action to translate the scene |
| vrvis::Vis | Abstract base class of all visualizations |
| vrvis::VisApp | Main application that calls everything else; connection to VR Juggler |
| vrj::GlApp | VR Juggler application object for OpenGL based applications |
| vrvis::ZoomAction | Abstract monostate base class for ZoomInAction and ZoomOutAction |
| vrvis::ZoomInAction | Default Action that zooms into the scene |
| vrvis::ZoomOutAction | Default Action that zooms out of the scene |
1.3.8