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::ScalarData< T > Class Template Reference

Represents one set of attribute data (can be attached to points or cells) More...

#include <lf/io/vtk_writer.h>

Public Member Functions

 ScalarData ()=default
 
 ScalarData (std::string data_name, std::vector< T > data, std::string lookup_table="default")
 

Public Attributes

std::string name
 
std::vector< T > data
 
std::string lookup_table = "default"
 

Detailed Description

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

Represents one set of attribute data (can be attached to points or cells)

Definition at line 89 of file vtk_writer.h.

Constructor & Destructor Documentation

◆ ScalarData() [1/2]

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

◆ ScalarData() [2/2]

template<class T >
lf::io::VtkFile::ScalarData< T >::ScalarData ( std::string data_name,
std::vector< T > data,
std::string lookup_table = "default" )
inlineexplicit

Definition at line 97 of file vtk_writer.h.

Member Data Documentation

◆ data

template<class T >
std::vector<T> lf::io::VtkFile::ScalarData< T >::data

◆ lookup_table

template<class T >
std::string lf::io::VtkFile::ScalarData< T >::lookup_table = "default"

Definition at line 93 of file vtk_writer.h.

◆ name

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

Definition at line 91 of file vtk_writer.h.


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