LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
lf::io::VtkFile::VectorData< T > Class Template Reference

#include <lf/io/vtk_writer.h>

Public Member Functions

 VectorData ()=default
 
 VectorData (std::string name, std::vector< Eigen::Matrix< T, 3, 1 > > data)
 

Public Attributes

std::string name
 
std::vector< Eigen::Matrix< T, 3, 1 > > data
 

Detailed Description

template<class T>
class lf::io::VtkFile::VectorData< T >

Definition at line 105 of file vtk_writer.h.

Constructor & Destructor Documentation

◆ VectorData() [1/2]

template<class T >
lf::io::VtkFile::VectorData< T >::VectorData ( )
default

◆ VectorData() [2/2]

template<class T >
lf::io::VtkFile::VectorData< T >::VectorData ( std::string name,
std::vector< Eigen::Matrix< T, 3, 1 > > data )
inlineexplicit

Definition at line 112 of file vtk_writer.h.

Member Data Documentation

◆ data

template<class T >
std::vector<Eigen::Matrix<T, 3, 1> > lf::io::VtkFile::VectorData< T >::data

◆ name

template<class T >
std::string lf::io::VtkFile::VectorData< T >::name

Definition at line 107 of file vtk_writer.h.


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