#include <QApplication>
#include "DGVLatticeVTK.h"
#include "DGVDiophantineVTK.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const int | dimension = 2 |
const int | windowSize = 512 |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Create Lattice (default dimension is 2) and display
Set Parameters
Create lattice
Setup line and display Set line parameters Create and draw line on lattice given by slope and point
Definition at line 9 of file linevtk.cpp.
const int dimension = 2 |
Definition at line 6 of file linevtk.cpp.
const int windowSize = 512 |
Definition at line 7 of file linevtk.cpp.