PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Gedim::VoroInterface::Cell2D Struct Reference

#include <VoroInterface.hpp>

Public Attributes

unsigned int marker
 
std::vector< unsigned intvertices
 
std::vector< unsigned intedges
 
bool active = true
 
std::vector< intneighbors_of_related_3D_cells
 

Member Data Documentation

◆ active

bool Gedim::VoroInterface::Cell2D::active = true

◆ edges

std::vector<unsigned int> Gedim::VoroInterface::Cell2D::edges

◆ marker

unsigned int Gedim::VoroInterface::Cell2D::marker

◆ neighbors_of_related_3D_cells

std::vector<int> Gedim::VoroInterface::Cell2D::neighbors_of_related_3D_cells

◆ vertices

std::vector<unsigned int> Gedim::VoroInterface::Cell2D::vertices

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