ivocvect.h File Reference
#include <d_avec.h>
#include <nrnmutdec.h>
Go to the source code of this file.
Define Documentation
| #define ParentVect doubleAVec |
Referenced by LinearMechanism::create(), BBSImpl::execute_helper(), gr_line_info(), ivoc_vector_ptr(), ivoc_vector_size(), LinearModelAddition::LinearModelAddition(), HocDataPathImpl::search_vectors(), BBSImpl::subworld_worker_execute(), v_from_python(), vector_arg(), vector_arg_px(), vector_instance_px(), vector_new(), vector_new0(), vector_new1(), vector_new2(), and Vector_reg().
Function Documentation
| int vector_buffer_size |
( |
Vect * |
|
) |
|
| int vector_capacity |
( |
Vect * |
|
) |
|
| void vector_delete |
( |
Vect * |
|
) |
|
| char* vector_get_label |
( |
Vect * |
|
) |
|
| Vect* vector_new |
( |
int |
, |
|
|
Object * |
| |
|
) |
| | |
| Vect* vector_new1 |
( |
int |
|
) |
|
| Vect* vector_new2 |
( |
Vect * |
|
) |
|
| Object** vector_pobj |
( |
Vect * |
|
) |
|
| void vector_resize |
( |
Vect * |
, |
|
|
int |
| |
|
) |
| | |
| void vector_set_label |
( |
Vect * |
, |
|
|
char * |
| |
|
) |
| | |
| Object** vector_temp_objvar |
( |
Vect * |
|
) |
|
| double* vector_vec |
( |
Vect * |
|
) |
|