NEURON
mymath.cpp File Reference
#include <../../nrnconf.h>
#include <InterViews/geometry.h>
#include "mymath.h"
#include "classreg.h"
#include "oc2iv.h"
#include <math.h>
#include <stdio.h>

Go to the source code of this file.

Functions

static double distance_to_line (void *)
 
static double distance_to_line_segment (void *)
 
static double inside (void *)
 
int nrn_feround (int)
 
static double feround (void *)
 
static voidcons (Object *)
 
static void destruct (void *)
 
void GUIMath_reg ()
 

Variables

int hoc_return_type_code
 
static Member_func members []
 

Function Documentation

◆ cons()

static void* cons ( Object )
static

Definition at line 77 of file mymath.cpp.

◆ destruct()

static void destruct ( void )
static

Definition at line 81 of file mymath.cpp.

◆ distance_to_line()

static double distance_to_line ( void )
static

Definition at line 11 of file mymath.cpp.

◆ distance_to_line_segment()

static double distance_to_line_segment ( void )
static

Definition at line 16 of file mymath.cpp.

◆ feround()

static double feround ( void )
static

Definition at line 57 of file mymath.cpp.

◆ GUIMath_reg()

void GUIMath_reg ( )

Definition at line 83 of file mymath.cpp.

◆ inside()

static double inside ( void )
static

Definition at line 21 of file mymath.cpp.

◆ nrn_feround()

int nrn_feround ( int  mode)

Definition at line 33 of file mymath.cpp.

Variable Documentation

◆ hoc_return_type_code

int hoc_return_type_code
extern

Definition at line 42 of file code.cpp.

◆ members

Member_func members[]
static
Initial value:
= {"d2line",
"d2line_seg",
"inside",
"feround",
0,
0}
static double inside(void *)
Definition: mymath.cpp:21
static double distance_to_line_segment(void *)
Definition: mymath.cpp:16
static double distance_to_line(void *)
Definition: mymath.cpp:11
static double feround(void *)
Definition: mymath.cpp:57

Definition at line 66 of file mymath.cpp.