COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Types | Public Member Functions | Static Public Member Functions | Private Types | List of all members
Transformer Class Reference

#include <Transformer.hpp>

Public Types

typedef boost::program_options::options_description commands_description
 

Public Member Functions

 Transformer ()
 

Static Public Member Functions

static void help (const std::string &param)
 
static void input (const std::vector< std::string > &params, Uint dimension)
 
static void input0 (const std::vector< std::string > &params)
 
static void input1 (const std::vector< std::string > &params)
 
static void input2 (const std::vector< std::string > &params)
 
static void input3 (const std::vector< std::string > &params)
 
static void output (const std::vector< std::string > &params)
 
static void transform (const std::vector< std::string > &params)
 
static commands_description description ()
 

Private Types

typedef std::pair< std::string, std::vector< boost::shared_ptr< mesh::MeshReader > > > extensions_to_readers_pair_t
 
typedef std::pair< std::string, std::vector< boost::shared_ptr< mesh::MeshWriter > > > extensions_to_writers_pair_t
 
typedef std::pair< std::string, std::string > transformers_description_t
 

Detailed Description

Definition at line 23 of file Transformer.hpp.

Member Typedef Documentation

typedef boost::program_options::options_description commands_description

Definition at line 26 of file Transformer.hpp.

typedef std::pair<std::string,std::vector<boost::shared_ptr<mesh::MeshReader> > > extensions_to_readers_pair_t
private

Definition at line 29 of file Transformer.hpp.

typedef std::pair<std::string,std::vector<boost::shared_ptr<mesh::MeshWriter> > > extensions_to_writers_pair_t
private

Definition at line 30 of file Transformer.hpp.

typedef std::pair<std::string,std::string> transformers_description_t
private

Definition at line 31 of file Transformer.hpp.

Constructor & Destructor Documentation

Definition at line 44 of file Transformer.cpp.

Member Function Documentation

Transformer::commands_description description ( )
static

Definition at line 50 of file Transformer.cpp.

void help ( const std::string &  param)
static

Definition at line 66 of file Transformer.cpp.

void input ( const std::vector< std::string > &  params,
Uint  dimension 
)
static

Definition at line 190 of file Transformer.cpp.

void input0 ( const std::vector< std::string > &  params)
static

Definition at line 170 of file Transformer.cpp.

void input1 ( const std::vector< std::string > &  params)
static

Definition at line 175 of file Transformer.cpp.

void input2 ( const std::vector< std::string > &  params)
static

Definition at line 180 of file Transformer.cpp.

void input3 ( const std::vector< std::string > &  params)
static

Definition at line 185 of file Transformer.cpp.

void output ( const std::vector< std::string > &  params)
static

Definition at line 221 of file Transformer.cpp.

void transform ( const std::vector< std::string > &  params)
static

Definition at line 288 of file Transformer.cpp.


The documentation for this class was generated from the following files:
Send comments to:
COOLFluiD Web Admin