LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
#include <lf/io/vtk_writer.h>
Public Attributes | |
std::vector< Eigen::Vector3f > | points |
std::vector< std::vector< size_type > > | cells |
std::vector< CellType > | cell_types |
Definition at line 68 of file vtk_writer.h.
std::vector<CellType> lf::io::VtkFile::UnstructuredGrid::cell_types |
Definition at line 72 of file vtk_writer.h.
std::vector<std::vector<size_type> > lf::io::VtkFile::UnstructuredGrid::cells |
Definition at line 71 of file vtk_writer.h.
std::vector<Eigen::Vector3f> lf::io::VtkFile::UnstructuredGrid::points |
Definition at line 70 of file vtk_writer.h.
Referenced by lf::io::VtkWriter::WritePointData().