#include <csignal>
#include <iostream>
#include <fstream>
#include <cassert>
#include <sstream>
#include "cbmesg_logger.H"
#include "cb_time.H"
Classes | |
struct | tri_ind_t |
Functions | |
bool | contain_pt (vector< tri_ind_t > indices_, tri_ind_t index) |
bool | load_indices (char const *filename_, vector< tri_ind_t > &indices_) |
void | insert_index (vector< vector< tri_ind_t > > &index_map_, tri_ind_t &index_) |
int | main (int argc, char **argv) |
Variables | |
cbmesg_logger_t | msg_logger |
char | message [MAXCBMSGSIZE] |
bool | interrupted = false |
char const * | progname |
References tri_ind_t::i1, tri_ind_t::i2, and tri_ind_t::i3.
Referenced by insert_index().
References contain_pt().
Referenced by main().
bool load_indices | ( | char const * | filename_, | |
vector< tri_ind_t > & | indices_ | |||
) |
References tri_ind_t::i1, tri_ind_t::i2, tri_ind_t::i3, and progname.
int main | ( | int | argc, | |
char ** | argv | |||
) |
References insert_index(), interrupted, load_indices(), msg_logger, and progname.
bool interrupted = false |
char message[MAXCBMSGSIZE] |
cbmesg_logger_t msg_logger |
char const* progname |