COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Static Public Member Functions | List of all members
TableMethods< ValueT > Struct Template Reference

Extra methods for Table. More...

Static Public Member Functions

static Uint row_size (ComponentWrapper &wrapped)
 
static void resize (ComponentWrapper &wrapped, const Uint nb_rows)
 
static void set_row_size (ComponentWrapper &wrapped, const Uint nb_cols)
 

Detailed Description

template<typename ValueT>
struct cf3::python::TableMethods< ValueT >

Extra methods for Table.

Definition at line 118 of file TableWrapper.cpp.

Member Function Documentation

static void resize ( ComponentWrapper wrapped,
const Uint  nb_rows 
)
inlinestatic

Definition at line 125 of file TableWrapper.cpp.

static Uint row_size ( ComponentWrapper wrapped)
inlinestatic

Definition at line 120 of file TableWrapper.cpp.

static void set_row_size ( ComponentWrapper wrapped,
const Uint  nb_cols 
)
inlinestatic

Definition at line 130 of file TableWrapper.cpp.


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