LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
Public Attributes | List of all members
lf::io::VtkFile::UnstructuredGrid Class Reference

#include <lf/io/vtk_writer.h>

Public Attributes

std::vector< Eigen::Vector3f > points
 
std::vector< std::vector< size_type > > cells
 
std::vector< CellTypecell_types
 

Detailed Description

Definition at line 68 of file vtk_writer.h.

Member Data Documentation

◆ cell_types

std::vector<CellType> lf::io::VtkFile::UnstructuredGrid::cell_types

Definition at line 72 of file vtk_writer.h.

◆ cells

std::vector<std::vector<size_type> > lf::io::VtkFile::UnstructuredGrid::cells

Definition at line 71 of file vtk_writer.h.

◆ points

std::vector<Eigen::Vector3f> lf::io::VtkFile::UnstructuredGrid::points

Definition at line 70 of file vtk_writer.h.

Referenced by lf::io::VtkWriter::WritePointData().


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