The Conley-Morse Graphs Software
Classes | Functions | Variables
psetjoin.cpp File Reference

A program for joining topologically disjoint sets of points (or cubes). More...

#include "chomp/system/config.h"
#include "chomp/system/textfile.h"
#include "chomp/cubes/pointset.h"
#include "chomp/struct/hashsets.h"
#include "chomp/system/timeused.h"
#include "chomp/system/arg.h"
#include <exception>
#include <new>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <cstdlib>
#include <ctime>
#include <sstream>
#include <vector>
#include <algorithm>

Go to the source code of this file.

Classes

class  pointsetptr
 

Functions

bool operator< (const pointsetptr &x, const pointsetptr &y)
 
int psetbold (pointset &p, int howmany, bool debug=false)
 
bool disjoint (const pointset &p, const pointset &q)
 
int joinsets (char *innames[], int nnames, char *prefix, int distance, int firstset)
 Joins the sets of cubes. More...
 
int main (int argc, char *argv[])
 The main function of the program. More...
 

Variables

const char * title
 
const char * helpinfo
 
const int maxnames = 16000
 

Detailed Description

A program for joining topologically disjoint sets of points (or cubes).

Author
Pawel Pilarczyk

Definition in file psetjoin.cpp.