CAPD::DynSys Library  6.0.0
graphicalSetTest.cpp File Reference
#include <cmath>
#include <stdexcept>
#include <fstream>
#include "capd/krak/krak.h"
#include "capd/capdlib.h"
#include "capd/dynset/C1GraphicalSet.h"
#include "capd/dynset/C0GraphicalSet.h"

Classes

class  GraphicalOutput< SetType >
 

Macros

#define _WAIT_FOR_KEY_
 

Typedefs

typedef GraphicalOutput< C0SetC0Output
 

Functions

void axes (Frame &fr, double minx, double miny, double maxx, double maxy)
 
int readKey ()
 
void initGraph ()
 
void drawRectangle (std::vector< IVector > &cor, Frame &fr, int color)
 
template<typename T >
void corners (T &head, const T &tail, int i, int dim, std::vector< T > &cor)
 
std::vector< IVectorgetCorners (const IVector &center, const IMatrix &B, const IVector &r)
 
void makeTests (IOdeSolver &T, const IVector &x0)
 
void harmonicOscilator ()
 
int main (int, char **)
 

Variables

double minx =-2.6
 
double maxx =2.6
 
double miny =-2.6
 
double maxy =2.6
 
Frame fr [4]
 
Frame txt
 

Macro Definition Documentation

◆ _WAIT_FOR_KEY_

#define _WAIT_FOR_KEY_

Typedef Documentation

◆ C0Output

Function Documentation

◆ axes()

void axes ( Frame &  fr,
double  minx,
double  miny,
double  maxx,
double  maxy 
)

◆ corners()

template<typename T >
void corners ( T &  head,
const T &  tail,
int  i,
int  dim,
std::vector< T > &  cor 
)

◆ drawRectangle()

void drawRectangle ( std::vector< IVector > &  cor,
Frame &  fr,
int  color 
)

◆ getCorners()

std::vector<IVector> getCorners ( const IVector center,
const IMatrix B,
const IVector r 
)

◆ harmonicOscilator()

void harmonicOscilator ( )

◆ initGraph()

void initGraph ( )

◆ main()

int main ( int  ,
char **   
)

◆ makeTests()

void makeTests ( IOdeSolver T,
const IVector x0 
)

◆ readKey()

int readKey ( )

Variable Documentation

◆ fr

Frame fr[4]

◆ maxx

double maxx =2.6

◆ maxy

double maxy =2.6

◆ minx

double minx =-2.6

◆ miny

double miny =-2.6

◆ txt

Frame txt