PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Gedim::VTPPolyhedrons Struct Referencefinal

#include <VTKUtilities.hpp>

Public Member Functions

 VTPPolyhedrons (const Eigen::MatrixXd &vertices, const std::vector< std::vector< std::vector< unsigned int > > > &polyhedronsFaces)
 

Public Attributes

const Eigen::MatrixXd & Vertices
 
const std::vector< std::vector< std::vector< unsigned int > > > & PolyhedronsFaces
 size 3xnumVertices
 

Constructor & Destructor Documentation

◆ VTPPolyhedrons()

Gedim::VTPPolyhedrons::VTPPolyhedrons ( const Eigen::MatrixXd &  vertices,
const std::vector< std::vector< std::vector< unsigned int > > > &  polyhedronsFaces 
)
inline

size numPolyhedrons x numPolyhedronFaces x numPolyhedronFaceVertices

Member Data Documentation

◆ PolyhedronsFaces

const std::vector<std::vector<std::vector<unsigned int> > >& Gedim::VTPPolyhedrons::PolyhedronsFaces

size 3xnumVertices

◆ Vertices

const Eigen::MatrixXd& Gedim::VTPPolyhedrons::Vertices

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