WARPXM v1.10.0
Loading...
Searching...
No Matches
WmFunctionApplicator::applicator_t::components_t::component_t Class Reference

#include <wmfunctionapplicator.h>

Public Member Functions

 component_t ()
 
wxm::array::patch_array_tpatch_array (const int patch_index)
 Get array associated with variable.
 
const wxm::array::patch_array_tpatch_array (const int patch_index) const
 Get array associated with variable.
 

Protected Attributes

int _component_index
 Component index in variable.
 
std::string _variable_name
 Name of variable.
 
wxm::variable::distributed_variable_t_variable
 Pointer to variable.
 

Friends

class components_t
 variables_t will need access to some member variables
 

Constructor & Destructor Documentation

◆ component_t()

WmFunctionApplicator::applicator_t::components_t::component_t::component_t ( )
inline

Member Function Documentation

◆ patch_array() [1/2]

wxm::array::patch_array_t & WmFunctionApplicator::applicator_t::components_t::component_t::patch_array ( const int  patch_index)
inline

Get array associated with variable.

Returns
Patch array

◆ patch_array() [2/2]

const wxm::array::patch_array_t & WmFunctionApplicator::applicator_t::components_t::component_t::patch_array ( const int  patch_index) const
inline

Get array associated with variable.

Returns
Patch array

Friends And Related Function Documentation

◆ components_t

friend class components_t
friend

variables_t will need access to some member variables

Member Data Documentation

◆ _component_index

int WmFunctionApplicator::applicator_t::components_t::component_t::_component_index
protected

Component index in variable.

◆ _variable

wxm::variable::distributed_variable_t* WmFunctionApplicator::applicator_t::components_t::component_t::_variable
protected

Pointer to variable.

◆ _variable_name

std::string WmFunctionApplicator::applicator_t::components_t::component_t::_variable_name
protected

Name of variable.


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