#include <stdlib.h>
#include <algorithm>
#include <sstream>
#include <fstream>
#include <iostream>
#include "BoxPartition.h"
#include "Atoms.h"
Include dependency graph for LinearPart.cpp:
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
void | usage_box () |
|
Definition at line 20 of file LinearPart.cpp. References PartitionBase< TYPEOFATOMS >::attachAtoms(), PartitionBase< TYPEOFATOMS >::newWriteInFile(), setOfAtoms::numberOfAtoms(), BoxPartition::partitionate(), setOfAtoms::readQCIFile(), usage_box(), PartitionBase< TYPEOFATOMS >::writeInFile(), and setOfAtoms::writeQCIFile(). Here is the call graph for this function: ![]() |
|
Definition at line 10 of file LinearPart.cpp. Referenced by main(). |