FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

labelledTri Class Reference

Triangle with additional region number. More...

#include <triSurface/labelledTri.H>


Detailed Description

Triangle with additional region number.

Source files

Definition at line 49 of file labelledTri.H.

Inheritance diagram for labelledTri:
Collaboration diagram for labelledTri:

List of all members.

Public Member Functions

 labelledTri ()
 Construct null.
 labelledTri (const label a, const label b, const label c, const label region)
 Construct from three point labels and a region label.
 labelledTri (Istream &)
 Construct from Istream.
label  region () const
 Return region label.
label &  region ()
 Return region label.

Friends

Istream &  operator>> (Istream &, labelledTri &)
Ostream &  operator<< (Ostream &, const labelledTri &)

Constructor & Destructor Documentation

labelledTri (  ) [inline]

Construct null.

Definition at line 38 of file labelledTriI.H.

labelledTri ( const label   a,
const label   b,
const label   c,
const label   region  
) [inline]

Construct from three point labels and a region label.

Construct from components.

Definition at line 46 of file labelledTriI.H.

labelledTri ( Istream &   is  ) [inline]

Construct from Istream.

Definition at line 58 of file labelledTriI.H.

References labelledTri::operator>>.


Member Function Documentation

label region (  ) const [inline]
label & region (  ) [inline]

Return region label.

Definition at line 71 of file labelledTriI.H.


Friends And Related Function Documentation

Istream& operator>> ( Istream &   is,
labelledTri &   t  
) [friend]

Definition at line 79 of file labelledTriI.H.

Referenced by labelledTri::labelledTri().

Ostream& operator<< ( Ostream &   os,
const labelledTri &   t  
) [friend]

Definition at line 103 of file labelledTriI.H.


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