rsvs3D  0.0.0
Codes for the c++ implementation of the 3D RSVS
param::voronoi Class Reference

Class for handling of voronoi VOS meshing parameters. More...

#include <parameters.hpp>

Public Member Functions

void PrepareForUse ()
 
void ReadPoints ()
 

Public Attributes

std::vector< double > inputpoints
 Vector of input points, 4 datums per point.
 
double distancebox
 Distance at which to build the bounding box of the mesh.
 
std::string pointfile
 A string pointing to a file containing the set of inputpoints.
 
double snakecoarseness
 The coarseneness level of the snaking mesh that will be generated. More...
 
int vorosnakelayers
 The number of layers making up the snaking mesh inside each VOS cell [6 6 6] is roughly equal to 2.
 

Detailed Description

Class for handling of voronoi VOS meshing parameters.

Definition at line 143 of file parameters.hpp.

Member Data Documentation

◆ snakecoarseness

double param::voronoi::snakecoarseness

The coarseneness level of the snaking mesh that will be generated.

1 -> same as VOS, 0.1 -> 1 tenth the edge length of the VOS.

Definition at line 154 of file parameters.hpp.


The documentation for this class was generated from the following files: