Go to the documentation of this file.
68 const std::string & msg,
141 {
cd = 0;
cv = 0;
sd = 0; }
147 {
cd = cdd;
cv = cvv;
sd = sdd; }
159 {
cd = d;
cv = p[d];
sd = +1; }
162 {
cd = d;
cv = p[d];
sd = -1; }
ANNorthRect(int dd, ANNcoord l=0, ANNcoord h=0)
void annPrintPt(ANNpoint pt, int dim, std::ostream &out)
ANNorthHalfSpace(int cdd, ANNcoord cvv, int sdd)
ANNbool in(ANNpoint q) const
DLL_API ANNpoint annCopyPt(int dim, ANNpoint source)
ANNorthRect(int dd, const ANNorthRect &r)
ANNorthHalfSpace * ANNorthHSArray
void setLowerBound(int d, ANNpoint p)
void project(ANNpoint &q)
ANNdist dist(ANNpoint q) const
void annError(const std::string &msg, ANNerr level)
DLL_API ANNpoint annAllocPt(int dim, ANNcoord c=0)
DLL_API void annDeallocPt(ANNpoint &p)
void annAssignRect(int dim, ANNorthRect &dest, const ANNorthRect &source)
ANNorthRect(int dd, ANNpoint l, ANNpoint h)
ANNbool out(ANNpoint q) const
void setUpperBound(int d, ANNpoint p)
ANNbool inside(int dim, ANNpoint p)
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|