Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
concepts::Import3DTetMesh::Tet Class Reference

List of all members.

Public Member Functions

uint operator[] (const uint i) const
 Tet (const uint one, const uint two, const uint three, const uint four)

Private Attributes

uint nodes_ [4]

Detailed Description

Definition at line 206 of file mesh.hh.


Constructor & Destructor Documentation

concepts::Import3DTetMesh::Tet::Tet ( const uint  one,
const uint  two,
const uint  three,
const uint  four 
) [inline]

Definition at line 210 of file mesh.hh.


Member Function Documentation

uint concepts::Import3DTetMesh::Tet::operator[] ( const uint  i) const [inline]

Definition at line 214 of file mesh.hh.


Member Data Documentation

Definition at line 208 of file mesh.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)