Skip to content

Project Geode-Simplex

class RemeshAlgo

Records

Impl

Functions

RemeshAlgo

cpp
protected void RemeshAlgo<dimension>(const Metric<dimension> & metric, absl::Span<const index_t> lock_vertices)
protected void RemeshAlgo<dimension>(const Metric<dimension> & metric, absl::Span<const index_t> lock_vertices)

~RemeshAlgo

cpp
protected void ~RemeshAlgo<dimension>()
protected void ~RemeshAlgo<dimension>()

common_output

cpp
protected RemeshedSurface<dimension> common_output()
protected RemeshedSurface<dimension> common_output()

remeshed

cpp
protected const TriangulatedSurface<dimension> & remeshed()
protected const TriangulatedSurface<dimension> & remeshed()

remeshed_builder

cpp
protected TriangulatedSurfaceBuilder<dimension> & remeshed_builder()
protected TriangulatedSurfaceBuilder<dimension> & remeshed_builder()

lock_vertices

cpp
protected absl::Span<const index_t> lock_vertices()
protected absl::Span<const index_t> lock_vertices()

set_mapping

cpp
protected void set_mapping(std::vector<VertexOrigin> && mapping)
protected void set_mapping(std::vector<VertexOrigin> && mapping)

add_mapping

cpp
protected void add_mapping(index_t background_vertex, bool is_locked)
protected void add_mapping(index_t background_vertex, bool is_locked)

metric

cpp
protected const Metric<dimension> & metric()
protected const Metric<dimension> & metric()

set_mapping

cpp
public void set_mapping(int && mapping)
public void set_mapping(int && mapping)

class RemeshAlgo

class RemeshAlgo

Geode-solutions' documentation website