VIP: Volume Image Processing


cylinder.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <limits.h>
#include <errno.h>
#include <math.h>
#include <vip/util.h>
#include <vip/volume.h>
#include <vip/bucket.h>
Include dependency graph for cylinder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int VipWriteCylinder (float x1, float y1, float z1, float x2, float y2, float z2, char *name, float radius)
 
int VipWriteHatCylinder (float x1, float y1, float z1, float x2, float y2, float z2, char *name, float radius, float height)
 

Function Documentation

◆ VipWriteCylinder()

int VipWriteCylinder ( float x1,
float y1,
float z1,
float x2,
float y2,
float z2,
char * name,
float radius )

◆ VipWriteHatCylinder()

int VipWriteHatCylinder ( float x1,
float y1,
float z1,
float x2,
float y2,
float z2,
char * name,
float radius,
float height )