Classes | Macros | Functions | Variables
qt/svm-toy.cpp File Reference
#include <QtGui>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <list>
#include "../../svm.h"
#include "svm-toy.moc"
Include dependency graph for qt/svm-toy.cpp:

Go to the source code of this file.

Classes

struct  SvmToyWindow::point
 
class  SvmToyWindow
 

Macros

#define DEFAULT_PARAM   "-t 2 -c 100"
 
#define XLEN   500
 
#define YLEN   500
 

Functions

int main (int argc, char *argv[])
 

Variables

QRgb colors []
 

Macro Definition Documentation

#define DEFAULT_PARAM   "-t 2 -c 100"

Definition at line 10 of file qt/svm-toy.cpp.

#define XLEN   500

Definition at line 11 of file qt/svm-toy.cpp.

#define YLEN   500

Definition at line 12 of file qt/svm-toy.cpp.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 428 of file qt/svm-toy.cpp.

Variable Documentation

QRgb colors[]
Initial value:
=
{
qRgb(0,0,0),
qRgb(0,120,120),
qRgb(120,120,0),
qRgb(120,0,120),
qRgb(0,200,200),
qRgb(200,200,0),
qRgb(200,0,200)
}

Definition at line 14 of file qt/svm-toy.cpp.



haf_grasping
Author(s): David Fischinger
autogenerated on Mon Jun 10 2019 13:28:43