Searched refs:Points_ (Results 1 – 1 of 1) sorted by relevance
63 XPoint Points_[STATIC_POINTS]; member in SalPolyLine74 : pFirst_( nPoints+1 > STATIC_POINTS ? new XPoint[nPoints+1] : Points_ ) in SalPolyLine()78 : pFirst_( nPoints+1 > STATIC_POINTS ? new XPoint[nPoints+1] : Points_ ) in SalPolyLine()89 { if( pFirst_ != Points_ ) delete [] pFirst_; } in ~SalPolyLine()
Completed in 31 milliseconds