Memosa-FVM  0.2
Construct_coord_iterator Struct Reference

#include <KSearchTree.h>

Public Member Functions

const double * operator() (const MyPoint &p) const
 
const double * operator() (const MyPoint &p, int) const
 

Detailed Description

Definition at line 48 of file KSearchTree.h.

Member Function Documentation

const double* Construct_coord_iterator::operator() ( const MyPoint p) const
inline

Definition at line 50 of file KSearchTree.h.

References MyPoint::vec.

51  { return &(p.vec[0]); }
Vec3D vec
Definition: KSearchTree.h:22
const double* Construct_coord_iterator::operator() ( const MyPoint p,
int   
) const
inline

Definition at line 53 of file KSearchTree.h.

References MyPoint::vec.

54  { return &(p.vec[0])+3; }
Vec3D vec
Definition: KSearchTree.h:22

The documentation for this struct was generated from the following file: