Gradient Augmented Levelset Implementation in CPU & GPU
Levelset Struct Reference

#include <levelset.h>

Data Fields

std::string name
 
GALS::CPU::Vec3< double > center
 Name of levelset field. More...
 
double radius
 Center of levelset field for few levelset types. More...
 
std::string gradient_scheme
 Radius of levelset field for few object types. More...
 

Detailed Description

Definition at line 42 of file levelset.h.

Field Documentation

GALS::CPU::Vec3<double> center

Name of levelset field.

Definition at line 44 of file levelset.h.

std::string gradient_scheme

Radius of levelset field for few object types.

Definition at line 46 of file levelset.h.

std::string name

Definition at line 43 of file levelset.h.

double radius

Center of levelset field for few levelset types.

Definition at line 45 of file levelset.h.


The documentation for this struct was generated from the following file: