OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
transect.c File Reference
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "headers.h"
Include dependency graph for transect.c:

Macros

#define _CRT_SECURE_NO_DEPRECATE
 
#define MAXSTATION   1500
 

Functions

int transect_create (int n)
 
void transect_delete (void)
 
int transect_readParams (int *count, char *tok[], int ntoks)
 
void transect_validate (int j)
 
void transect_createStreetTransect (TStreet *street)
 

Macro Definition Documentation

◆ _CRT_SECURE_NO_DEPRECATE

#define _CRT_SECURE_NO_DEPRECATE

◆ MAXSTATION

#define MAXSTATION   1500

Function Documentation

◆ transect_create()

int transect_create ( int  n)

◆ transect_createStreetTransect()

void transect_createStreetTransect ( TStreet street)
Here is the caller graph for this function:

◆ transect_delete()

void transect_delete ( void  )

◆ transect_readParams()

int transect_readParams ( int *  count,
char *  tok[],
int  ntoks 
)
Here is the call graph for this function:

◆ transect_validate()

void transect_validate ( int  j)
Here is the call graph for this function:
Here is the caller graph for this function: