Skip to content

Instantly share code, notes, and snippets.

@dstoeckel
dstoeckel / Minimal BALL::VIEW Application
Last active April 20, 2016 15:43
Reads a PDB file passed via command line and displays its contents using a minimal BALL::VIEW application.
#include <BALL/FORMAT/PDBFile.h>
#include <BALL/KERNEL/system.h>
#include <BALL/STRUCTURE/secondaryStructureProcessor.h>
#include <BALL/VIEW/KERNEL/mainControl.h>
#include <BALL/VIEW/WIDGETS/scene.h>
#include <BALL/VIEW/MODELS/cartoonModel.h>
#include <BALL/VIEW/MODELS/standardColorProcessor.h>
#include <QtWidgets/QApplication>