Easy3D 2.6.1
Loading...
Searching...
No Matches
PolyMesh::VertexConnectivity Struct Reference

#include <poly_mesh.h>

Public Member Functions

void read (std::istream &in)
 
void write (std::ostream &out) const
 Writes the edge connectivity to an output stream.
 

Public Attributes

std::set< Vertexvertices_
 The vertices connected to this vertex.
 
std::set< Edgeedges_
 The edges incident to this vertex.
 
std::set< HalfFacehalffaces_
 The halffaces incident to this vertex.
 
std::set< Cellcells_
 The cells incident to this vertex.
 

Detailed Description

This type stores the vertex connectivity

See also
EdgeConnectivity, HalfFaceConnectivity, CellConnectivity

Member Function Documentation

◆ read()

void read ( std::istream & in)

This type stores the vertex connectivity

See also
EdgeConnectivity, HalfFaceConnectivity, CellConnectivity

◆ write()

void write ( std::ostream & out) const

Writes the edge connectivity to an output stream.

Parameters
outThe output stream.

The documentation for this struct was generated from the following files: