ARB
Public Member Functions | List of all members
AP_userdef_matrix Class Reference

#include <AP_matrix.hxx>

Inheritance diagram for AP_userdef_matrix:
Inheritance graph
[legend]
Collaboration diagram for AP_userdef_matrix:
Collaboration graph
[legend]

Public Member Functions

 AP_userdef_matrix (long si, const char *awar_prefix_)
 
 ~AP_userdef_matrix ()
 
void normize ()
 
void set_x_description (int idx, const char *desc)
 
void set_y_description (int idx, const char *desc)
 
void set_descriptions (int idx, const char *desc)
 
void create_awars (AW_root *awr)
 
void update_from_awars (AW_root *awr)
 
void create_input_fields (AW_window *aww)
 
- Public Member Functions inherited from AP_matrix
 AP_matrix (long si)
 
 ~AP_matrix ()
 
void set (int i, int j, AP_FLOAT val)
 
AP_FLOAT get (int i, int j)
 
long get_size () const
 

Detailed Description

Definition at line 52 of file AP_matrix.hxx.

Constructor & Destructor Documentation

AP_userdef_matrix::AP_userdef_matrix ( long  si,
const char awar_prefix_ 
)
inline

Definition at line 60 of file AP_matrix.hxx.

AP_userdef_matrix::~AP_userdef_matrix ( )

Definition at line 129 of file AP_matrix.cxx.

References AP_matrix::get_size().

Member Function Documentation

void AP_userdef_matrix::normize ( )

Definition at line 106 of file AP_matrix.cxx.

References AP_matrix::get_size(), AP_matrix::set(), and y.

Referenced by get_user_matrix().

void AP_userdef_matrix::set_x_description ( int  idx,
const char desc 
)
inline

Definition at line 70 of file AP_matrix.hxx.

Referenced by set_descriptions().

void AP_userdef_matrix::set_y_description ( int  idx,
const char desc 
)
inline

Definition at line 71 of file AP_matrix.hxx.

Referenced by set_descriptions().

void AP_userdef_matrix::set_descriptions ( int  idx,
const char desc 
)
inline

Definition at line 72 of file AP_matrix.hxx.

References set_x_description(), and set_y_description().

Referenced by DI_create_matrix_variables().

void AP_userdef_matrix::create_awars ( AW_root awr)
void AP_userdef_matrix::update_from_awars ( AW_root awr)
void AP_userdef_matrix::create_input_fields ( AW_window aww)

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