Public Types

MeshLib::CViewerMesh< V, E, F, H > Class Template Reference

CViewerMesh class. More...

#include <ViewerMesh.h>

Inheritance diagram for MeshLib::CViewerMesh< V, E, F, H >:
Inheritance graph
[legend]
Collaboration diagram for MeshLib::CViewerMesh< V, E, F, H >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef CBoundary< V, E, F, H > CBoundary
typedef CLoop< V, E, F, H > CLoop
typedef MeshVertexIterator< V,
E, F, H > 
MeshVertexIterator
typedef MeshFaceIterator< V, E,
F, H > 
MeshFaceIterator
typedef MeshEdgeIterator< V, E,
F, H > 
MeshEdgeIterator
typedef VertexVertexIterator
< V, E, F, H > 
VertexVertexIterator
typedef FaceVertexIterator< V,
E, F, H > 
FaceVertexIterator
typedef VertexEdgeIterator< V,
E, F, H > 
VertexEdgeIterator
typedef VertexFaceIterator< V,
E, F, H > 
VertexFaceIterator

Detailed Description

template<typename V, typename E, typename F, typename H>
class MeshLib::CViewerMesh< V, E, F, H >

CViewerMesh class.

mesh class for viewer

Definition at line 98 of file ViewerMesh.h.


Member Typedef Documentation

template<typename V , typename E , typename F , typename H >
typedef CBoundary<V,E,F,H> MeshLib::CViewerMesh< V, E, F, H >::CBoundary

Definition at line 101 of file ViewerMesh.h.

template<typename V , typename E , typename F , typename H >
typedef CLoop<V,E,F,H> MeshLib::CViewerMesh< V, E, F, H >::CLoop

Definition at line 102 of file ViewerMesh.h.

template<typename V , typename E , typename F , typename H >
typedef FaceVertexIterator<V,E,F,H> MeshLib::CViewerMesh< V, E, F, H >::FaceVertexIterator

Definition at line 107 of file ViewerMesh.h.

template<typename V , typename E , typename F , typename H >
typedef MeshEdgeIterator<V,E,F,H> MeshLib::CViewerMesh< V, E, F, H >::MeshEdgeIterator

Definition at line 105 of file ViewerMesh.h.

template<typename V , typename E , typename F , typename H >
typedef MeshFaceIterator<V,E,F,H> MeshLib::CViewerMesh< V, E, F, H >::MeshFaceIterator

Definition at line 104 of file ViewerMesh.h.

template<typename V , typename E , typename F , typename H >
typedef MeshVertexIterator<V,E,F,H> MeshLib::CViewerMesh< V, E, F, H >::MeshVertexIterator

Definition at line 103 of file ViewerMesh.h.

template<typename V , typename E , typename F , typename H >
typedef VertexEdgeIterator<V,E,F,H> MeshLib::CViewerMesh< V, E, F, H >::VertexEdgeIterator

Definition at line 108 of file ViewerMesh.h.

template<typename V , typename E , typename F , typename H >
typedef VertexFaceIterator<V,E,F,H> MeshLib::CViewerMesh< V, E, F, H >::VertexFaceIterator

Definition at line 109 of file ViewerMesh.h.

template<typename V , typename E , typename F , typename H >
typedef VertexVertexIterator<V,E,F,H> MeshLib::CViewerMesh< V, E, F, H >::VertexVertexIterator

Definition at line 106 of file ViewerMesh.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Defines