![]() |
|
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 | |
Istream & | operator>> (Istream &, STLpoint &) |
Ostream & | operator<< (Ostream &, const STLpoint &) |
|
Construct null.
Definition at line 47 of file STLpointI.H. |
|
Construct from components.
Definition at line 52 of file STLpointI.H. |
|
Construct from point.
Definition at line 59 of file STLpointI.H. |
|
Construct from istream.
Definition at line 66 of file STLpointI.H. |
|
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:
|
Definition at line 74 of file STLpointI.H. |
|
Definition at line 79 of file STLpointI.H. |
|
Definition at line 84 of file STLpointI.H. References Foam::point. |
|
Definition at line 110 of file STLpointI.H. |
|
Definition at line 100 of file STLpointI.H. |