Project Geode-Common
struct SolidPath
Members
cpp
public POSITION position
public POSITION position
cpp
public PolyhedronFacet facet
public PolyhedronFacet facet
cpp
public index_t vertex_id
public index_t vertex_id
Functions
SolidPath
cpp
public void SolidPath(const TetrahedralSolid3D & solid, PolyhedronFacet facet_in, POSITION position_in)
public void SolidPath(const TetrahedralSolid3D & solid, PolyhedronFacet facet_in, POSITION position_in)
SolidPath
cpp
public void SolidPath(index_t vertex_in)
public void SolidPath(index_t vertex_in)
SolidPath
cpp
public void SolidPath()
public void SolidPath()
is_vertex
cpp
public bool is_vertex()
public bool is_vertex()
is_facet_vertex
cpp
public bool is_facet_vertex()
public bool is_facet_vertex()
is_edge
cpp
public bool is_edge()
public bool is_edge()
is_facet
cpp
public bool is_facet()
public bool is_facet()
are_same_paths
cpp
public bool are_same_paths(const TetrahedralSolid3D & solid, const SolidPath & other)
public bool are_same_paths(const TetrahedralSolid3D & solid, const SolidPath & other)
get_vertex_position
cpp
public POSITION get_vertex_position(geode::local_index_t vertex)
public POSITION get_vertex_position(geode::local_index_t vertex)
get_edge_position
cpp
public POSITION get_edge_position(geode::local_index_t edge)
public POSITION get_edge_position(geode::local_index_t edge)
get_edge_index
cpp
public geode::local_index_t get_edge_index()
public geode::local_index_t get_edge_index()
get_vertex_index
cpp
public geode::local_index_t get_vertex_index()
public geode::local_index_t get_vertex_index()
get_edge_vertex_id
cpp
public geode::local_index_t get_edge_vertex_id(geode::local_index_t vertex)
public geode::local_index_t get_edge_vertex_id(geode::local_index_t vertex)