|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLPACS::CExteriorMesh Class ReferenceThe external mesh of a interior local retriever.
More...
#include <exterior_mesh.h>
List of all members.
Detailed Description
The external mesh of a interior local retriever.
-
Author:
-
Benjamin Legros , Nevrax France
-
Date:
-
2001
Definition at line 56 of file exterior_mesh.h.
Constructor & Destructor Documentation
NLPACS::CExteriorMesh::CExteriorMesh |
( |
|
) |
|
|
Member Function Documentation
const CEdge NLPACS::CExteriorMesh::getEdge |
( |
uint |
n |
) |
const [inline] |
|
const std::vector<CEdge>& NLPACS::CExteriorMesh::getEdges |
( |
|
) |
const [inline] |
|
const CLink& NLPACS::CExteriorMesh::getLink |
( |
uint |
n |
) |
const [inline] |
|
CLink NLPACS::CExteriorMesh::getLinkFromEdge |
( |
uint |
edge |
) |
const [inline] |
|
const std::vector<CLink>& NLPACS::CExteriorMesh::getLinks |
( |
|
) |
const [inline] |
|
const COrderedEdges& NLPACS::CExteriorMesh::getOrderedEdges |
( |
uint |
n |
) |
const [inline] |
|
const std::vector<COrderedEdges>& NLPACS::CExteriorMesh::getOrderedEdges |
( |
|
) |
const [inline] |
|
void NLPACS::CExteriorMesh::setEdges |
( |
const std::vector< CEdge > & |
edges |
) |
|
|
void NLPACS::CExteriorMesh::setLinks |
( |
const std::vector< CLink > & |
links |
) |
[inline] |
|
Member Data Documentation
std::vector<CEdge> NLPACS::CExteriorMesh::_Edges [protected]
|
|
std::vector<CLink> NLPACS::CExteriorMesh::_Links [protected]
|
|
std::vector<COrderedEdges> NLPACS::CExteriorMesh::_OrderedEdges [protected]
|
|
The documentation for this class was generated from the following files:
|
|