kstars
RangeConvex.cpp File Reference
Include dependency graph for RangeConvex.cpp:

Go to the source code of this file.
Macros | |
#define | N(n) index_->nodes_[(n)] |
#define | NC(n, m) index_->nodes_[(n)].childID_[(m)] |
#define | NV(m) index_->nodes_[id].v_[(m)] |
#define | SGN(x) ( (x)<0? -1: ( (x)>0? 1:0 ) ) |
#define | V(m) index_->vertices_[(m)] |
Macro Definition Documentation
#define N | ( | n | ) | index_->nodes_[(n)] |
Definition at line 13 of file RangeConvex.cpp.
#define NC | ( | n, | |
m | |||
) | index_->nodes_[(n)].childID_[(m)] |
Definition at line 14 of file RangeConvex.cpp.
#define NV | ( | m | ) | index_->nodes_[id].v_[(m)] |
Definition at line 15 of file RangeConvex.cpp.
#define SGN | ( | x | ) | ( (x)<0? -1: ( (x)>0? 1:0 ) ) |
Definition at line 18 of file RangeConvex.cpp.
#define V | ( | m | ) | index_->vertices_[(m)] |
Definition at line 16 of file RangeConvex.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.