OpenFOAM logo
Open Source CFD Toolkit

STLpoint Class Reference

List of all members.

Public Member Functions

 STLpoint ()
 Construct null.
 STLpoint (float x, float y, float z)
 Construct from components.
 STLpoint (const point &)
 Construct from point.
 STLpoint (Istream &)
 Construct from istream.
float x () const
float y () const
float z () const
 operator point () const

Friends

Istreamoperator>> (Istream &, STLpoint &)
Ostreamoperator<< (Ostream &, const STLpoint &)

Constructor & Destructor Documentation

STLpoint  )  [inline]
 

Construct null.

Definition at line 47 of file STLpointI.H.

STLpoint float  x,
float  y,
float  z
[inline]
 

Construct from components.

Definition at line 52 of file STLpointI.H.

STLpoint const point  )  [inline]
 

Construct from point.

Definition at line 59 of file STLpointI.H.

STLpoint Istream  )  [inline]
 

Construct from istream.

Definition at line 66 of file STLpointI.H.


Member Function Documentation

operator point  )  const [inline]
 

Definition at line 92 of file STLpointI.H.

References Foam::readScalar(), STLpoint::x_, STLpoint::y_, and STLpoint::z_.

Here is the call graph for this function:

float x  )  const [inline]
 

Definition at line 74 of file STLpointI.H.

float y  )  const [inline]
 

Definition at line 79 of file STLpointI.H.

float z  )  const [inline]
 

Definition at line 84 of file STLpointI.H.

References Foam::point.


Friends And Related Function Documentation

Ostream& operator<< Ostream os,
const STLpoint stlp
[friend]
 

Definition at line 110 of file STLpointI.H.

Istream& operator>> Istream is,
STLpoint stlp
[friend]
 

Definition at line 100 of file STLpointI.H.


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