MeshKit  1.0
Qslim_test.cpp File Reference
#include <iostream>
#include <time.h>
#include <stdlib.h>
#include <cstring>
#include "QslimDecimation.h"
#include "QslimOptions.h"
Include dependency graph for Qslim_test.cpp:

Go to the source code of this file.

Defines

#define DEFAULT_TEST_FILE   "cow.smf"
#define ERROR(a)   {if (iBase_SUCCESS != err) std::cerr << a << std::endl;}
#define ERRORR(a, b)   {if (iBase_SUCCESS != err) {std::cerr << a << std::endl; return b;}}

Functions

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

Variables

std::string usage_string = "\n"
std::string logging_usage_string = " d=model defn, A=All.\n"

Define Documentation

#define DEFAULT_TEST_FILE   "cow.smf"

Definition at line 11 of file Qslim_test.cpp.

#define ERROR (   a)    {if (iBase_SUCCESS != err) std::cerr << a << std::endl;}

Definition at line 12 of file Qslim_test.cpp.

#define ERRORR (   a,
  b 
)    {if (iBase_SUCCESS != err) {std::cerr << a << std::endl; return b;}}

Definition at line 13 of file Qslim_test.cpp.


Function Documentation

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

Definition at line 41 of file Qslim_test.cpp.


Variable Documentation

std::string logging_usage_string = " d=model defn, A=All.\n"
Examples:
example_qslimmesher.cpp.

Definition at line 34 of file Qslim_test.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines