ParMooN
 All Classes Functions Variables Friends Pages
Public Member Functions | Protected Attributes | List of all members
TMapper Class Reference

#include <Mapper.h>

Public Member Functions

 TMapper (Mapper which)
 
Mapper GetType ()
 
void GetMapperRef (const int *&MapVerts, const int *&MapFaces)
 
void GetMapperOrig (const int *&MapVerts, const int *&MapEdges)
 

Protected Attributes

Mapper Type
 
const int * MapOrigVerts
 
const int * MapOrigEdges
 
const int * MapRefVerts
 
const int * MapRefEdges
 
const int * MapRefFaces
 

Detailed Description

mapper for faces of 3D geometric objects

Member Function Documentation

void TMapper::GetMapperOrig ( const int *&  MapVerts,
const int *&  MapEdges 
)
inline

return mapper of original vertices and faces

void TMapper::GetMapperRef ( const int *&  MapVerts,
const int *&  MapFaces 
)
inline

return mapper of vertices and faces

Mapper TMapper::GetType ( )
inline

return type of mapper

Member Data Documentation

const int* TMapper::MapOrigEdges
protected

mapping of original edges

const int* TMapper::MapOrigVerts
protected

mapping of original vertices

const int* TMapper::MapRefEdges
protected

mapping of refined edges

const int* TMapper::MapRefFaces
protected

mapping of refined faces

const int* TMapper::MapRefVerts
protected

mapping of refined vertices


The documentation for this class was generated from the following files: