![]() |
Prusa Slicer 2.6.0
|
Inheritance diagram for igl::geodesic::Face:
Collaboration diagram for igl::geodesic::Face:Public Types | |
| typedef SimpleVector< vertex_pointer > | vertex_pointer_vector |
| typedef SimpleVector< edge_pointer > | edge_pointer_vector |
| typedef SimpleVector< face_pointer > | face_pointer_vector |
Public Member Functions | |
| Face () | |
| ~Face () | |
| edge_pointer | opposite_edge (vertex_pointer v) |
| vertex_pointer | opposite_vertex (edge_pointer e) |
| edge_pointer | next_edge (edge_pointer e, vertex_pointer v) |
| double | vertex_angle (vertex_pointer v) |
| double * | corner_angles () |
| vertex_pointer_vector & | adjacent_vertices () |
| edge_pointer_vector & | adjacent_edges () |
| face_pointer_vector & | adjacent_faces () |
| unsigned & | id () |
| PointType | type () |
Protected Attributes | |
| vertex_pointer_vector | m_adjacent_vertices |
| edge_pointer_vector | m_adjacent_edges |
| face_pointer_vector | m_adjacent_faces |
| unsigned | m_id |
| PointType | m_type |
Private Attributes | |
| double | m_corner_angles [3] |
|
inherited |
|
inherited |
|
inherited |
|
inline |
References igl::geodesic::FACE, and igl::geodesic::MeshElementBase::m_type.
|
inline |
|
inlineinherited |
References igl::geodesic::MeshElementBase::m_adjacent_edges.
Referenced by igl::geodesic::GeodesicAlgorithmExact::best_first_interval(), igl::geodesic::Mesh::build_adjacencies(), igl::geodesic::GeodesicAlgorithmExact::check_stop_conditions(), igl::geodesic::GeodesicAlgorithmExact::list_edges_visible_from_source(), next_edge(), opposite_edge(), igl::geodesic::GeodesicAlgorithmExact::possible_traceback_edges(), igl::geodesic::Mesh::verify(), and igl::geodesic::GeodesicAlgorithmExact::visible_from_source().
Here is the caller graph for this function:
|
inlineinherited |
References igl::geodesic::MeshElementBase::m_adjacent_faces.
Referenced by igl::geodesic::Mesh::build_adjacencies(), igl::geodesic::Mesh::closest_vertices(), igl::geodesic::GeodesicAlgorithmExact::construct_propagated_intervals(), igl::geodesic::Edge::is_boundary(), igl::geodesic::Edge::opposite_face(), igl::geodesic::GeodesicAlgorithmExact::possible_traceback_edges(), and igl::geodesic::GeodesicAlgorithmExact::propagate().
Here is the caller graph for this function:
|
inlineinherited |
References igl::geodesic::MeshElementBase::m_adjacent_vertices.
Referenced by igl::geodesic::SurfacePoint::SurfacePoint(), igl::geodesic::SurfacePoint::SurfacePoint(), igl::geodesic::Edge::belongs(), igl::geodesic::Mesh::build_adjacencies(), igl::geodesic::Mesh::closest_vertices(), igl::geodesic::Mesh::initialize_mesh_data(), opposite_vertex(), igl::geodesic::Edge::opposite_vertex(), igl::geodesic::Edge::v0(), igl::geodesic::Edge::v1(), igl::geodesic::Mesh::verify(), and vertex_angle().
Here is the caller graph for this function:
|
inline |
References m_corner_angles.
Referenced by igl::geodesic::Mesh::build_adjacencies(), and igl::geodesic::Mesh::verify().
Here is the caller graph for this function:
|
inlineinherited |
References igl::geodesic::MeshElementBase::m_id.
Referenced by igl::geodesic::Edge::belongs(), igl::geodesic::GeodesicAlgorithmExact::best_first_interval(), igl::geodesic::Mesh::build_adjacencies(), igl::geodesic::GeodesicAlgorithmExact::check_stop_conditions(), igl::geodesic::GeodesicAlgorithmExact::construct_propagated_intervals(), igl::geodesic::fill_surface_point_double(), igl::geodesic::Interval::initialize(), igl::geodesic::Mesh::initialize_mesh_data(), igl::geodesic::GeodesicAlgorithmExact::intersect_intervals(), igl::geodesic::GeodesicAlgorithmExact::interval_list(), next_edge(), igl::geodesic::Edge::opposite_face(), igl::geodesic::Edge::opposite_vertex(), igl::geodesic::GeodesicAlgorithmExact::propagate(), igl::geodesic::Mesh::verify(), vertex_angle(), and igl::geodesic::GeodesicAlgorithmExact::visible_from_source().
Here is the caller graph for this function:
|
inline |
References igl::geodesic::MeshElementBase::adjacent_edges(), igl::geodesic::Edge::belongs(), and igl::geodesic::MeshElementBase::id().
Referenced by igl::geodesic::GeodesicAlgorithmExact::possible_traceback_edges(), and igl::geodesic::GeodesicAlgorithmExact::propagate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References igl::geodesic::MeshElementBase::adjacent_edges(), and igl::geodesic::Edge::belongs().
Referenced by igl::geodesic::Mesh::build_adjacencies(), and igl::geodesic::GeodesicAlgorithmExact::possible_traceback_edges().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References igl::geodesic::MeshElementBase::adjacent_vertices(), and igl::geodesic::Edge::belongs().
Referenced by igl::geodesic::Mesh::closest_vertices().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineinherited |
References igl::geodesic::MeshElementBase::m_type.
Referenced by igl::geodesic::Interval::initialize(), igl::geodesic::GeodesicAlgorithmExact::list_edges_visible_from_source(), and igl::geodesic::SurfacePoint::type().
Here is the caller graph for this function:
|
inline |
References igl::geodesic::MeshElementBase::adjacent_vertices(), igl::geodesic::MeshElementBase::id(), and m_corner_angles.
Referenced by igl::geodesic::GeodesicAlgorithmExact::propagate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protectedinherited |
Referenced by igl::geodesic::MeshElementBase::adjacent_edges().
|
protectedinherited |
Referenced by igl::geodesic::MeshElementBase::adjacent_faces().
|
protectedinherited |
Referenced by igl::geodesic::MeshElementBase::adjacent_vertices().
|
private |
Referenced by corner_angles(), and vertex_angle().
|
protectedinherited |
Referenced by igl::geodesic::MeshElementBase::id().
|
protectedinherited |