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

Parameters controlling cartesian grid properties. More...

#include <parameters.hpp>

Public Member Functions

void PrepareForUse ()
 

Public Attributes

std::array< int, 3 > gridsizebackground
 Size of the Background grid on which the VOS is defined.
 
std::array< int, 3 > gridsizesnake
 Size of the Snaking grid on which the snake is defined. More...
 

Detailed Description

Parameters controlling cartesian grid properties.

Definition at line 128 of file parameters.hpp.

Member Data Documentation

◆ gridsizesnake

std::array<int, 3> param::voxel::gridsizesnake

Size of the Snaking grid on which the snake is defined.

final size = gridsizebackground*gridsizesnake

Definition at line 135 of file parameters.hpp.


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