MeshKit  1.0
MeshImporter Struct Reference

#include <Mesh.hpp>

List of all members.

Public Member Functions

Meshload (const string &fname, Mesh *m=NULL)

Static Public Attributes

static const int SIMPLE_FORMAT = 0
static const int OFF_FORMAT = 1
static const int OBJ_FORMAT = 2
static const int VTK_FORMAT = 3
static const int TRIANGLE_FORMAT = 4
static const int CUBIT_FORMAT = 5

Private Member Functions

void readTriNodes (const string &s)
void readTriEdges (const string &s)
void readTriFaces (const string &s)
int vtk_file (const string &s)
int off_file (const string &s)
int simple_file (const string &s)
int triangle_file (const string &s)
int xml_file (const string &s)
int cubit_file (const string &s)

Private Attributes

Meshmesh
std::map< int, int > global2local

Detailed Description

Definition at line 1454 of file Mesh.hpp.


Member Function Documentation

int cubit_file ( const string &  s) [private]

Definition at line 8 of file cubit_io.cpp.

Mesh* load ( const string &  fname,
Mesh m = NULL 
) [inline]

Definition at line 1462 of file Mesh.hpp.

int off_file ( const string &  s) [private]

Definition at line 26 of file off_io.cpp.

void readTriEdges ( const string &  s) [private]

Definition at line 45 of file tri_io.cpp.

void readTriFaces ( const string &  s) [private]

Definition at line 76 of file tri_io.cpp.

void readTriNodes ( const string &  s) [private]

Definition at line 7 of file tri_io.cpp.

int simple_file ( const string &  s) [private]

Definition at line 84 of file mesh_io.cpp.

int triangle_file ( const string &  s) [private]

Definition at line 138 of file tri_io.cpp.

int vtk_file ( const string &  s) [private]

Definition at line 62 of file vtk_io.cpp.

int xml_file ( const string &  s) [private]

Definition at line 6 of file xml_io.cpp.


Member Data Documentation

const int CUBIT_FORMAT = 5 [static]

Definition at line 1460 of file Mesh.hpp.

std::map<int, int> global2local [private]

Definition at line 1499 of file Mesh.hpp.

Mesh* mesh [private]

Definition at line 1498 of file Mesh.hpp.

const int OBJ_FORMAT = 2 [static]

Definition at line 1457 of file Mesh.hpp.

const int OFF_FORMAT = 1 [static]

Definition at line 1456 of file Mesh.hpp.

const int SIMPLE_FORMAT = 0 [static]

Definition at line 1455 of file Mesh.hpp.

const int TRIANGLE_FORMAT = 4 [static]

Definition at line 1459 of file Mesh.hpp.

const int VTK_FORMAT = 3 [static]

Definition at line 1458 of file Mesh.hpp.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines