Project OpenGeode
class PolygonalSurfaceBuilder
cpp
Inherits from SurfaceMeshBuilder<2U>Inherits from SurfaceMeshBuilder<2U>class PolygonalSurfaceBuilder
cpp
Inherits from SurfaceMeshBuilder<3U>Inherits from SurfaceMeshBuilder<3U>class PolygonalSurfaceBuilder
Interface class to represent the builder of a PolygonalSurface
cpp
Inherits from SurfaceMeshBuilder<dimension>Inherits from SurfaceMeshBuilder<dimension>Functions
PolygonalSurfaceBuilder
cpp
public void PolygonalSurfaceBuilder<dimension>(PolygonalSurfaceBuilder<dimension> && )public void PolygonalSurfaceBuilder<dimension>(PolygonalSurfaceBuilder<dimension> && )create
cpp
public std::unique_ptr<PolygonalSurfaceBuilder<dimension> > create(PolygonalSurface<dimension> & mesh)public std::unique_ptr<PolygonalSurfaceBuilder<dimension> > create(PolygonalSurface<dimension> & mesh)Create the builder associated with a PolygonalSurface.
mesh [in] The PolygonalSurface to build/modify
copy
cpp
public void copy(const PolygonalSurface<dimension> & surface_mesh)public void copy(const PolygonalSurface<dimension> & surface_mesh)PolygonalSurfaceBuilder
cpp
protected void PolygonalSurfaceBuilder<dimension>(PolygonalSurface<dimension> & mesh)protected void PolygonalSurfaceBuilder<dimension>(PolygonalSurface<dimension> & mesh)