OpenFOAM logo
Open Source CFD Toolkit

surfacePatch Class Reference

Inheritance diagram for surfacePatch:

Inheritance graph
[legend]
Collaboration diagram for surfacePatch:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ClassName ("surfacePatch")
 Runtime type information.
 surfacePatch ()
 Construct null.
 surfacePatch (const word &geometricType, const word &name, const label size, const label start, const label index)
 Construct from components.
 surfacePatch (Istream &is, const label index)
 Construct from Istream.
 surfacePatch (const word &name, const dictionary &dict, const label index)
 Construct from dictionary.
 surfacePatch (const surfacePatch &)
 Construct as copy.
label start () const
 Return start label of this patch in the polyMesh face list.
labelstart ()
 Return start label of this patch in the polyMesh face list.
label size () const
 Return size of this patch in the polyMesh face list.
labelsize ()
 Return size of this patch in the polyMesh face list.
void write (Ostream &) const
 Write.
void writeDict (Ostream &) const
 Write dictionary.
bool operator!= (const surfacePatch &) const
bool operator== (const surfacePatch &) const
 compare.

Friends

Ostreamoperator<< (Ostream &, const surfacePatch &)

Constructor & Destructor Documentation

surfacePatch  ) 
 

Construct null.

surfacePatch const word geometricType,
const word name,
const label  size,
const label  start,
const label  index
 

Construct from components.

surfacePatch Istream is,
const label  index
 

Construct from Istream.

surfacePatch const word name,
const dictionary dict,
const label  index
 

Construct from dictionary.

surfacePatch const surfacePatch  ) 
 

Construct as copy.


Member Function Documentation

ClassName "surfacePatch"   ) 
 

Runtime type information.

bool operator!= const surfacePatch  )  const
 

bool operator== const surfacePatch  )  const
 

compare.

label& size  )  [inline]
 

Return size of this patch in the polyMesh face list.

Definition at line 129 of file surfacePatch.H.

label size  )  const [inline]
 

Return size of this patch in the polyMesh face list.

Definition at line 123 of file surfacePatch.H.

label& start  )  [inline]
 

Return start label of this patch in the polyMesh face list.

Definition at line 117 of file surfacePatch.H.

label start  )  const [inline]
 

Return start label of this patch in the polyMesh face list.

Definition at line 111 of file surfacePatch.H.

void write Ostream  )  const
 

Write.

Reimplemented from geometricSurfacePatch.

void writeDict Ostream  )  const
 

Write dictionary.

Reimplemented from geometricSurfacePatch.


Friends And Related Function Documentation

Ostream& operator<< Ostream ,
const surfacePatch
[friend]
 


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org