mesh3d::point Class Reference

connects to polygons through their corners

#include <point.h>

Public Types

typedef std::vector< corner * > corner_collection

Public Member Functions

corner_collectioncorners ()
corner_collection const & corners () const

Friends

class geometry
class polygon

Detailed Description

Definition at line 38 of file point.h.


Member Typedef Documentation

Definition at line 41 of file point.h.


Member Function Documentation

corner_collection& mesh3d::point::corners (  )  [inline]

Definition at line 43 of file point.h.

00043 { return m_corners; }

corner_collection const& mesh3d::point::corners (  )  const [inline]

Definition at line 44 of file point.h.

00044 { return m_corners; }


Friends And Related Function Documentation

friend class geometry [friend]

Definition at line 47 of file point.h.

friend class polygon [friend]

Definition at line 50 of file point.h.


The documentation for this class was generated from the following file:
Generated on Sun Apr 11 12:23:11 2010 for RenderStack by  doxygen 1.6.3