![]() |
Prusa Slicer 2.6.0
|
Inheritance diagram for igl::geodesic::Vertex:
Collaboration diagram for igl::geodesic::Vertex: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 | |
| Vertex () | |
| ~Vertex () | |
| bool & | saddle_or_boundary () |
| vertex_pointer_vector & | adjacent_vertices () |
| edge_pointer_vector & | adjacent_edges () |
| face_pointer_vector & | adjacent_faces () |
| unsigned & | id () |
| PointType | type () |
| double * | xyz () |
| double & | x () |
| double & | y () |
| double & | z () |
| void | set (double new_x, double new_y, double new_z) |
| void | set (double *data) |
| double | distance (double *v) |
| double | distance (Point3D *v) |
| void | add (Point3D *v) |
| void | multiply (double v) |
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 | |
| bool | m_saddle_or_boundary |
| double | m_coordinates [3] |
|
inherited |
|
inherited |
|
inherited |
|
inline |
References igl::geodesic::MeshElementBase::m_type, and igl::geodesic::VERTEX.
|
inline |
References igl::geodesic::Point3D::x(), igl::geodesic::Point3D::y(), and igl::geodesic::Point3D::z().
Referenced by igl::geodesic::SurfacePoint::SurfacePoint().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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(), igl::geodesic::Face::next_edge(), igl::geodesic::Face::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(), igl::geodesic::Face::opposite_vertex(), igl::geodesic::Edge::opposite_vertex(), igl::geodesic::Edge::v0(), igl::geodesic::Edge::v1(), igl::geodesic::Mesh::verify(), and igl::geodesic::Face::vertex_angle().
Here is the caller graph for this function:
|
inlineinherited |
References igl::geodesic::Point3D::m_coordinates, and sqrt().
Referenced by igl::geodesic::GeodesicAlgorithmExact::best_first_interval(), igl::geodesic::Point3D::distance(), igl::geodesic::Edge::local_coordinates(), igl::geodesic::GeodesicAlgorithmBase::set_stop_conditions(), and igl::geodesic::GeodesicAlgorithmExact::visible_from_source().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineinherited |
References igl::geodesic::Point3D::distance(), and igl::geodesic::Point3D::xyz().
Here is the call 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(), igl::geodesic::Face::next_edge(), igl::geodesic::Edge::opposite_face(), igl::geodesic::Edge::opposite_vertex(), igl::geodesic::GeodesicAlgorithmExact::propagate(), igl::geodesic::Mesh::verify(), igl::geodesic::Face::vertex_angle(), and igl::geodesic::GeodesicAlgorithmExact::visible_from_source().
Here is the caller graph for this function:
|
inlineinherited |
References igl::geodesic::Point3D::x(), igl::geodesic::Point3D::y(), and igl::geodesic::Point3D::z().
Referenced by igl::geodesic::SurfacePoint::SurfacePoint().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References m_saddle_or_boundary.
Referenced by igl::geodesic::Mesh::build_adjacencies(), and igl::geodesic::GeodesicAlgorithmExact::propagate().
Here is the caller graph for this function:
|
inlineinherited |
References igl::geodesic::Point3D::x(), igl::geodesic::Point3D::y(), and igl::geodesic::Point3D::z().
Here is the call graph for this function:
|
inlineinherited |
References igl::geodesic::Point3D::x(), igl::geodesic::Point3D::y(), and igl::geodesic::Point3D::z().
Referenced by igl::geodesic::SurfacePoint::SurfacePoint(), igl::geodesic::SurfacePoint::SurfacePoint(), and igl::geodesic::fill_surface_point_structure().
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:
|
inlineinherited |
References igl::geodesic::Point3D::m_coordinates.
Referenced by igl::geodesic::Point3D::Point3D(), igl::geodesic::SurfacePoint::SurfacePoint(), igl::geodesic::SurfacePoint::SurfacePoint(), igl::geodesic::Point3D::add(), igl::geodesic::fill_surface_point_double(), igl::geodesic::Mesh::initialize_mesh_data(), igl::geodesic::Point3D::multiply(), igl::geodesic::SurfacePointWithIndex::operator()(), igl::geodesic::Point3D::set(), igl::geodesic::Point3D::set(), and igl::geodesic::Mesh::verify().
Here is the caller graph for this function:
|
inlineinherited |
References igl::geodesic::Point3D::m_coordinates.
Referenced by igl::geodesic::Point3D::distance().
Here is the caller graph for this function:
|
inlineinherited |
References igl::geodesic::Point3D::m_coordinates.
Referenced by igl::geodesic::Point3D::Point3D(), igl::geodesic::SurfacePoint::SurfacePoint(), igl::geodesic::SurfacePoint::SurfacePoint(), igl::geodesic::Point3D::add(), igl::geodesic::fill_surface_point_double(), igl::geodesic::Mesh::initialize_mesh_data(), igl::geodesic::Point3D::multiply(), igl::geodesic::SurfacePointWithIndex::operator()(), igl::geodesic::Point3D::set(), igl::geodesic::Point3D::set(), and igl::geodesic::Mesh::verify().
Here is the caller graph for this function:
|
inlineinherited |
References igl::geodesic::Point3D::m_coordinates.
Referenced by igl::geodesic::Point3D::Point3D(), igl::geodesic::SurfacePoint::SurfacePoint(), igl::geodesic::SurfacePoint::SurfacePoint(), igl::geodesic::Point3D::add(), igl::geodesic::fill_surface_point_double(), igl::geodesic::Mesh::initialize_mesh_data(), igl::geodesic::Point3D::multiply(), igl::geodesic::Point3D::set(), igl::geodesic::Point3D::set(), and igl::geodesic::Mesh::verify().
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().
|
privateinherited |
|
protectedinherited |
Referenced by igl::geodesic::MeshElementBase::id().
|
private |
Referenced by saddle_or_boundary().
|
protectedinherited |
Referenced by igl::geodesic::Edge::Edge(), igl::geodesic::Face::Face(), Vertex(), and igl::geodesic::MeshElementBase::type().