cgma
GPointOctTreeEval Class Reference

List of all members.

Static Public Member Functions

static CubitVector coordinates (GPoint *p)

Detailed Description

Definition at line 205 of file GMem.cpp.


Member Function Documentation

static CubitVector GPointOctTreeEval::coordinates ( GPoint p) [inline, static]

Definition at line 206 of file GMem.cpp.

        : static inline CubitVector coordinates(GPoint* p)
    { return CubitVector( p->x, p->y, p->z ); }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines