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

STLpoint Class Reference

A vertex point representation for STL files. More...

#include <triSurface/STLpoint.H>


Detailed Description

A vertex point representation for STL files.

Source files

Source files

Definition at line 50 of file STLpoint.H.

Inheritance diagram for STLpoint:
Collaboration diagram for STLpoint:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

STLpoint (  ) [inline]

Construct null.

Definition at line 60 of file STLpoint.H.

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

Construct from components.

Definition at line 64 of file STLpoint.H.

STLpoint ( const point &   pt  ) [inline]

Construct from point.

Definition at line 70 of file STLpoint.H.

STLpoint ( Istream &   is  ) [inline]

Construct from istream.

Definition at line 76 of file STLpoint.H.

STLpoint (  ) [inline]

Construct null.

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

Construct from components.

STLpoint ( const point &    ) [inline]

Construct from point.

STLpoint ( Istream &    ) [inline]

Construct from istream.


Member Function Documentation

operator point (  ) const [inline]

Conversion to point.

Definition at line 85 of file STLpoint.H.

References Vector< float >::x(), Vector< float >::y(), and Vector< float >::z().

operator point (  ) const [inline]

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