#include <HDS_overlay.h>
Definition at line 178 of file HDS_overlay.h.
Definition at line 241 of file HDS_overlay.h.
243 for ( Vertex_iterator it=vertices_begin(); it!=vertices_end(); ++it)
CGAL::Halfedge_data_structure_using_vector< Vertex_overlay, Halfedge_overlay, Facet_overlay > Base
Definition at line 261 of file HDS_overlay.h.
References pn, and RFC_assertion.
263 vertices.push_back( Vertex()); vertices.back().set_pane(
pn);
264 return & (vertices.back());
Vertex* new_vertex |
( |
const Vertex * |
v | ) |
|
|
inline |
Definition at line 267 of file HDS_overlay.h.
References pn, and RFC_assertion.
269 vertices.push_back( *
v); vertices.back().set_pane(
pn);
270 return & (vertices.back());
*********************************************************************Illinois Open Source License ****University of Illinois NCSA **Open Source License University of Illinois All rights reserved ****Developed free of to any person **obtaining a copy of this software and associated documentation to deal with the Software without including without limitation the rights to and or **sell copies of the and to permit persons to whom the **Software is furnished to do subject to the following this list of conditions and the following disclaimers ****Redistributions in binary form must reproduce the above **copyright this list of conditions and the following **disclaimers in the documentation and or other materials **provided with the distribution ****Neither the names of the Center for Simulation of Advanced the University of nor the names of its **contributors may be used to endorse or promote products derived **from this Software without specific prior written permission ****THE SOFTWARE IS PROVIDED AS WITHOUT WARRANTY OF ANY **EXPRESS OR INCLUDING BUT NOT LIMITED TO THE WARRANTIES **OF FITNESS FOR A PARTICULAR PURPOSE AND **NONINFRINGEMENT IN NO EVENT SHALL THE CONTRIBUTORS OR **COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES OR OTHER WHETHER IN AN ACTION OF TORT OR **ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE **USE OR OTHER DEALINGS WITH THE SOFTWARE v
Vertex* new_vertex |
( |
const Point & |
p | ) |
|
|
inline |
Definition at line 273 of file HDS_overlay.h.
References pn, and RFC_assertion.
275 vertices.push_back( Vertex( p)); vertices.back().set_pane(
pn);
276 return & (vertices.back());
void normalize_border_vertices |
( |
| ) |
|
Definition at line 50 of file RFC_Window_overlay.C.
References RFC_assertion, and v.
Referenced by RFC_Pane_overlay::build_hds().
51 Base::normalize_border();
55 for ( it=border_halfedges_begin(); it!=halfedges_end(); ++it) {
58 Vertex *
v = it->vertex();
59 if ( v->halfedge() != &*it)
60 v->set_halfedge( &*it);
*********************************************************************Illinois Open Source License ****University of Illinois NCSA **Open Source License University of Illinois All rights reserved ****Developed free of to any person **obtaining a copy of this software and associated documentation to deal with the Software without including without limitation the rights to and or **sell copies of the and to permit persons to whom the **Software is furnished to do subject to the following this list of conditions and the following disclaimers ****Redistributions in binary form must reproduce the above **copyright this list of conditions and the following **disclaimers in the documentation and or other materials **provided with the distribution ****Neither the names of the Center for Simulation of Advanced the University of nor the names of its **contributors may be used to endorse or promote products derived **from this Software without specific prior written permission ****THE SOFTWARE IS PROVIDED AS WITHOUT WARRANTY OF ANY **EXPRESS OR INCLUDING BUT NOT LIMITED TO THE WARRANTIES **OF FITNESS FOR A PARTICULAR PURPOSE AND **NONINFRINGEMENT IN NO EVENT SHALL THE CONTRIBUTORS OR **COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES OR OTHER WHETHER IN AN ACTION OF TORT OR **ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE **USE OR OTHER DEALINGS WITH THE SOFTWARE v
The documentation for this class was generated from the following files: