#include <bioprocessing/data/parameterizeddata.h>
|
| static void | setParameters (carto::VolumeRef< DataType > vol, std::vector< std::string > ¶meters) |
| |
| static std::vector< std::string > | getParameters (carto::VolumeRef< DataType > vol) |
| |
| static std::vector< int > | getOriginalSizes (carto::VolumeRef< DataType > vol) |
| |
| static int | indexOf (carto::VolumeRef< DataType > vol, const std::string ¶meter) |
| |
| static DataType & | valueOf (carto::VolumeRef< DataType > vol, const std::string ¶meter, int x=0, int y=0, int z=0) |
| |
template<class DataType>
class ParameterizedHelper< DataType >
Definition at line 72 of file parameterizeddata.h.
◆ getOriginalSizes()
template<class DataType>
| static std::vector< int > ParameterizedHelper< DataType >::getOriginalSizes |
( |
carto::VolumeRef< DataType > | vol | ) |
|
|
static |
◆ getParameters()
template<class DataType>
| static std::vector< std::string > ParameterizedHelper< DataType >::getParameters |
( |
carto::VolumeRef< DataType > | vol | ) |
|
|
static |
◆ indexOf()
template<class DataType>
| static int ParameterizedHelper< DataType >::indexOf |
( |
carto::VolumeRef< DataType > | vol, |
|
|
const std::string & | parameter ) |
|
static |
◆ setParameters()
template<class DataType>
| static void ParameterizedHelper< DataType >::setParameters |
( |
carto::VolumeRef< DataType > | vol, |
|
|
std::vector< std::string > & | parameters ) |
|
static |
◆ valueOf()
template<class DataType>
| static DataType & ParameterizedHelper< DataType >::valueOf |
( |
carto::VolumeRef< DataType > | vol, |
|
|
const std::string & | parameter, |
|
|
int | x = 0, |
|
|
int | y = 0, |
|
|
int | z = 0 ) |
|
static |
The documentation for this class was generated from the following file: