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

#include <poly_mesh.h>

Public Member Functions

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

Public Attributes

std::set< Vertexvertices_
 The vertices connected to this cell.
 
std::set< Edgeedges_
 The edges incident to this cell.
 
std::vector< HalfFacehalffaces_
 The halffaces incident to this cell.
 

Detailed Description

This type stores the cell connectivity

See also
VertexConnectivity, EdgeConnectivity, HalfFaceConnectivity

Member Function Documentation

◆ read()

void read ( std::istream & in)

Reads the cell connectivity from an input stream.

Parameters
inThe input stream.

◆ write()

void write ( std::ostream & out) const

Writes the cell connectivity to an output stream.

Parameters
outThe output stream.

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