NEURON
cprop.cpp File Reference
#include <../../nrnconf.h>
#include <stdio.h>
#include <section.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

void nrn_mk_prop_pools (int n)
 
void nrn_cache_prop_realloc ()
 
void nrn_delete_prop_pool (int type)
 
int nrn_is_valid_section_ptr (void *v)
 
double * nrn_prop_data_alloc (int type, int count, Prop *p)
 
Datumnrn_prop_datum_alloc (int type, int count, Prop *p)
 
void nrn_prop_data_free (int type, double *pd)
 
void nrn_prop_datum_free (int type, Datum *ppd)
 
Sectionnrn_section_alloc ()
 
void nrn_section_free (Section *s)
 

Function Documentation

◆ nrn_cache_prop_realloc()

void nrn_cache_prop_realloc ( )

Definition at line 16 of file cprop.cpp.

◆ nrn_delete_prop_pool()

void nrn_delete_prop_pool ( int  type)

Definition at line 17 of file cprop.cpp.

◆ nrn_is_valid_section_ptr()

int nrn_is_valid_section_ptr ( void v)

Definition at line 18 of file cprop.cpp.

◆ nrn_mk_prop_pools()

void nrn_mk_prop_pools ( int  n)

Definition at line 14 of file cprop.cpp.

◆ nrn_prop_data_alloc()

double* nrn_prop_data_alloc ( int  type,
int  count,
Prop p 
)

Definition at line 22 of file cprop.cpp.

◆ nrn_prop_data_free()

void nrn_prop_data_free ( int  type,
double *  pd 
)

Definition at line 34 of file cprop.cpp.

◆ nrn_prop_datum_alloc()

Datum* nrn_prop_datum_alloc ( int  type,
int  count,
Prop p 
)

Definition at line 28 of file cprop.cpp.

◆ nrn_prop_datum_free()

void nrn_prop_datum_free ( int  type,
Datum ppd 
)

Definition at line 40 of file cprop.cpp.

◆ nrn_section_alloc()

Section* nrn_section_alloc ( )

Definition at line 46 of file cprop.cpp.

◆ nrn_section_free()

void nrn_section_free ( Section s)

Definition at line 50 of file cprop.cpp.