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

#include <VoroInterface.hpp>

Public Attributes

unsigned int marker
 
std::vector< unsigned intvertices
 
std::set< unsigned intedges
 
std::vector< unsigned intfaces
 
std::vector< intneighbors
 
bool active = true
 

Member Data Documentation

◆ active

bool Gedim::VoroInterface::Cell3D::active = true

◆ edges

std::set<unsigned int> Gedim::VoroInterface::Cell3D::edges

◆ faces

std::vector<unsigned int> Gedim::VoroInterface::Cell3D::faces

◆ marker

unsigned int Gedim::VoroInterface::Cell3D::marker

◆ neighbors

std::vector<int> Gedim::VoroInterface::Cell3D::neighbors

◆ vertices

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

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