Description not yet available. More...
#include <df33fun.h>
Public Member Functions | |
df3_three_vector (int min, int max) | |
Constructs df3_three_vector with dimensions min to max. | |
df3_three_vector (void) | |
Default constructor. | |
df3_three_vector (const df3_three_vector &m2) | |
Copy constructor. | |
~df3_three_vector () | |
Destructor. | |
void | allocate (void) |
Does not allocate, but initializes member variables and pointers to NULL. | |
void | allocate (int min, int max) |
Description not yet available. | |
void | deallocate (void) |
Description not yet available. | |
int | indexmax (void) const |
int | indexmin (void) const |
void | initialize (void) |
Description not yet available. | |
df3_three_variable & | operator() (int i) const |
df3_three_variable & | operator[] (int i) const |
Private Attributes | |
int | index_max |
int | index_min |
vector_shapex * | shape |
df3_three_variable * | v |
df3_three_vector::df3_three_vector | ( | int | min, |
int | max | ||
) |
Constructs df3_three_vector with dimensions min to max.
Definition at line 183 of file df33fun.cpp.
df3_three_vector::df3_three_vector | ( | void | ) |
Default constructor.
Definition at line 176 of file df33fun.cpp.
Destructor.
Definition at line 116 of file df33fun.cpp.
df3_three_vector::df3_three_vector | ( | const df3_three_vector & | m2 | ) |
Copy constructor.
Definition at line 33 of file df33fun.cpp.
void df3_three_vector::allocate | ( | void | ) |
Does not allocate, but initializes member variables and pointers to NULL.
Definition at line 213 of file df33fun.cpp.
Referenced by df3_three_matrix::df3_three_matrix(), and df3_three_vector().
void df3_three_vector::allocate | ( | int | min, |
int | max | ||
) |
void df3_three_vector::deallocate | ( | void | ) |
Description not yet available.
Definition at line 125 of file df33fun.cpp.
Referenced by ~df3_three_vector().
int df3_three_vector::indexmax | ( | void | ) | const [inline] |
Definition at line 129 of file df33fun.h.
Referenced by initialize(), and value().
int df3_three_vector::indexmin | ( | void | ) | const [inline] |
Definition at line 128 of file df33fun.h.
Referenced by initialize(), and value().
void df3_three_vector::initialize | ( | void | ) |
df3_three_variable& df3_three_vector::operator() | ( | int | i | ) | const [inline] |
df3_three_variable& df3_three_vector::operator[] | ( | int | i | ) | const [inline] |
int df3_three_vector::index_max [private] |
Definition at line 124 of file df33fun.h.
Referenced by allocate(), df3_three_vector(), and indexmax().
int df3_three_vector::index_min [private] |
Definition at line 123 of file df33fun.h.
Referenced by allocate(), df3_three_vector(), and indexmin().
vector_shapex* df3_three_vector::shape [private] |
Definition at line 125 of file df33fun.h.
Referenced by allocate(), deallocate(), and df3_three_vector().
df3_three_variable* df3_three_vector::v [private] |
Definition at line 126 of file df33fun.h.
Referenced by allocate(), deallocate(), df3_three_vector(), operator()(), and operator[]().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |