VTK data types handling.
More...
VTK data types handling.
Definition at line 156 of file VTK.hpp.
◆ registerType() [1/2]
Registers a type that will be used by the VTK functions
- Template Parameters
-
T | is the type that will be registered |
Definition at line 36 of file VTKTypes.tpp.
◆ registerType() [2/2]
Registers a type that will be used by the VTK functions
- Template Parameters
-
T | is the type that will be registered |
- Parameters
-
[in] | VTKType | is the VTK type that will be associated with the specified |
Definition at line 98 of file VTKTypes.tpp.
◆ sizeOfType()
uint8_t bitpit::VTKTypes::sizeOfType |
( |
VTKDataType | type | ) |
|
|
static |
Calculates the size in bytes of basic types supported by VTK
- Parameters
-
[in] | type | type of data [ VTKDataType::[[U]Int[8/16/32/64] / Float[32/64] ] ] |
- Returns
- size of basic type
Definition at line 67 of file VTKTypes.cpp.
◆ whichType() [1/2]
template<typename T , int nesting, typename std::enable_if< utils::is_iterable< T >::value >::type * >
Determines the basic VTK type from argument.
- Template Parameters
-
T | type of argument |
nesting | level of nesting |
- Returns
- basic VTK type
Definition at line 117 of file VTKTypes.tpp.
◆ whichType() [2/2]
VTKDataType bitpit::VTKTypes::whichType |
( |
const std::type_info & | typeInfo | ) |
|
|
static |
Determines the basic VTK type from argument.
- Parameters
-
[in] | typeInfo | argument type |
- Returns
- basic VTK type
Definition at line 102 of file VTKTypes.cpp.
The documentation for this class was generated from the following files:
---
layout: doxygen_footer
---