PDPoint Class Reference

#include <pDomain.h>

Inheritance diagram for PDPoint:

Inheritance graph
[legend]
Collaboration diagram for PDPoint:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 PDPoint (const pVec &p0)
 ~PDPoint ()
bool Within (const pVec &pos) const
pVec Generate () const
pDomaincopy () const

Public Attributes

pVec p


Detailed Description

Definition at line 18 of file pDomain.h.


Constructor & Destructor Documentation

PDPoint::PDPoint ( const pVec p0  )  [inline]

Definition at line 24 of file pDomain.h.

References p.

Referenced by copy().

00025     {
00026         p = p0;
00027     }

Here is the caller graph for this function:

PDPoint::~PDPoint (  )  [inline]

Definition at line 29 of file pDomain.h.

00030     {
00031     }


Member Function Documentation

bool PDPoint::Within ( const pVec pos  )  const [inline, virtual]

Implements pDomain.

Definition at line 33 of file pDomain.h.

00034     {
00035         return false;
00036     }

pVec PDPoint::Generate (  )  const [inline, virtual]

Implements pDomain.

Definition at line 38 of file pDomain.h.

References p.

00039     {
00040         return p;
00041     }

pDomain* PDPoint::copy (  )  const [inline, virtual]

Implements pDomain.

Definition at line 43 of file pDomain.h.

References PDPoint().

00044     {
00045         PDPoint *P = new PDPoint(*this);
00046         return P;
00047     }

Here is the call graph for this function:


Member Data Documentation

pVec PDPoint::p

Definition at line 21 of file pDomain.h.

Referenced by Generate(), and PDPoint().


The documentation for this class was generated from the following file:
Generated on Sat Mar 15 23:51:54 2008 for Armagetron Advanced by  doxygen 1.5.4